Home
last modified time | relevance | path

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

/freebsd/crypto/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_vfy_test.c19 static const char *root_f; variable
610 || !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()
H A Dcmp_protect_test.c550 char *root_f; in OPT_TEST_DECLARE_USAGE() local
567 || !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()