Searched refs:isc_sha256_update (Results 1 – 3 of 3) sorted by relevance
98 void isc_sha256_update (isc_sha256_t *, const uint8_t *, size_t);
116 isc_sha256_update(isc_sha256_t *context, const uint8_t *data, size_t len) { in isc_sha256_update() function
447 isc_sha256_update(&sha256ctx, r.base, r.length); in hmacsha256_fromdns()