Searched refs:hmacHex (Results 1 – 1 of 1) sorted by relevance
1070 char* hmacHex = new (std::nothrow) char[hmacHexLen]; in GetHmacVal() local1071 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()