Searched refs:tmp1len (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_hmac.c | 47 unsigned int tmp1len; in test() local 89 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len); in test() 93 ATF_REQUIRE_MSG(tmp1len == tmp2len, "hash %s len %u " in test() 94 "!= %zu", names[t], tmp1len, tmp2len); in test()
|