Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
65 size_t tmp_len = tmp.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()
Completed in 2 milliseconds