Home
last modified time | relevance | path

Searched refs:acert_file (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dx509_acert_test.c19 const char *acert_file; in test_print_acert() local
23 if (!TEST_ptr(acert_file = test_get_argument(idx))) in test_print_acert()
26 if (!TEST_ptr(bp = BIO_new_file(acert_file, "r"))) in test_print_acert()
51 const char *acert_file; in test_acert_sign() local
56 if (!TEST_ptr(acert_file = test_get_argument(0))) in test_acert_sign()
62 if (!TEST_ptr(bp = BIO_new_file(acert_file, "r"))) in test_acert_sign()

Completed in 6 milliseconds