Searched defs:t_hmac (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c388 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, function
416 t_hmac("HMAC-SHA1", (HMAC_INIT)isc_hmacsha1_init,
419 t_hmac("HMAC-SHA224", (HMAC_INIT)isc_hmacsha224_init,
422 t_hmac("HMAC-SHA256", (HMAC_INIT)isc_hmacsha256_init,
425 t_hmac("HMAC-SHA384", (HMAC_INIT)isc_hmacsha384_init,
428 t_hmac("HMAC-SHA512", (HMAC_INIT)isc_hmacsha512_init,

Completed in 11 milliseconds