Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dipsec_impl.h846 extern mblk_t *ipsec_remove_crypto_data(mblk_t *, ipsec_crypto_t **);
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecah.c2693 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_outbound()
2766 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_inbound()
H A Dipsecesp.c1872 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_outbound()
1958 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_inbound()
H A Dspd.c2942 ipsec_remove_crypto_data(mblk_t *crypto_mp, ipsec_crypto_t **icp) in ipsec_remove_crypto_data() function