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

/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c41 typedef void(*HMAC_INIT)(void *, const unsigned char *, unsigned int); typedef
380 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign,
406 t_hmac("HMAC-SHA1", (HMAC_INIT)isc_hmacsha1_init,
409 t_hmac("HMAC-SHA224", (HMAC_INIT)isc_hmacsha224_init,
412 t_hmac("HMAC-SHA256", (HMAC_INIT)isc_hmacsha256_init,
415 t_hmac("HMAC-SHA384", (HMAC_INIT)isc_hmacsha384_init,
418 t_hmac("HMAC-SHA512", (HMAC_INIT)isc_hmacsha512_init,

Completed in 240 milliseconds