Searched refs:root_f (Results 1 – 3 of 3) sorted by relevance
21 static char *root_f = NULL; variable206 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()
19 static const char *root_f; variable610 || !TEST_ptr(root_f = test_get_argument(4)) in OPT_TEST_DECLARE_USAGE()630 || !TEST_ptr(root = load_cert_pem(root_f, NULL)) in OPT_TEST_DECLARE_USAGE()
550 char *root_f; in OPT_TEST_DECLARE_USAGE() local567 || !TEST_ptr(root_f = test_get_argument(8)) in OPT_TEST_DECLARE_USAGE()589 || !TEST_ptr(root = load_cert_pem(root_f, libctx)) in OPT_TEST_DECLARE_USAGE()