Searched defs:crypto_testsuite_params_asym (Results 1 – 1 of 1) sorted by relevance
39 struct crypto_testsuite_params_asym { struct40 struct rte_mempool *op_mpool;41 struct rte_mempool *session_mpool;42 struct rte_cryptodev_config conf;43 struct rte_cryptodev_qp_conf qp_conf;67 static struct crypto_testsuite_params_asym testsuite_params = { NULL }; argument