Lines Matching defs:certsdir
83 static char *certsdir = NULL;
567 char *skey = test_mk_file_path(certsdir, "leaf.key");
568 char *leaf = test_mk_file_path(certsdir, "leaf.pem");
569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem");
570 char *int1 = test_mk_file_path(certsdir, "interCA.pem");
571 char *root = test_mk_file_path(certsdir, "rootCA.pem");
648 char *skey = test_mk_file_path(certsdir, "leaf.key");
649 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem");
687 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key");
688 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem");
8342 rootfile = test_mk_file_path(certsdir, "rootcert.pem");
8343 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem");
8344 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
10616 if (!TEST_ptr(certsdir = test_get_argument(0))
10664 cert = test_mk_file_path(certsdir, "servercert.pem");
10668 privkey = test_mk_file_path(certsdir, "serverkey.pem");
10672 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem");
10676 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
10680 cert1024 = test_mk_file_path(certsdir, "ee-cert-1024.pem");
10684 privkey1024 = test_mk_file_path(certsdir, "ee-key-1024.pem");
10688 cert3072 = test_mk_file_path(certsdir, "ee-cert-3072.pem");
10692 privkey3072 = test_mk_file_path(certsdir, "ee-key-3072.pem");
10696 cert4096 = test_mk_file_path(certsdir, "ee-cert-4096.pem");
10700 privkey4096 = test_mk_file_path(certsdir, "ee-key-4096.pem");
10704 cert8192 = test_mk_file_path(certsdir, "ee-cert-8192.pem");
10708 privkey8192 = test_mk_file_path(certsdir, "ee-key-8192.pem");