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

/bind-9.6-ESV-R11/lib/dns/
H A Dds.c79 isc_sha256_update(&sha256, r.base, r.length);
82 isc_sha256_update(&sha256, r.base, r.length);
H A Dopensslrsa_link.c333 isc_sha256_update(sha256ctx, data->base, data->length);
H A Dhmac_link.c1035 isc_sha256_update(&sha256ctx, r.base, r.length);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha2.h115 void isc_sha256_update (isc_sha256_t *, const isc_uint8_t *, size_t);
/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c213 isc_sha256_update(&sha256ctx, key, len);
222 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
238 isc_sha256_update(&ctx->sha256ctx, buf, len);
258 isc_sha256_update(&ctx->sha256ctx, opad, sizeof(opad));
259 isc_sha256_update(&ctx->sha256ctx, newdigest, ISC_SHA256_DIGESTLENGTH);
H A Dsha2.c424 isc_sha256_update((isc_sha256_t *)context, data, len);
670 isc_sha256_update(isc_sha256_t *context, const isc_uint8_t *data, size_t len) { function
827 isc_sha256_update(&context, data, len);
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c466 isc_sha256_update(&sha256,

Completed in 27 milliseconds