Home
last modified time | relevance | path

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

/f-stack/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.c393 struct test_case{ struct
401 struct test_case test_cases[] = { argument
419 launch_test(struct test_case *pt_case) in launch_test()
474 struct test_case *pt_case = NULL; in test_func_reentrancy()
H A Dtest_telemetry_data.c344 typedef int (*test_case)(void); in test_telemetry_data() typedef
351 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.c10133 const struct HMAC_MD5_vector *test_case) in MD5_HMAC_create_session() argument
10137 memcpy(key, test_case->key.data, test_case->key.len); in MD5_HMAC_create_session()
10168 const struct HMAC_MD5_vector *test_case, in MD5_HMAC_create_op() argument
10180 memcpy(*plaintext, test_case->plaintext.data, in MD5_HMAC_create_op()
10181 test_case->plaintext.len); in MD5_HMAC_create_op()
10192 test_case->auth_tag.len); in MD5_HMAC_create_op()
10196 sym_op->auth.data.length = test_case->plaintext.len; in MD5_HMAC_create_op()
10232 RTE_CRYPTO_AUTH_OP_GENERATE, test_case)) in test_MD5_HMAC_generate()
10271 test_case->auth_tag.data, in test_MD5_HMAC_generate()
10272 test_case->auth_tag.len, in test_MD5_HMAC_generate()
[all …]
H A Dtest_mbuf.c2096 struct test_case { struct
2109 struct test_case *test_data) in create_packet() argument
2191 struct test_case test_cases[] = { in test_pktmbuf_read_from_chain()
H A Dtest_cryptodev_asym.c529 test_one_case(const void *test_case, int sessionless) in test_one_case() argument
536 memcpy(&tc, test_case, sizeof(tc)); in test_one_case()