Searched refs:test_algorithm (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/tests/ |
D | vb20_common2_tests.c | 138 int test_algorithm(int key_algorithm, const char *keys_dir) in test_algorithm() function 194 if (test_algorithm(key_algs[i], argv[1])) in main() 203 if (test_algorithm(alg, argv[1])) in main()
|
D | vboot_common2_tests.c | 212 int test_algorithm(int key_algorithm, const char *keys_dir) in test_algorithm() function 262 if (test_algorithm(key_algs[i], argv[1])) in main() 271 if (test_algorithm(alg, argv[1])) in main()
|
D | vb21_common2_tests.c | 239 int test_algorithm(int key_algorithm, const char *keys_dir) in test_algorithm() function 298 if (test_algorithm(key_algs[i], argv[1])) in main() 307 if (test_algorithm(alg, argv[1])) in main()
|
D | vb21_host_sig_tests.c | 166 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) in test_algorithm() function 188 if (test_algorithm(test_algs + i, argv[1])) in main()
|
D | vb21_host_key_tests.c | 279 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) in test_algorithm() function 302 if (test_algorithm(test_algs + i, argv[1])) in main()
|