Home
last modified time | relevance | path

Searched refs:isc_hmacsha512_update (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/dig/lib/isc/include/isc/
Dhmacsha.h124 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf,
/openbsd/src/usr.bin/dig/lib/isc/
Dhmacsha.c203 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf, in isc_hmacsha512_update() function
/openbsd/src/usr.bin/dig/lib/dns/
Dhmac_link.c660 isc_hmacsha512_update(hmacsha512ctx, data->base, data->length); in hmacsha512_adddata()