Searched refs:test_algorithm (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_common2_tests.c | 293 static int test_algorithm(int key_algorithm, const char *keys_dir) in test_algorithm() function 359 if (test_algorithm(key_algs[i], argv[1])) in main() 368 if (test_algorithm(alg, argv[1])) in main()
|
H A D | vb21_host_common2_tests.c | 239 static int test_algorithm(int key_algorithm, const char *keys_dir) in test_algorithm() function 321 if (test_algorithm(key_algs[i], argv[1])) in main() 330 if (test_algorithm(alg, argv[1])) in main()
|
H A D | vb21_host_sig_tests.c | 166 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) in test_algorithm() function 190 if (test_algorithm(test_algs + i, argv[1])) in main()
|
H A D | vb21_host_key_tests.c | 283 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir, in test_algorithm() function 312 if (test_algorithm(test_algs + i, keys_dir, temp_dir)) in main()
|