Searched defs:ixp_ctx (Results 1 – 2 of 2) 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 …]
177 struct ixp_ctx { struct178 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;[all …]