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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h175 isc_hmacsha512_t *hmacsha512ctx; member in union:dst_context::__anon107
H A Dhmac_link.c1531 isc_hmacsha512_t *hmacsha512ctx; local
1534 hmacsha512ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha512_t));
1535 if (hmacsha512ctx == NULL)
1537 isc_hmacsha512_init(hmacsha512ctx, hkey->key, ISC_SHA512_BLOCK_LENGTH);
1538 dctx->ctxdata.hmacsha512ctx = hmacsha512ctx;
1544 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1546 if (hmacsha512ctx != NULL) {
1547 isc_hmacsha512_invalidate(hmacsha512ctx);
1555 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1563 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
1577 isc_hmacsha512_t *hmacsha512ctx = dctx->ctxdata.hmacsha512ctx; local
[all...]

Completed in 16 milliseconds