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

/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dsha2.h119 void isc_sha384_update (isc_sha384_t *, const isc_uint8_t *, size_t);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsha2.h131 void isc_sha384_update (isc_sha384_t *, const isc_uint8_t *, size_t);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhmacsha.c294 isc_sha384_update(&sha384ctx, key, len);
303 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
320 isc_sha384_update(&ctx->sha384ctx, buf, len);
340 isc_sha384_update(&ctx->sha384ctx, opad, sizeof(opad));
341 isc_sha384_update(&ctx->sha384ctx, newdigest, ISC_SHA384_DIGESTLENGTH);
H A Dsha2.c1167 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) { function
1232 isc_sha384_update(&context, data, len);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhmacsha.c412 isc_sha384_update(&sha384ctx, key, len);
421 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad));
437 isc_sha384_update(&ctx->sha384ctx, buf, len);
457 isc_sha384_update(&ctx->sha384ctx, opad, sizeof(opad));
458 isc_sha384_update(&ctx->sha384ctx, newdigest, ISC_SHA384_DIGESTLENGTH);
H A Dsha2.c197 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) { function
1254 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) { function
1447 isc_sha384_update(&context, data, len);
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Disc-hmac-fixup.c106 isc_sha384_update(&sha384ctx, r.base, r.length);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/tests/
H A Dhash_test.c612 isc_sha384_update(&sha384,
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dhmac_link.c1337 isc_sha384_update(&sha384ctx, r.base, r.length);

Completed in 203 milliseconds