Lines Matching defs:ipsec_exch
57 struct ipsec_exch { struct
58 u_int flags;
59 struct hash *hash;
60 struct ike_auth *ike_auth;
61 struct group *group;
62 u_int16_t prf_type;
65 u_int8_t pfs;
71 size_t sa_i_b_len;
72 u_int8_t *sa_i_b;
75 size_t g_x_len;
76 size_t g_xy_len;
77 u_int8_t *g_xi;
78 u_int8_t *g_xr;
79 u_int8_t *g_xy;
82 size_t skeyid_len;
83 u_int8_t *skeyid;
84 u_int8_t *skeyid_d;
85 u_int8_t *skeyid_a;
86 u_int8_t *skeyid_e;
89 u_int8_t *hash_i;
90 u_int8_t *hash_r;
93 size_t keymat_len;
96 u_int8_t *id_ci;
97 size_t id_ci_sz;
98 u_int8_t *id_cr;
99 size_t id_cr_sz;
102 u_int16_t cfg_id;
103 u_int16_t cfg_type;