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

/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c36 typedef void(*UPDATE)(void *, const unsigned char *, unsigned int); typedef
314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final,
359 t_hash("SHA1", (HASH_INIT)isc_sha1_init, (UPDATE)isc_sha1_update,
363 t_hash("md5", (HASH_INIT)isc_md5_init, (UPDATE)isc_md5_update,
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_updat
[all...]

Completed in 12 milliseconds