Searched refs:sha512ctx (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dhmacsha.c369 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 Dopensslrsa_link.c202 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 Ddst_internal.h132 isc_sha512_t *sha512ctx; member in union:dst_context::__anon87
H A Dhmac_link.c1559 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);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhmacsha.h59 isc_sha512_t sha512ctx; member in struct:__anon164

Completed in 18 milliseconds