Home
last modified time | relevance | path

Searched refs: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; in crypto_encrypt_mac_init() local
721 mac_kcf_context = (kcf_context_t *) in crypto_encrypt_mac_init()
726 mac_kcf_context; in crypto_encrypt_mac_init()
727 KCF_CONTEXT_REFHOLD(mac_kcf_context); in crypto_encrypt_mac_init()
1543 kcf_context_t *decr_kcf_context = NULL, *mac_kcf_context = NULL; in crypto_mac_decrypt_init() local
1685 if (mac_kcf_context != NULL) in crypto_mac_decrypt_init()
1686 KCF_CONTEXT_REFRELE(mac_kcf_context); in crypto_mac_decrypt_init()
1690 mac_kcf_context = (kcf_context_t *) in crypto_mac_decrypt_init()
1702 decr_kcf_context->kc_secondctx = mac_kcf_context; in crypto_mac_decrypt_init()
1703 KCF_CONTEXT_REFHOLD(mac_kcf_context); in crypto_mac_decrypt_init()