Home
last modified time | relevance | path

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

/openbsd/usr.bin/dig/lib/isc/include/isc/
H A Dsha2.h98 void isc_sha256_update (isc_sha256_t *, const uint8_t *, size_t);
/openbsd/usr.bin/dig/lib/isc/
H A Dsha2.c116 isc_sha256_update(isc_sha256_t *context, const uint8_t *data, size_t len) { in isc_sha256_update() function
/openbsd/usr.bin/dig/lib/dns/
H A Dhmac_link.c447 isc_sha256_update(&sha256ctx, r.base, r.length); in hmacsha256_fromdns()