Searched refs:test_get_argument (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-current/crypto/openssl/test/
H A Dx509aux.c32 BIO *fp = BIO_new_file(test_get_argument(num), "r");
H A Dasynciotest.c406 if (!TEST_ptr(cert = test_get_argument(0))
407 || !TEST_ptr(privkey = test_get_argument(1)))
H A Dtls13ccstest.c500 if (!TEST_ptr(cert = test_get_argument(0))
501 || !TEST_ptr(privkey = test_get_argument(1)))
H A Dcmp_msg_test.c558 if (!TEST_ptr(newkey_f = test_get_argument(0))
559 || !TEST_ptr(server_cert_f = test_get_argument(1))
560 || !TEST_ptr(pkcs10_f = test_get_argument(2))) {
H A Ddtlstest.c592 if (!TEST_ptr(cert = test_get_argument(0))
593 || !TEST_ptr(privkey = test_get_argument(1)))
H A Dssl_test_ctx_test.c252 if (!TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0))
H A Dverify_extra_test.c302 if (!TEST_ptr(certs_dir = test_get_argument(0)))
H A Dendecoder_legacy_test.c700 load_pkey_pem(test_get_argument(1), NULL)))
708 load_pkey_pem(test_get_argument(0), NULL)))
H A Devp_fetch_prov_test.c95 char *provname = test_get_argument(i);
H A Dhttp_test.c373 if (!TEST_ptr((x509 = load_cert_pem(test_get_argument(0), NULL))))
H A Dparams_conversion_test.c319 const char *testfile = test_get_argument(i);
H A Dkeymgmt_internal_test.c356 if (!TEST_ptr(cert_filename = test_get_argument(0)))
H A Dcmsapitest.c371 if (!TEST_ptr(certin = test_get_argument(0))
372 || !TEST_ptr(privkeyin = test_get_argument(1))
373 || !TEST_ptr(derin = test_get_argument(2)))
H A Denginetest.c367 if (!TEST_ptr(b = BIO_new_file(test_get_argument(0), "r"))
H A Dssl_test.c550 || !TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0)
H A Dthreadstest.c705 if (!TEST_ptr(datadir = test_get_argument(0)))
H A Dv3ext.c475 if (!TEST_ptr(infile = test_get_argument(0)))
H A Dcmp_ctx_test.c804 if (!TEST_ptr(cert_file = test_get_argument(0))
H A Dtestutil.h171 * Tests that use test_get_argument() that dont have any additional options
199 char *test_get_argument(size_t n);
205 * test_get_argument()
H A Dsslapitest.c10794 if (!TEST_ptr(certsdir = test_get_argument(0))
10795 || !TEST_ptr(srpvfile = test_get_argument(1))
10796 || !TEST_ptr(tmpfilename = test_get_argument(2))
10797 || !TEST_ptr(modulename = test_get_argument(3))
10798 || !TEST_ptr(configfile = test_get_argument(4))
10799 || !TEST_ptr(dhfile = test_get_argument(5)))
H A Devp_pkey_provided_test.c1792 if (!TEST_ptr(datadir = test_get_argument(0)))
H A Dbntest.c3076 char *testfile = test_get_argument(i);
H A Devp_test.c3938 const char *testfile = test_get_argument(i);

Completed in 392 milliseconds

12