Searched refs:sess_priv_mpool (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.h | 96 struct rte_mempool *sess_priv_mpool,
|
| H A D | test_cryptodev_blockcipher.c | 71 struct rte_mempool *sess_priv_mpool, in test_blockcipher_one_case() argument 450 init_xform, sess_priv_mpool); in test_blockcipher_one_case() 745 struct rte_mempool *sess_priv_mpool, in test_blockcipher_all_tests() argument 804 sess_mpool, sess_priv_mpool, dev_id, in test_blockcipher_all_tests()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | main.c | 42 struct rte_mempool *sess_priv_mpool; member 104 env.sess_priv_mpool = rte_mempool_create("FIPS_SESS_PRIV_MEMPOOL", in cryptodev_fips_validate_app_int() 107 if (!env.sess_priv_mpool) in cryptodev_fips_validate_app_int() 124 qp_conf.mp_session_private = env.sess_priv_mpool; in cryptodev_fips_validate_app_int() 138 if (env.sess_priv_mpool) in cryptodev_fips_validate_app_int() 139 rte_mempool_free(env.sess_priv_mpool); in cryptodev_fips_validate_app_int() 155 rte_mempool_free(env.sess_priv_mpool); in cryptodev_fips_validate_app_uninit() 1164 env.sess, &xform, env.sess_priv_mpool); in fips_run_test()
|