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