Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp1070 char* hmacHex = new (std::nothrow) char[hmacHexLen]; in GetHmacVal() local
1071 if (hmacHex == nullptr) { in GetHmacVal()
1075 int ret = ByteToHexString(hmac_.data, hmac_.size, hmacHex, hmacHexLen); in GetHmacVal()
1078 FreeCharBuffer(hmacHex, hmacHexLen); in GetHmacVal()
1081 hmacStr = hmacHex; in GetHmacVal()
1082 FreeCharBuffer(hmacHex, hmacHexLen); in GetHmacVal()