Searched refs:tmp_len (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/crypto/
H A Dhmac.cpp62 size_t tmp_len = tmp.len(); local
63 if (hmac_len != tmp_len) {
66 if ((flags & ALLOW_TRUNCATION) == 0 || hmac_len < tmp_len / 2 || hmac_len < 16) {

Completed in 30 milliseconds