Lines Matching refs:UPDATE
42 typedef void(*UPDATE)(void *, const unsigned char *, unsigned int);
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_update, (SIGN)isc_hmacsha512_sign,