Searched refs:HMAC_SIZE (Results 1 – 2 of 2) sorted by relevance
46 const uint32_t HMAC_SIZE = 32; variable468 if (hmac_.size > HMAC_SIZE) { in ParseDlpInfo()1049 uint8_t* outBuf = new (std::nothrow) uint8_t[HMAC_SIZE]; in GetHmacVal()1055 .size = HMAC_SIZE, in GetHmacVal()1609 uint8_t* outBuf = new (std::nothrow) uint8_t[HMAC_SIZE]; in HmacCheck()1615 .size = HMAC_SIZE, in HmacCheck()
32 const uint32_t HMAC_SIZE = 32; variable948 if ((out.data == nullptr) || (out.size < HMAC_SIZE)) { in DlpHmacEncode()