Lines Matching defs:ixp_ctx
174 struct ixp_ctx { struct
175 struct ix_sa_dir encrypt;
176 struct ix_sa_dir decrypt;
177 int authkey_len;
178 u8 authkey[MAX_KEYLEN];
179 int enckey_len;
180 u8 enckey[MAX_KEYLEN];
181 u8 salt[MAX_IVLEN];
182 u8 nonce[CTR_RFC3686_NONCE_SIZE];
183 unsigned salted;
184 atomic_t configuring;
185 struct completion completion;