Searched refs:hmacHexLen (Results 1 – 1 of 1) sorted by relevance
1069 uint32_t hmacHexLen = hmac_.size * BYTE_TO_HEX_OPER_LENGTH + 1; in GetHmacVal() local1070 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()