Searched refs:sha384ctx (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 290 isc_sha384_t sha384ctx; local 291 isc_sha384_init(&sha384ctx); 292 isc_sha384_update(&sha384ctx, key, len); 293 isc_sha384_final(ctx->key, &sha384ctx); 297 isc_sha384_init(&ctx->sha384ctx); 301 isc_sha384_update(&ctx->sha384ctx, ipad, sizeof(ipad)); 317 isc_sha384_update(&ctx->sha384ctx, buf, len); 330 isc_sha384_final(newdigest, &ctx->sha384ctx); 336 isc_sha384_init(&ctx->sha384ctx); 337 isc_sha384_update(&ctx->sha384ctx, opa [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 54 isc_sha384_t sha384ctx; member in struct:__anon163
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | hmac_link.c | 1290 isc_sha384_t sha384ctx; local 1303 isc_sha384_init(&sha384ctx); 1304 isc_sha384_update(&sha384ctx, r.base, r.length); 1305 isc_sha384_final(hkey->key, &sha384ctx);
|
Completed in 16 milliseconds