Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h32 static bool DecryptAesGcm(std::string &plainText, const std::string &cipherText, std::string &key);
/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp161 ret = DecryptAesGcm(plainText, cipherText, key); in Decrypt()
219 bool AesGcmHelper::DecryptAesGcm(std::string &plainText, const std::string &cipherText, std::string &key) in DecryptAesGcm() function in OHOS::Notification::AesGcmHelper
232 ANS_LOGE("DecryptAesGcm ctx error"); in DecryptAesGcm()
239 ANS_LOGE("DecryptAesGcm EVP_DecryptInit_ex error"); in DecryptAesGcm()
245 ANS_LOGE("DecryptAesGcm EVP_DecryptUpdate error"); in DecryptAesGcm()
250 ANS_LOGE("DecryptAesGcm EVP_CIPHER_CTX_ctrl error"); in DecryptAesGcm()
255 ANS_LOGE("DecryptAesGcm EVP_DecryptFinal_ex error"); in DecryptAesGcm()

Completed in 1 milliseconds