Searched refs:isc_sha384_update (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha2.h122 void isc_sha384_update (isc_sha384_t *, const isc_uint8_t *, size_t);
/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c292 isc_sha384_update(&sha384ctx, key, len);
301 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
317 isc_sha384_update(&ctx->sha384ctx, buf, len);
337 isc_sha384_update(&ctx->sha384ctx, opad, sizeof(opad));
338 isc_sha384_update(&ctx->sha384ctx, newdigest, ISC_SHA384_DIGESTLENGTH);
H A Dsha2.c1209 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) { function
1274 isc_sha384_update(&context, data, len);
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c612 isc_sha384_update(&sha384,
/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c1304 isc_sha384_update(&sha384ctx, r.base, r.length);

Completed in 1309 milliseconds