Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_ring_stress.h23 struct test_case { struct
32 const struct test_case *cases; argument
H A Dtest_func_reentrancy.c406 struct test_case{ struct
414 struct test_case test_cases[] = { argument
432 launch_test(struct test_case *pt_case) in launch_test()
485 struct test_case *pt_case = NULL; in test_func_reentrancy()
H A Dtest_telemetry_data.c374 typedef int (*test_case)(void); in test_telemetry_data() typedef
381 test_case test_cases[] = {test_case_array_string, in test_telemetry_data()
H A Dtest_ring_stress_impl.h385 static const struct test_case tests[] = {
H A Dtest_cryptodev.c11790 const struct HMAC_MD5_vector *test_case) in MD5_HMAC_create_session() argument
11795 memcpy(key, test_case->key.data, test_case->key.len); in MD5_HMAC_create_session()
11828 const struct HMAC_MD5_vector *test_case, in MD5_HMAC_create_op() argument
11840 memcpy(*plaintext, test_case->plaintext.data, in MD5_HMAC_create_op()
11841 test_case->plaintext.len); in MD5_HMAC_create_op()
11852 test_case->auth_tag.len); in MD5_HMAC_create_op()
11856 sym_op->auth.data.length = test_case->plaintext.len; in MD5_HMAC_create_op()
11892 RTE_CRYPTO_AUTH_OP_GENERATE, test_case)) in test_MD5_HMAC_generate()
11931 test_case->auth_tag.data, in test_MD5_HMAC_generate()
11932 test_case->auth_tag.len, in test_MD5_HMAC_generate()
[all …]
H A Dtest_mbuf.c2097 struct test_case { struct
2110 struct test_case *test_data) in create_packet() argument
2192 struct test_case test_cases[] = { in test_pktmbuf_read_from_chain()
H A Dtest_cryptodev_asym.c519 test_one_case(const void *test_case, int sessionless) in test_one_case() argument
526 memcpy(&tc, test_case, sizeof(tc)); in test_one_case()