Searched refs:hmacmd5ctx (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c77 isc_hmacmd5_t *hmacmd5ctx; local
80 hmacmd5ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacmd5_t));
81 if (hmacmd5ctx == NULL)
83 isc_hmacmd5_init(hmacmd5ctx, hkey->key, HMAC_LEN);
84 dctx->ctxdata.hmacmd5ctx = hmacmd5ctx;
90 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
92 if (hmacmd5ctx != NULL) {
93 isc_hmacmd5_invalidate(hmacmd5ctx);
101 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
109 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
123 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
[all...]
H A Ddst_internal.h133 isc_hmacmd5_t *hmacmd5ctx; member in union:dst_context::__anon87

Completed in 11 milliseconds