Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h34 static std::string Byte2Hex(const std::string &bytes);
/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
112 std::string keyHex = Byte2Hex(key); in GenerateKey()
213 cipherText = Byte2Hex(cipherText); in EncryptAesGcm()

Completed in 1 milliseconds