Home
last modified time | relevance | path

Searched refs:sess_priv_mpool (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/fips_validation/
H A Dmain.c51 struct rte_mempool *sess_priv_mpool; member
110 env.sess_priv_mpool = rte_mempool_create("FIPS_SESS_PRIV_MEMPOOL", in cryptodev_fips_validate_app_int()
113 if (!env.sess_priv_mpool) in cryptodev_fips_validate_app_int()
130 qp_conf.mp_session_private = env.sess_priv_mpool; in cryptodev_fips_validate_app_int()
147 rte_mempool_free(env.sess_priv_mpool); in cryptodev_fips_validate_app_int()
162 rte_mempool_free(env.sess_priv_mpool); in cryptodev_fips_validate_app_uninit()
1179 env.sess, &xform, env.sess_priv_mpool); in fips_run_test()
/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c73 struct rte_mempool *sess_priv_mpool, in test_blockcipher_one_case() argument
522 init_xform, sess_priv_mpool); in test_blockcipher_one_case()