Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/dns/
H A Dhmac_link.c202 isc_hmacsha224_t *hmacsha224ctx; in hmacsha224_createctx() local
215 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; in hmacsha224_destroyctx() local
226 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; in hmacsha224_adddata() local
234 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; in hmacsha224_sign() local
248 isc_hmacsha224_t *hmacsha224ctx = dctx->ctxdata.hmacsha224ctx; in hmacsha224_verify() local
H A Ddst_internal.h97 isc_hmacsha224_t *hmacsha224ctx; member