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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h136 isc_hmacsha256_t *hmacsha256ctx; member in union:dst_context::__anon87
H A Dhmac_link.c883 isc_hmacsha256_t *hmacsha256ctx; local
886 hmacsha256ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha256_t));
887 if (hmacsha256ctx == NULL)
889 isc_hmacsha256_init(hmacsha256ctx, hkey->key, ISC_SHA256_DIGESTLENGTH);
890 dctx->ctxdata.hmacsha256ctx = hmacsha256ctx;
896 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
898 if (hmacsha256ctx != NULL) {
899 isc_hmacsha256_invalidate(hmacsha256ctx);
907 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
915 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
929 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
[all...]

Completed in 13 milliseconds