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

/bind-9.6-ESV-R11/lib/isc/
H A Dsha1.c255 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
303 isc_sha1_update(context, &final_200, 1);
305 isc_sha1_update(context, &final_0, 1);
307 isc_sha1_update(context, finalcount, 8);

Completed in 314 milliseconds