Searched refs:encryptValue (Results 1 – 2 of 2) sorted by relevance
79 std::string encryptValue = AesCryptoEncrypt(rawData); in SaveEncryptString() local80 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() local87 std::string str = AesCryptoDecrypt(encryptValue); in ObtainDecryptString()
271 std::string encryptValue; in SetNotificationRequestToDb() local272 ErrCode errorCode = AesGcmHelper::Encrypt(jsonObject.dump(), encryptValue); in SetNotificationRequestToDb()278 request->GetSecureKey(), encryptValue, request->GetReceiverUserId()); in SetNotificationRequestToDb()