Searched defs:ixp_ctx (Results 1 – 1 of 1) sorted by relevance
179 struct ixp_ctx { struct180 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;[all …]