Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h851 extern mblk_t *ipsec_remove_crypto_data(mblk_t *, ipsec_crypto_t **);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c2538 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_outbound()
2611 async_mp = ipsec_remove_crypto_data(mp, &ic); in ah_kcf_callback_inbound()
H A Dipsecesp.c1628 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_outbound()
1714 async_mp = ipsec_remove_crypto_data(mp, &ic); in esp_kcf_callback_inbound()
H A Dspd.c2943 ipsec_remove_crypto_data(mblk_t *crypto_mp, ipsec_crypto_t **icp) in ipsec_remove_crypto_data() function