Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h35 static std::string Hex2Byte(const std::string &hex);
/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp68 std::string AesGcmHelper::Hex2Byte(const std::string &hex) in Hex2Byte() function in OHOS::Notification::AesGcmHelper
101 key = Hex2Byte(keyHex); in GenerateKey()
226 std::string cipherBytes = Hex2Byte(cipherText); in DecryptAesGcm()

Completed in 1 milliseconds