Searched refs:isc_sha384_update (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | sha2.h | 122 void isc_sha384_update (isc_sha384_t *, const isc_uint8_t *, size_t);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 292 isc_sha384_update(&sha384ctx, key, len); 301 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad)); 317 isc_sha384_update(&ctx->sha384ctx, buf, len); 337 isc_sha384_update(&ctx->sha384ctx, opad, sizeof(opad)); 338 isc_sha384_update(&ctx->sha384ctx, newdigest, ISC_SHA384_DIGESTLENGTH);
|
H A D | sha2.c | 1209 isc_sha384_update(isc_sha384_t *context, const isc_uint8_t* data, size_t len) { function 1274 isc_sha384_update(&context, data, len);
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 612 isc_sha384_update(&sha384,
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | hmac_link.c | 1304 isc_sha384_update(&sha384ctx, r.base, r.length);
|
Completed in 1309 milliseconds