Home
last modified time | relevance | path

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

/system/ulib/crypto/
A Dhmac.cpp65 size_t tmp_len = tmp.len(); in Verify() local
66 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 3 milliseconds