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

/openbsd-current/usr.bin/dig/lib/dns/
H A Dhmac_link.c58 isc_hmacsha1_t *hmacsha1ctx; local
61 hmacsha1ctx = malloc(sizeof(isc_hmacsha1_t));
62 if (hmacsha1ctx == NULL)
64 isc_hmacsha1_init(hmacsha1ctx, hkey->key, ISC_SHA1_BLOCK_LENGTH);
65 dctx->ctxdata.hmacsha1ctx = hmacsha1ctx;
71 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
73 if (hmacsha1ctx != NULL) {
74 isc_hmacsha1_invalidate(hmacsha1ctx);
82 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
90 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
104 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
[all...]
H A Ddst_internal.h96 isc_hmacsha1_t *hmacsha1ctx; member in union:dst_context::__anon22

Completed in 80 milliseconds