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

/netbsd-current/tests/lib/libc/hash/
H A Dt_hmac.c47 unsigned int tmp1len; local
97 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len);
102 ATF_REQUIRE_MSG(tmp1len == tmp2len, "hash %s len %u "
103 "!= %zu", names[t], tmp1len, tmp2len);

Completed in 93 milliseconds