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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h137 isc_hmacsha384_t *hmacsha384ctx; member in union:dst_context::__anon87
H A Dhmac_link.c1152 isc_hmacsha384_t *hmacsha384ctx; local
1155 hmacsha384ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha384_t));
1156 if (hmacsha384ctx == NULL)
1158 isc_hmacsha384_init(hmacsha384ctx, hkey->key, ISC_SHA384_DIGESTLENGTH);
1159 dctx->ctxdata.hmacsha384ctx = hmacsha384ctx;
1165 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1167 if (hmacsha384ctx != NULL) {
1168 isc_hmacsha384_invalidate(hmacsha384ctx);
1176 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1184 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
1198 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; local
[all...]

Completed in 18 milliseconds