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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dds.c131 isc_sha256_update(&sha256, r.base, r.length);
134 isc_sha256_update(&sha256, r.base, r.length);
H A Dopensslrsa_link.c341 isc_sha256_update(sha256ctx, data->base, data->length);
H A Dhmac_link.c1066 isc_sha256_update(&sha256ctx, r.base, r.length);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsha2.h124 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsha2.h124 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c347 isc_sha256_update(&sha256ctx, key, len);
356 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
372 isc_sha256_update(&ctx->sha256ctx, buf, len);
392 isc_sha256_update(&ctx->sha256ctx, opad, sizeof(opad));
393 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);
/freebsd-9.3-release/contrib/ntp/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);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c95 isc_sha256_update(&sha256ctx, r.base, r.length);
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c466 isc_sha256_update(&sha256,

Completed in 182 milliseconds