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

/openbsd-current/usr.bin/dig/lib/dns/
H A Dhmac_link.c202 isc_hmacsha224_t *hmacsha224ctx; local
205 hmacsha224ctx = malloc(sizeof(isc_hmacsha224_t));
206 if (hmacsha224ctx == NULL)
208 isc_hmacsha224_init(hmacsha224ctx, hkey->key, ISC_SHA224_BLOCK_LENGTH);
209 dctx->ctxdata.hmacsha224ctx = hmacsha224ctx;
215 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
217 if (hmacsha224ctx != NULL) {
218 isc_hmacsha224_invalidate(hmacsha224ctx);
226 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
234 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
248 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; local
[all...]
H A Ddst_internal.h97 isc_hmacsha224_t *hmacsha224ctx; member in union:dst_context::__anon22

Completed in 97 milliseconds