Home
last modified time | relevance | path

Searched refs:sess_pool (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c48 struct rte_mempool *sess_pool; member
292 ret = rte_vhost_crypto_create(vid, info->cid, info->sess_pool, in new_device()
446 rte_mempool_free(info->sess_pool); in free_resource()
529 info->sess_pool = rte_cryptodev_sym_session_pool_create(name, in main()
539 if (!info->sess_priv_pool || !info->sess_pool) { in main()
559 qp_conf.mp_session = info->sess_pool; in main()
/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_crypto.h56 struct rte_mempool *sess_pool,
H A Dvhost_crypto.c199 struct rte_mempool *sess_pool; member
379 session = rte_cryptodev_sym_session_create(vcrypto->sess_pool); in vhost_crypto_create_sess()
1425 struct rte_mempool *sess_pool, in rte_vhost_crypto_create() argument
1447 vcrypto->sess_pool = sess_pool; in rte_vhost_crypto_create()
/f-stack/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c971 struct rte_mempool *sess_pool; member
1483 sess = rte_cryptodev_sym_session_create(env->sess_pool); in run_single_test()
1540 if (env->sess_pool) in fips_dev_auto_test_uninit()
1541 rte_mempool_free(env->sess_pool); in fips_dev_auto_test_uninit()
1603 env->sess_pool = rte_cryptodev_sym_session_pool_create(name, in fips_dev_auto_test_init()
1605 if (!env->sess_pool) { in fips_dev_auto_test_init()
1621 qp_conf.mp_session = env->sess_pool; in fips_dev_auto_test_init()