Lines Matching refs:test_mk_file_path
570 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb()
571 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb()
572 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb()
573 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb()
574 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb()
651 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain()
652 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain()
679 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_ctx_build_cert_chain()
680 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain()
7988 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
7989 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in cert_cb()
7990 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in cert_cb()
9575 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
9579 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
9583 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
9587 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests()
9591 cert1024 = test_mk_file_path(certsdir, "ee-cert-1024.pem"); in setup_tests()
9595 privkey1024 = test_mk_file_path(certsdir, "ee-key-1024.pem"); in setup_tests()
9599 cert3072 = test_mk_file_path(certsdir, "ee-cert-3072.pem"); in setup_tests()
9603 privkey3072 = test_mk_file_path(certsdir, "ee-key-3072.pem"); in setup_tests()
9607 cert4096 = test_mk_file_path(certsdir, "ee-cert-4096.pem"); in setup_tests()
9611 privkey4096 = test_mk_file_path(certsdir, "ee-key-4096.pem"); in setup_tests()
9615 cert8192 = test_mk_file_path(certsdir, "ee-cert-8192.pem"); in setup_tests()
9619 privkey8192 = test_mk_file_path(certsdir, "ee-key-8192.pem"); in setup_tests()