Searched refs:Byte2Hex (Results 1 – 2 of 2) sorted by relevance
45 std::string AesGcmHelper::Byte2Hex(const std::string &bytes) in Byte2Hex() function in OHOS::Notification::AesGcmHelper115 std::string keyHex = Byte2Hex(key); in GenerateKey()216 cipherText = Byte2Hex(cipherText); in EncryptAesGcm()
34 static std::string Byte2Hex(const std::string &bytes);