Home
last modified time | relevance | path

Searched refs:hmacHexLen (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.cpp1069 uint32_t hmacHexLen = hmac_.size * BYTE_TO_HEX_OPER_LENGTH + 1; in GetHmacVal() local
1070 char* hmacHex = new (std::nothrow) char[hmacHexLen]; in GetHmacVal()
1075 int ret = ByteToHexString(hmac_.data, hmac_.size, hmacHex, hmacHexLen); in GetHmacVal()
1078 FreeCharBuffer(hmacHex, hmacHexLen); in GetHmacVal()
1082 FreeCharBuffer(hmacHex, hmacHexLen); in GetHmacVal()