Home
last modified time | relevance | path

Searched refs:cipherBytes (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp226 std::string cipherBytes = Hex2Byte(cipherText); in DecryptAesGcm() local
227 iv.assign(cipherBytes.begin(), cipherBytes.begin() + G_AES_GCM_IV_LEN); in DecryptAesGcm()
228 cipherByte.assign(cipherBytes.begin() + G_AES_GCM_IV_LEN, cipherBytes.end() - G_AES_GCM_TAG_LEN); in DecryptAesGcm()
229 tag.assign(cipherBytes.end() - G_AES_GCM_TAG_LEN, cipherBytes.end()); in DecryptAesGcm()

Completed in 1 milliseconds