Searched defs:HASH_INIT (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/bin/tests/hashes/ |
H A D | t_hashes.c | 34 typedef void(*HASH_INIT)(void *); 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,
|
Completed in 12 milliseconds