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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h172 isc_hmacsha224_t *hmacsha224ctx; member in union:dst_context::__anon107
H A Dhmac_link.c670 isc_hmacsha224_t *hmacsha224ctx; local
673 hmacsha224ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha224_t));
674 if (hmacsha224ctx == NULL)
676 isc_hmacsha224_init(hmacsha224ctx, hkey->key, ISC_SHA224_BLOCK_LENGTH);
677 dctx->ctxdata.hmacsha224ctx = hmacsha224ctx;
683 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
685 if (hmacsha224ctx != NULL) {
686 isc_hmacsha224_invalidate(hmacsha224ctx);
694 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
702 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
716 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
[all...]

Completed in 12 milliseconds