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

/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c38 typedef void(*SIGN)(void *, const unsigned char *, unsigned int); typedef
388 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign,
417 (UPDATE)isc_hmacsha1_update, (SIGN)isc_hmacsha1_sign,
420 (UPDATE)isc_hmacsha224_update, (SIGN)isc_hmacsha224_sign,
423 (UPDATE)isc_hmacsha256_update, (SIGN)isc_hmacsha256_sign,
426 (UPDATE)isc_hmacsha384_update, (SIGN)isc_hmacsha384_sign,
429 (UPDATE)isc_hmacsha512_update, (SIGN)isc_hmacsha512_sign,

Completed in 11 milliseconds