Searched defs:ixp_ctx (Results 1 – 1 of 1) sorted by relevance
178 struct ixp_ctx { struct179 struct ix_sa_dir encrypt;180 struct ix_sa_dir decrypt;181 int authkey_len;182 u8 authkey[MAX_KEYLEN];183 int enckey_len;184 u8 enckey[MAX_KEYLEN];185 u8 salt[MAX_IVLEN];186 u8 nonce[CTR_RFC3686_NONCE_SIZE];187 unsigned int salted;[all …]