Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp79 std::string encryptValue = AesCryptoEncrypt(rawData); in SaveEncryptString() local
80 return telProfileUtil->SaveString(key + std::to_string(id), encryptValue); in SaveEncryptString()
86 std::string encryptValue = telProfileUtil->ObtainString(key + std::to_string(id), defValue); in ObtainDecryptString() local
87 std::string str = AesCryptoDecrypt(encryptValue); in ObtainDecryptString()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp271 std::string encryptValue; in SetNotificationRequestToDb() local
272 ErrCode errorCode = AesGcmHelper::Encrypt(jsonObject.dump(), encryptValue); in SetNotificationRequestToDb()
278 request->GetSecureKey(), encryptValue, request->GetReceiverUserId()); in SetNotificationRequestToDb()