Lines Matching refs:session_mpool
648 ts_params->session_mpool = rte_cryptodev_sym_session_pool_create( in testsuite_setup()
651 TEST_ASSERT_NOT_NULL(ts_params->session_mpool, in testsuite_setup()
672 ts_params->qp_conf.mp_session = ts_params->session_mpool; in testsuite_setup()
708 if (ts_params->session_mpool != NULL) { in testsuite_teardown()
709 rte_mempool_free(ts_params->session_mpool); in testsuite_teardown()
710 ts_params->session_mpool = NULL; in testsuite_teardown()
1385 ts_params->qp_conf.mp_session = ts_params->session_mpool; in dev_configure_and_start()
1604 qp_conf.mp_session = ts_params->session_mpool; in test_queue_pair_descriptor_setup()
2196 ts_params->session_mpool); in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2457 ts_params->session_mpool); in create_wireless_algo_hash_session()
2499 ts_params->session_mpool); in create_wireless_algo_cipher_session()
2621 ts_params->session_mpool); in create_wireless_algo_cipher_auth_session()
2685 ts_params->session_mpool); in create_wireless_cipher_auth_session()
2751 ts_params->session_mpool); in create_wireless_algo_auth_cipher_session()
8013 ts_params->session_mpool); in create_aead_session()
8453 &sess_conf, ts_params->session_mpool, in test_pdcp_proto()
8725 &sess_conf, ts_params->session_mpool, in test_pdcp_proto_SGL()
9321 ts_params->session_mpool, in test_ipsec_proto_process()
10330 ts_params->session_mpool, in test_docsis_proto_uplink()
10515 ts_params->session_mpool, in test_docsis_proto_downlink()
11808 ts_params->session_mpool); in MD5_HMAC_create_session()
12059 ts_params->session_mpool); in test_multi_session()
12186 ts_params->session_mpool); in test_multi_session_random_usage()
12282 ts_params->session_mpool); in test_null_invalid_operation()
12300 ts_params->session_mpool); in test_null_invalid_operation()
12347 ts_params->session_mpool); in test_null_burst_operation()
12468 qp_conf.mp_session = ts_params->session_mpool; in test_enq_callback_setup()
12568 qp_conf.mp_session = ts_params->session_mpool; in test_deq_callback_setup()
12776 ts_params->session_mpool); in create_gmac_session()
13427 ts_params->session_mpool); in create_auth_session()
13480 ts_params->session_mpool); in create_auth_cipher_session()
13996 ts_params->session_mpool); in test_authenticated_encrypt_with_esn()
14132 ts_params->session_mpool); in test_authenticated_decrypt_with_esn()
14866 if (ts_params->session_mpool) { in test_scheduler_attach_worker_op()
14867 rte_mempool_free(ts_params->session_mpool); in test_scheduler_attach_worker_op()
14868 ts_params->session_mpool = NULL; in test_scheduler_attach_worker_op()
14887 if (ts_params->session_mpool == NULL) { in test_scheduler_attach_worker_op()
14888 ts_params->session_mpool = in test_scheduler_attach_worker_op()
14893 TEST_ASSERT_NOT_NULL(ts_params->session_mpool, in test_scheduler_attach_worker_op()
14914 ts_params->qp_conf.mp_session = ts_params->session_mpool; in test_scheduler_attach_worker_op()