| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 561 #define JUMP(program, addr, jump_type, test_type, cond) \ argument 562 rta_jump(program, addr, jump_type, test_type, cond, NONE) 578 #define JUMP_INC(program, addr, test_type, cond, src_dst) \ argument 579 rta_jump(program, addr, LOCAL_JUMP_INC, test_type, cond, src_dst) 595 #define JUMP_DEC(program, addr, test_type, cond, src_dst) \ argument 596 rta_jump(program, addr, LOCAL_JUMP_DEC, test_type, cond, src_dst)
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_validation.h | 130 enum fips_aesavs_test_types test_type; member 140 enum fips_tdes_test_types test_type; member 146 enum fips_ccm_test_types test_type; member 155 enum fips_sha_test_types test_type; member
|
| H A D | fips_validation_sha.c | 96 info.interim_info.sha_data.test_type = SHA_KAT; in parse_test_sha_init() 100 info.interim_info.sha_data.test_type = SHA_MCT; in parse_test_sha_init()
|
| H A D | fips_validation_ccm.c | 214 switch (info.interim_info.ccm_data.test_type) { in parse_test_ccm_writeback() 260 info.interim_info.ccm_data.test_type = in parse_test_ccm_init()
|
| H A D | fips_validation_aes.c | 139 info.interim_info.aes_data.test_type = in parse_test_aes_init()
|
| H A D | fips_validation_tdes.c | 255 info.interim_info.tdes_data.test_type = in parse_test_tdes_init()
|
| H A D | main.c | 1712 if (info.interim_info.aes_data.test_type == AESAVS_TYPE_MCT) in init_test_ops() 1725 if (info.interim_info.tdes_data.test_type == TDES_MCT) in init_test_ops() 1748 if (info.interim_info.sha_data.test_type == SHA_MCT) in init_test_ops() 1764 if (info.interim_info.tdes_data.test_type == TDES_MCT) in init_test_ops()
|
| /dpdk/app/test/ |
| H A D | test_table_pipeline.c | 218 setup_pipeline(int test_type) in setup_pipeline() argument 228 __func__, pipeline_test_names[test_type]); in setup_pipeline() 407 test_pipeline_single_filter(int test_type, int expected_count) in test_pipeline_single_filter() argument 415 __func__, pipeline_test_names[test_type]); in test_pipeline_single_filter() 492 "got %d\n", __func__, pipeline_test_names[test_type], in test_pipeline_single_filter()
|
| H A D | test_cryptodev_blockcipher.h | 105 build_blockcipher_test_suite(enum blockcipher_test_type test_type);
|
| H A D | test_pie.c | 949 static void run_tests(struct tests *test_type, uint32_t test_count, in run_tests() argument 963 result = test_type[i].testfn(test_type[i].testcfg); in run_tests()
|
| H A D | test_red.c | 1731 static void run_tests(struct tests *test_type, uint32_t test_count, uint32_t *num_tests, uint32_t *… in run_tests() argument 1738 result = test_type[i].testfn(test_type[i].testcfg); in run_tests()
|
| H A D | test_cryptodev_blockcipher.c | 1128 build_blockcipher_test_suite(enum blockcipher_test_type test_type) in build_blockcipher_test_suite() argument 1137 switch (test_type) { in build_blockcipher_test_suite()
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | jump_cmd.h | 53 enum rta_jump_cond test_type, in rta_jump() argument 94 switch (test_type) { in rta_jump()
|