Home
last modified time | relevance | path

Searched refs:decr_kcf_context (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c1543 kcf_context_t *decr_kcf_context = NULL, *mac_kcf_context = NULL; in crypto_mac_decrypt_init() local
1575 if (decr_kcf_context != NULL) in crypto_mac_decrypt_init()
1576 KCF_CONTEXT_REFRELE(decr_kcf_context); in crypto_mac_decrypt_init()
1602 if (decr_kcf_context != NULL) in crypto_mac_decrypt_init()
1603 KCF_CONTEXT_REFRELE(decr_kcf_context); in crypto_mac_decrypt_init()
1613 if (decr_kcf_context != NULL) in crypto_mac_decrypt_init()
1614 KCF_CONTEXT_REFRELE(decr_kcf_context); in crypto_mac_decrypt_init()
1618 decr_kcf_context = (kcf_context_t *) in crypto_mac_decrypt_init()
1643 if (decr_kcf_context != NULL) in crypto_mac_decrypt_init()
1644 KCF_CONTEXT_REFRELE(decr_kcf_context); in crypto_mac_decrypt_init()
[all …]