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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h169 isc_hmacmd5_t *hmacmd5ctx; member in union:dst_context::__anon107
H A Dhmac_link.c71 isc_hmacmd5_t *hmacmd5ctx; local
74 hmacmd5ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacmd5_t));
75 if (hmacmd5ctx == NULL)
77 isc_hmacmd5_init(hmacmd5ctx, hkey->key, ISC_MD5_BLOCK_LENGTH);
78 dctx->ctxdata.hmacmd5ctx = hmacmd5ctx;
84 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
86 if (hmacmd5ctx != NULL) {
87 isc_hmacmd5_invalidate(hmacmd5ctx);
95 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
103 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
117 isc_hmacmd5_t *hmacmd5ctx = dctx->ctxdata.hmacmd5ctx; local
[all...]

Completed in 13 milliseconds