| /src/crypto/external/apache2/openssl/dist/test/ |
| ct_test.c | 28 static char *certs_dir = NULL; variable 38 const char *certs_dir; member in struct:ct_test_fixture 255 if (!TEST_ptr(cert = load_pem_cert(fixture->certs_dir, 262 if (!TEST_ptr(issuer = load_pem_cert(fixture->certs_dir, 337 fixture->certs_dir = certs_dir; 348 fixture->certs_dir = certs_dir; 352 fixture->sct_dir = certs_dir; 361 fixture->certs_dir = certs_dir [all...] |
| verify_extra_test.c | 20 static const char *certs_dir; variable 301 if (!TEST_ptr(certs_dir = test_get_argument(0))) 304 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) 305 || !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) 306 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) 307 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) 308 || !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem")) 309 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) 310 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) 311 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem")) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| ct_test.c | 28 static char *certs_dir = NULL; variable 38 const char *certs_dir; member in struct:ct_test_fixture 256 if (!TEST_ptr(cert = load_pem_cert(fixture->certs_dir, 263 if (!TEST_ptr(issuer = load_pem_cert(fixture->certs_dir, 339 fixture->certs_dir = certs_dir; 350 fixture->certs_dir = certs_dir; 354 fixture->sct_dir = certs_dir; 363 fixture->certs_dir = certs_dir [all...] |
| verify_extra_test.c | 20 static const char *certs_dir; variable 302 if (!TEST_ptr(certs_dir = test_get_argument(0))) 305 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) 306 || !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) 307 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) 308 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) 309 || !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem")) 310 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) 311 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) 312 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem")) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ct_test.c | 27 static char *certs_dir = NULL; variable 37 const char *certs_dir; member in struct:ct_test_fixture 251 if (!TEST_ptr(cert = load_pem_cert(fixture->certs_dir, 258 if (!TEST_ptr(issuer = load_pem_cert(fixture->certs_dir, 336 fixture->certs_dir = certs_dir; 349 fixture->certs_dir = certs_dir; 353 fixture->sct_dir = certs_dir; 364 fixture->certs_dir = certs_dir [all...] |
| verify_extra_test.c | 19 static const char *certs_dir; variable 309 if (!TEST_ptr(certs_dir = test_get_argument(0))) { 314 if (!TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) 315 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) 316 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) 317 || !TEST_ptr(good_f = test_mk_file_path(certs_dir, "rootCA.pem")) 318 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) 319 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) 320 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem")))
|