Lines Matching defs:ipsec_unitest_params
77 struct ipsec_unitest_params { struct
78 struct rte_crypto_sym_xform cipher_xform;
79 struct rte_crypto_sym_xform auth_xform;
80 struct rte_crypto_sym_xform aead_xform;
81 struct rte_crypto_sym_xform *crypto_xforms;
83 struct rte_security_ipsec_xform ipsec_xform;
85 struct rte_ipsec_sa_prm sa_prm;
86 struct rte_ipsec_session ss[MAX_NB_SAS];
88 struct rte_crypto_op *cop[BURST_SIZE];
90 struct rte_mbuf *obuf[BURST_SIZE], *ibuf[BURST_SIZE],
91 *testbuf[BURST_SIZE];
93 uint16_t pkt_index;