Lines Matching refs:sessions
10367 struct rte_cryptodev_sym_session **sessions; in test_multi_session() local
10390 sessions = rte_malloc(NULL, in test_multi_session()
10397 sessions[i] = rte_cryptodev_sym_session_create( in test_multi_session()
10401 sessions[i], &ut_params->auth_xform, in test_multi_session()
10403 TEST_ASSERT_NOT_NULL(sessions[i], in test_multi_session()
10409 sessions[i], in test_multi_session()
10439 sessions[i], &ut_params->auth_xform, in test_multi_session()
10441 TEST_ASSERT_NULL(sessions[i], in test_multi_session()
10446 sessions[i]); in test_multi_session()
10447 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session()
10450 rte_free(sessions); in test_multi_session()
10471 struct rte_cryptodev_sym_session **sessions; in test_multi_session_random_usage() local
10514 sessions = rte_malloc(NULL, in test_multi_session_random_usage()
10519 sessions[i] = rte_cryptodev_sym_session_create( in test_multi_session_random_usage()
10532 sessions[i], in test_multi_session_random_usage()
10536 TEST_ASSERT_NOT_NULL(sessions[i], in test_multi_session_random_usage()
10549 sessions[j], in test_multi_session_random_usage()
10579 sessions[i]); in test_multi_session_random_usage()
10580 rte_cryptodev_sym_session_free(sessions[i]); in test_multi_session_random_usage()
10583 rte_free(sessions); in test_multi_session_random_usage()