Searched defs:crypto_testsuite_params (Results 1 – 2 of 2) sorted by relevance
38 struct crypto_testsuite_params { struct39 struct rte_mempool *op_mpool;40 struct rte_mempool *session_mpool;41 struct rte_cryptodev_config conf;42 struct rte_cryptodev_qp_conf qp_conf;66 static struct crypto_testsuite_params testsuite_params = { NULL }; argument
75 struct crypto_testsuite_params { struct76 struct rte_mempool *mbuf_pool;77 struct rte_mempool *large_mbuf_pool;78 struct rte_mempool *op_mpool;79 struct rte_mempool *session_mpool;80 struct rte_mempool *session_priv_mpool;81 struct rte_cryptodev_config conf;82 struct rte_cryptodev_qp_conf qp_conf;84 uint8_t valid_devs[RTE_CRYPTO_MAX_DEVS];85 uint8_t valid_dev_count;