Searched refs:tmp2len (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_hmac.c | 48 size_t tmp2len; in test() local 91 tmp2len = hmac(names[t], key, i, data, j, tmp2, in test() 93 ATF_REQUIRE_MSG(tmp1len == tmp2len, "hash %s len %u " in test() 94 "!= %zu", names[t], tmp1len, tmp2len); in test() 95 for (size_t k = 0; k < tmp2len; k++) in test()
|