Searched refs:isc_sha512_update (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha2.h129 void isc_sha512_update (isc_sha512_t *, const isc_uint8_t *, size_t);
/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c371 isc_sha512_update(&sha512ctx, key, len);
380 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad));
396 isc_sha512_update(&ctx->sha512ctx, buf, len);
416 isc_sha512_update(&ctx->sha512ctx, opad, sizeof(opad));
417 isc_sha512_update(&ctx->sha512ctx, newdigest, ISC_SHA512_DIGESTLENGTH);
H A Dsha2.c1026 isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1186 isc_sha512_update(&context, data, len);
1210 isc_sha512_update((isc_sha512_t *)context, data, len);
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c759 isc_sha512_update(&sha512,
/bind-9.6-ESV-R11/lib/dns/
H A Dopensslrsa_link.c340 isc_sha512_update(sha512ctx, data->base, data->length);
H A Dhmac_link.c1573 isc_sha512_update(&sha512ctx, r.base, r.length);

Completed in 23 milliseconds