Searched refs:hmac_len (Results 1 – 1 of 1) sorted by relevance
64 size_t hmac_len = hmac.len(); in Verify() local66 if (hmac_len != tmp_len) { in Verify()69 if ((flags & ALLOW_TRUNCATION) == 0 || hmac_len < tmp_len / 2 || hmac_len < 16) { in Verify()70 xprintf("digest to verify is too short: %zu\n", hmac_len); in Verify()
Completed in 3 milliseconds