Home
last modified time | relevance | path

Searched refs:cipherByte (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp227 std::vector<unsigned char> cipherByte(bufferLen); in DecryptAesGcm() local
231cipherByte.assign(cipherBytes.begin() + G_AES_GCM_IV_LEN, cipherBytes.end() - G_AES_GCM_TAG_LEN); in DecryptAesGcm()
247 if (!EVP_DecryptUpdate(ctx, buffer.data(), &len, cipherByte.data(), cipherByte.size())) { in DecryptAesGcm()