Searched defs:sha512ctx (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 59 isc_sha512_t sha512ctx; member in struct:__anon164
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 369 isc_sha512_t sha512ctx; local 370 isc_sha512_init(&sha512ctx); 371 isc_sha512_update(&sha512ctx, key, len); 372 isc_sha512_final(ctx->key, &sha512ctx); 376 isc_sha512_init(&ctx->sha512ctx); 380 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad)); 396 isc_sha512_update(&ctx->sha512ctx, buf, len); 409 isc_sha512_final(newdigest, &ctx->sha512ctx); 415 isc_sha512_init(&ctx->sha512ctx); 416 isc_sha512_update(&ctx->sha512ctx, opa [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 132 isc_sha512_t *sha512ctx; member in union:dst_context::__anon87
|
H A D | opensslrsa_link.c | 202 isc_sha512_t *sha512ctx; local 204 sha512ctx = isc_mem_get(dctx->mctx, 206 if (sha512ctx == NULL) 208 isc_sha512_init(sha512ctx); 209 dctx->ctxdata.sha512ctx = sha512ctx; 278 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 280 if (sha512ctx != NULL) { 281 isc_sha512_invalidate(sha512ctx); 338 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 443 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local 578 isc_sha512_t *sha512ctx = dctx->ctxdata.sha512ctx; local [all...] |
H A D | hmac_link.c | 1559 isc_sha512_t sha512ctx; local 1572 isc_sha512_init(&sha512ctx); 1573 isc_sha512_update(&sha512ctx, r.base, r.length); 1574 isc_sha512_final(hkey->key, &sha512ctx);
|
Completed in 46 milliseconds