Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp45 std::string AesGcmHelper::Byte2Hex(const std::string &bytes) in Byte2Hex() function in OHOS::Notification::AesGcmHelper
115 std::string keyHex = Byte2Hex(key); in GenerateKey()
216 cipherText = Byte2Hex(cipherText); in EncryptAesGcm()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h34 static std::string Byte2Hex(const std::string &bytes);