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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h171 isc_hmacsha1_t *hmacsha1ctx; member in union:dst_context::__anon107
H A Dhmac_link.c379 isc_hmacsha1_t *hmacsha1ctx; local
382 hmacsha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha1_t));
383 if (hmacsha1ctx == NULL)
385 isc_hmacsha1_init(hmacsha1ctx, hkey->key, ISC_SHA1_BLOCK_LENGTH);
386 dctx->ctxdata.hmacsha1ctx = hmacsha1ctx;
392 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
394 if (hmacsha1ctx != NULL) {
395 isc_hmacsha1_invalidate(hmacsha1ctx);
403 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
411 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
425 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
[all...]

Completed in 10 milliseconds