Searched refs:hmacsha512ctx (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c1421 isc_hmacsha512_t *hmacsha512ctx; local
1424 hmacsha512ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha512_t));
1425 if (hmacsha512ctx == NULL)
1427 isc_hmacsha512_init(hmacsha512ctx, hkey->key, ISC_SHA512_DIGESTLENGTH);
1428 dctx->ctxdata.hmacsha512ctx = hmacsha512ctx;
1434 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1436 if (hmacsha512ctx != NULL) {
1437 isc_hmacsha512_invalidate(hmacsha512ctx);
1445 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1453 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1467 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
[all...]
H A Ddst_internal.h138 isc_hmacsha512_t *hmacsha512ctx; member in union:dst_context::__anon87

Completed in 14 milliseconds