HomeSort by relevance Sort by last modified time
    Searched refs:test_algorithm (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/tests/
vb20_common2_tests.c 138 int test_algorithm(int key_algorithm, const char *keys_dir) function
194 if (test_algorithm(key_algs[i], argv[1]))
203 if (test_algorithm(alg, argv[1]))
vboot_common2_tests.c 212 int test_algorithm(int key_algorithm, const char *keys_dir) function
262 if (test_algorithm(key_algs[i], argv[1]))
271 if (test_algorithm(alg, argv[1]))
vb21_common2_tests.c 239 int test_algorithm(int key_algorithm, const char *keys_dir) function
298 if (test_algorithm(key_algs[i], argv[1]))
307 if (test_algorithm(alg, argv[1]))
vb21_host_sig_tests.c 166 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) function
188 if (test_algorithm(test_algs + i, argv[1]))
vb21_host_key_tests.c 279 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) function
302 if (test_algorithm(test_algs + i, argv[1]))

Completed in 912 milliseconds