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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c574 kcf_context_t *encr_kcf_context = NULL, *mac_kcf_context; local
721 mac_kcf_context = (kcf_context_t *)
726 mac_kcf_context;
727 KCF_CONTEXT_REFHOLD(mac_kcf_context);
1543 kcf_context_t *decr_kcf_context = NULL, *mac_kcf_context = NULL; local
1685 if (mac_kcf_context != NULL)
1686 KCF_CONTEXT_REFRELE(mac_kcf_context);
1690 mac_kcf_context = (kcf_context_t *)
1702 decr_kcf_context->kc_secondctx = mac_kcf_context;
1703 KCF_CONTEXT_REFHOLD(mac_kcf_context);
[all...]

Completed in 58 milliseconds