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

/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c42 typedef void(*UPDATE)(void *, const unsigned char *, unsigned int); typedef
314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final,
353 t_hash("SHA1", (HASH_INIT)isc_sha1_init, (UPDATE)isc_sha1_update,
356 t_hash("md5", (HASH_INIT)isc_md5_init, (UPDATE)isc_md5_update,
380 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign,
407 (UPDATE)isc_hmacsha1_update, (SIGN)isc_hmacsha1_sign,
410 (UPDATE)isc_hmacsha224_update, (SIGN)isc_hmacsha224_sign,
413 (UPDATE)isc_hmacsha256_update, (SIGN)isc_hmacsha256_sign,
416 (UPDATE)isc_hmacsha384_update, (SIGN)isc_hmacsha384_sign,
419 (UPDATE)isc_hmacsha512_updat
[all...]

Completed in 1421 milliseconds