Home
last modified time | relevance | path

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

/openssl/test/
H A Dverify_extra_test.c21 static char *root_f = NULL; variable
206 return test_self_signed(root_f, 1, 1); in test_self_signed_good()
305 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) in setup_tests()
333 OPENSSL_free(root_f); in cleanup_tests()
H A Dcmp_protect_test.c559 char *root_f; in OPT_TEST_DECLARE_USAGE() local
578 || !TEST_ptr(root_f = test_get_argument(10)) in OPT_TEST_DECLARE_USAGE()
605 || !TEST_ptr(root = load_cert_pem(root_f, libctx)) in OPT_TEST_DECLARE_USAGE()
H A Dcmp_vfy_test.c19 static const char *root_f; variable
627 || !TEST_ptr(root_f = test_get_argument(4)) in OPT_TEST_DECLARE_USAGE()
647 || !TEST_ptr(root = load_cert_pem(root_f, NULL)) in OPT_TEST_DECLARE_USAGE()

Completed in 10 milliseconds