Lines Matching refs:session_mpool

79 	struct rte_mempool *session_mpool;  member
803 ts_params->session_mpool = rte_cryptodev_sym_session_pool_create( in testsuite_setup()
806 TEST_ASSERT_NOT_NULL(ts_params->session_mpool, in testsuite_setup()
827 ts_params->qp_conf.mp_session = ts_params->session_mpool; in testsuite_setup()
862 if (ts_params->session_mpool != NULL) { in testsuite_teardown()
863 rte_mempool_free(ts_params->session_mpool); in testsuite_teardown()
864 ts_params->session_mpool = NULL; in testsuite_teardown()
883 ts_params->qp_conf.mp_session = ts_params->session_mpool; in dev_configure_and_start()
1105 qp_conf.mp_session = ts_params->session_mpool; in test_queue_pair_descriptor_setup()
1696 ts_params->session_mpool); in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1930 ts_params->session_mpool, ts_params->session_priv_mpool, in test_blockcipher()
2026 ts_params->session_mpool); in create_wireless_algo_hash_session()
2065 ts_params->session_mpool); in create_wireless_algo_cipher_session()
2184 ts_params->session_mpool); in create_wireless_algo_cipher_auth_session()
2248 ts_params->session_mpool); in create_wireless_cipher_auth_session()
2314 ts_params->session_mpool); in create_wireless_algo_auth_cipher_session()
7407 ts_params->session_mpool); in create_aead_session()
7848 &sess_conf, ts_params->session_mpool, in test_pdcp_proto()
8109 &sess_conf, ts_params->session_mpool, in test_pdcp_proto_SGL()
8576 ts_params->session_mpool, in test_docsis_proto_uplink()
8752 ts_params->session_mpool, in test_docsis_proto_downlink()
10150 ts_params->session_mpool); in MD5_HMAC_create_session()
10398 ts_params->session_mpool); in test_multi_session()
10520 ts_params->session_mpool); in test_multi_session_random_usage()
10613 ts_params->session_mpool); in test_null_invalid_operation()
10631 ts_params->session_mpool); in test_null_invalid_operation()
10677 ts_params->session_mpool); in test_null_burst_operation()
10860 ts_params->session_mpool); in create_gmac_session()
11505 ts_params->session_mpool); in create_auth_session()
11558 ts_params->session_mpool); in create_auth_cipher_session()
12065 ts_params->session_mpool); in test_authenticated_encryt_with_esn()
12197 ts_params->session_mpool); in test_authenticated_decrypt_with_esn()
12865 if (ts_params->session_mpool) { in test_scheduler_attach_slave_op()
12866 rte_mempool_free(ts_params->session_mpool); in test_scheduler_attach_slave_op()
12867 ts_params->session_mpool = NULL; in test_scheduler_attach_slave_op()
12886 if (ts_params->session_mpool == NULL) { in test_scheduler_attach_slave_op()
12887 ts_params->session_mpool = in test_scheduler_attach_slave_op()
12892 TEST_ASSERT_NOT_NULL(ts_params->session_mpool, in test_scheduler_attach_slave_op()
12913 ts_params->qp_conf.mp_session = ts_params->session_mpool; in test_scheduler_attach_slave_op()