Lines Matching refs:sessions
12027 struct rte_cryptodev_sym_session **sessions; in test_multi_session() local
12051 sessions = rte_malloc(NULL, in test_multi_session()
12058 sessions[i] = rte_cryptodev_sym_session_create( in test_multi_session()
12060 TEST_ASSERT_NOT_NULL(sessions[i], in test_multi_session()
12066 sessions[i], &ut_params->auth_xform, in test_multi_session()
12073 sessions[i], in test_multi_session()
12101 sessions[i] = NULL; in test_multi_session()
12104 sessions[i], &ut_params->auth_xform, in test_multi_session()
12106 TEST_ASSERT_NULL(sessions[i], in test_multi_session()
12111 sessions[i]); in test_multi_session()
12112 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session()
12115 rte_free(sessions); in test_multi_session()
12136 struct rte_cryptodev_sym_session **sessions; in test_multi_session_random_usage() local
12180 sessions = rte_malloc(NULL, in test_multi_session_random_usage()
12185 sessions[i] = rte_cryptodev_sym_session_create( in test_multi_session_random_usage()
12187 TEST_ASSERT_NOT_NULL(sessions[i], in test_multi_session_random_usage()
12201 sessions[i], in test_multi_session_random_usage()
12218 sessions[j], in test_multi_session_random_usage()
12248 sessions[i]); in test_multi_session_random_usage()
12249 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session_random_usage()
12252 rte_free(sessions); in test_multi_session_random_usage()