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