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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h134 isc_hmacsha1_t *hmacsha1ctx; member in union:dst_context::__anon87
H A Dhmac_link.c345 isc_hmacsha1_t *hmacsha1ctx; local
348 hmacsha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha1_t));
349 if (hmacsha1ctx == NULL)
351 isc_hmacsha1_init(hmacsha1ctx, hkey->key, ISC_SHA1_DIGESTLENGTH);
352 dctx->ctxdata.hmacsha1ctx = hmacsha1ctx;
358 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
360 if (hmacsha1ctx != NULL) {
361 isc_hmacsha1_invalidate(hmacsha1ctx);
369 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
377 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
391 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; local
[all...]

Completed in 1118 milliseconds