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

/openbsd-current/usr.bin/dig/lib/dns/
H A Dhmac_link.c634 isc_hmacsha512_t *hmacsha512ctx; local
637 hmacsha512ctx = malloc(sizeof(isc_hmacsha512_t));
638 if (hmacsha512ctx == NULL)
640 isc_hmacsha512_init(hmacsha512ctx, hkey->key, ISC_SHA512_BLOCK_LENGTH);
641 dctx->ctxdata.hmacsha512ctx = hmacsha512ctx;
647 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
649 if (hmacsha512ctx != NULL) {
650 isc_hmacsha512_invalidate(hmacsha512ctx);
658 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
666 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
680 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
[all...]
H A Ddst_internal.h100 isc_hmacsha512_t *hmacsha512ctx; member in union:dst_context::__anon22

Completed in 123 milliseconds