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