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

/bind-9.11.3/lib/dns/
H A Ddst_internal.h173 isc_hmacsha256_t *hmacsha256ctx; member in union:dst_context::__anon107
H A Dhmac_link.c957 isc_hmacsha256_t *hmacsha256ctx; local
960 hmacsha256ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha256_t));
961 if (hmacsha256ctx == NULL)
963 isc_hmacsha256_init(hmacsha256ctx, hkey->key, ISC_SHA256_BLOCK_LENGTH);
964 dctx->ctxdata.hmacsha256ctx = hmacsha256ctx;
970 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
972 if (hmacsha256ctx != NULL) {
973 isc_hmacsha256_invalidate(hmacsha256ctx);
981 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
989 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
1003 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; local
[all...]

Completed in 17 milliseconds