Searched refs:isc_sha256_update (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dsha2.h113 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dds.c117 isc_sha256_update(&sha256, r.base, r.length);
120 isc_sha256_update(&sha256, r.base, r.length);
H A Dopensslrsa_link.c330 isc_sha256_update(sha256ctx, data->base, data->length);
H A Dhmac_link.c1059 isc_sha256_update(&sha256ctx, r.base, r.length);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsha2.h124 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhmacsha.c214 isc_sha256_update(&sha256ctx, key, len);
223 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
240 isc_sha256_update(&ctx->sha256ctx, buf, len);
260 isc_sha256_update(&ctx->sha256ctx, opad, sizeof(opad));
261 isc_sha256_update(&ctx->sha256ctx, newdigest, ISC_SHA256_DIGESTLENGTH);
H A Dsha2.c419 isc_sha256_update((isc_sha256_t *)context, data, len);
654 isc_sha256_update(isc_sha256_t *context, const isc_uint8_t *data, size_t len) { function
806 isc_sha256_update(&context, data, len);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhmacsha.c346 isc_sha256_update(&sha256ctx, key, len);
355 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
371 isc_sha256_update(&ctx->sha256ctx, buf, len);
391 isc_sha256_update(&ctx->sha256ctx, opad, sizeof(opad));
392 isc_sha256_update(&ctx->sha256ctx, newdigest, ISC_SHA256_DIGESTLENGTH);
H A Dsha2.c121 isc_sha256_update(isc_sha256_t *context, const isc_uint8_t *data, size_t len) { function
576 isc_sha256_update((isc_sha256_t *)context, data, len);
787 isc_sha256_update(isc_sha256_t *context, const isc_uint8_t *data, size_t len) { function
1369 isc_sha256_update(&context, data, len);
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Disc-hmac-fixup.c95 isc_sha256_update(&sha256ctx, r.base, r.length);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/tests/
H A Dhash_test.c466 isc_sha256_update(&sha256,

Completed in 228 milliseconds