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

/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c614 isc_hmacsha224_t *hmacsha224ctx; local
617 hmacsha224ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha224_t));
618 if (hmacsha224ctx == NULL)
620 isc_hmacsha224_init(hmacsha224ctx, hkey->key, ISC_SHA224_DIGESTLENGTH);
621 dctx->ctxdata.hmacsha224ctx = hmacsha224ctx;
627 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
629 if (hmacsha224ctx != NULL) {
630 isc_hmacsha224_invalidate(hmacsha224ctx);
638 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
646 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
660 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
[all...]
H A Ddst_internal.h135 isc_hmacsha224_t *hmacsha224ctx; member in union:dst_context::__anon87

Completed in 23 milliseconds