| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 558 #define JUMP(program, addr, jump_type, test_type, cond) \ argument 559 rta_jump(program, addr, jump_type, test_type, cond, NONE) 575 #define JUMP_INC(program, addr, test_type, cond, src_dst) \ argument 576 rta_jump(program, addr, LOCAL_JUMP_INC, test_type, cond, src_dst) 592 #define JUMP_DEC(program, addr, test_type, cond, src_dst) \ argument 593 rta_jump(program, addr, LOCAL_JUMP_DEC, test_type, cond, src_dst)
|
| /f-stack/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 | 1702 if (info.interim_info.aes_data.test_type == AESAVS_TYPE_MCT) in init_test_ops() 1715 if (info.interim_info.tdes_data.test_type == TDES_MCT) in init_test_ops() 1738 if (info.interim_info.sha_data.test_type == SHA_MCT) in init_test_ops() 1754 if (info.interim_info.tdes_data.test_type == TDES_MCT) in init_test_ops()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table_pipeline.c | 216 setup_pipeline(int test_type) in setup_pipeline() argument 226 __func__, pipeline_test_names[test_type]); in setup_pipeline() 405 test_pipeline_single_filter(int test_type, int expected_count) in test_pipeline_single_filter() argument 413 __func__, pipeline_test_names[test_type]); in test_pipeline_single_filter() 490 "got %d\n", __func__, pipeline_test_names[test_type], in test_pipeline_single_filter()
|
| H A D | test_cryptodev_blockcipher.h | 98 enum blockcipher_test_type test_type);
|
| H A D | test_cryptodev_blockcipher.c | 747 enum blockcipher_test_type test_type) in test_blockcipher_all_tests() argument 755 switch (test_type) { in test_blockcipher_all_tests()
|
| H A D | test_red.c | 1707 static void run_tests(struct tests *test_type, uint32_t test_count, uint32_t *num_tests, uint32_t *… in run_tests() argument 1714 result = test_type[i].testfn(test_type[i].testcfg); in run_tests()
|
| H A D | test_cryptodev.c | 1923 test_blockcipher(enum blockcipher_test_type test_type) in test_blockcipher() argument 1932 test_type); in test_blockcipher()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | jump_cmd.h | 55 enum rta_jump_cond test_type, in rta_jump() argument 110 switch (test_type) { in rta_jump()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | Makefile.am | 81 zpool.d/test_type \ 125 test_type \
|