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

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dhmac_link.c348 isc_hmacsha1_t *hmacsha1ctx; local
351 hmacsha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha1_t));
352 if (hmacsha1ctx == NULL)
354 isc_hmacsha1_init(hmacsha1ctx, hkey->key, ISC_SHA1_BLOCK_LENGTH);
355 dctx->ctxdata.hmacsha1ctx = hmacsha1ctx;
361 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
363 if (hmacsha1ctx != NULL) {
364 isc_hmacsha1_invalidate(hmacsha1ctx);
372 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
380 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
394 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
[all...]
H A Ddst_internal.h148 isc_hmacsha1_t *hmacsha1ctx; member in union:dst_context::__anon6505

Completed in 166 milliseconds