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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h174 isc_hmacsha384_t *hmacsha384ctx; member in union:dst_context::__anon107
H A Dhmac_link.c1244 isc_hmacsha384_t *hmacsha384ctx; local
1247 hmacsha384ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha384_t));
1248 if (hmacsha384ctx == NULL)
1250 isc_hmacsha384_init(hmacsha384ctx, hkey->key, ISC_SHA384_BLOCK_LENGTH);
1251 dctx->ctxdata.hmacsha384ctx = hmacsha384ctx;
1257 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1259 if (hmacsha384ctx != NULL) {
1260 isc_hmacsha384_invalidate(hmacsha384ctx);
1268 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1276 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1290 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
[all...]

Completed in 14 milliseconds