Lines Matching defs:ipsec_sa
52 struct ipsec_sa { struct
54 struct rte_ipsec_sa_prm sa_prm; argument
55 struct rte_security_ipsec_xform ipsec_xform;
56 struct rte_crypto_sym_xform cipher_xform;
57 struct rte_crypto_sym_xform auth_xform;
58 struct rte_crypto_sym_xform aead_xform;
59 struct rte_crypto_sym_xform *crypto_xforms;
60 struct rte_crypto_op *cop[BURST_SIZE];
61 enum rte_crypto_sym_xform_type type;
62 struct stats_counter cnt;
63 uint32_t replay_win_sz;
64 uint32_t sa_flags;