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

/bind-9.11.3/lib/isc/
H A Dsha2.c185 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
421 isc_sha512_update(isc_sha512_t *context, const isc_uint8_t* data, size_t len) { function
1411 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1560 isc_sha512_update((isc_sha512_t *)context, data, len);
1719 isc_sha512_update(&context, data, len);

Completed in 15 milliseconds