Searched refs:ipsec_crypto_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h720 } ipsec_crypto_t; typedef in typeref:struct:ipsec_crypto_s
845 extern mblk_t *ipsec_add_crypto_data(mblk_t *, ipsec_crypto_t **);
846 extern mblk_t *ipsec_remove_crypto_data(mblk_t *, ipsec_crypto_t **);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c136 static mblk_t *ah_auth_out_done(mblk_t *, ip_xmit_attr_t *, ipsec_crypto_t *);
137 static mblk_t *ah_auth_in_done(mblk_t *, ip_recv_attr_t *, ipsec_crypto_t *);
2632 ah_log_bad_auth(mblk_t *mp, ip_recv_attr_t *ira, ipsec_crypto_t *ic)
2686 ipsec_crypto_t *ic;
2690 * First remove the ipsec_crypto_t mblk
2760 ipsec_crypto_t *ic;
2763 * First remove the ipsec_crypto_t mblk
2874 ipsec_crypto_t *ic, icstack;
2898 * If we know we are going to do sync then ipsec_crypto_t
2972 ipsec_crypto_t *i
[all...]
H A Dspd.c2913 * Prepend an mblk with a ipsec_crypto_t to the message chain.
2918 ipsec_add_crypto_data(mblk_t *data_mp, ipsec_crypto_t **icp)
2922 mp = allocb(sizeof (ipsec_crypto_t), BPRI_MED);
2927 bzero(mp->b_rptr, sizeof (ipsec_crypto_t));
2928 mp->b_wptr += sizeof (ipsec_crypto_t);
2931 *icp = (ipsec_crypto_t *)mp->b_rptr;
2942 ipsec_remove_crypto_data(mblk_t *crypto_mp, ipsec_crypto_t **icp)
2945 ASSERT(MBLKL(crypto_mp) == sizeof (ipsec_crypto_t));
2947 *icp = (ipsec_crypto_t *)crypto_mp->b_rptr;
2960 ASSERT(MBLKL(crypto_mp) == sizeof (ipsec_crypto_t));
[all...]
H A Dipsecesp.c1640 esp_in_done(mblk_t *data_mp, ip_recv_attr_t *ira, ipsec_crypto_t *ic)
1865 ipsec_crypto_t *ic;
1869 * First remove the ipsec_crypto_t mblk
1952 ipsec_crypto_t *ic;
1955 * First remove the ipsec_crypto_t mblk
2084 ipsec_crypto_t *ic, icstack;
2138 * If we know we are going to do sync then ipsec_crypto_t
2410 ipsec_crypto_t *ic, icstack;
2468 * If we know we are going to do sync then ipsec_crypto_t

Completed in 70 milliseconds