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

/bind-9.11.3/lib/isc/
H A Dsha1.c69 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
117 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *buf, unsigned int len) { function
347 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
395 isc_sha1_update(context, &final_200, 1);
397 isc_sha1_update(context, &final_0, 1);
399 isc_sha1_update(context, finalcount, 8);
444 isc_sha1_update(&ctx, &input, 1U);

Completed in 12 milliseconds