Searched defs:isc_sha512_update (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dsha2.c1026 isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1186 isc_sha512_update(&context, data, len);
1210 isc_sha512_update((isc_sha512_t *)context, data, len);

Completed in 13 milliseconds