Home
last modified time | relevance | path

Searched refs:path (Results 51 – 75 of 158) sorted by relevance

1234567

/openssl/test/recipes/
H A D80-test_cms.t1091 our @path = qw(test certs);
1092 our $key = srctop_file(@path, "ee-key.pem");
1093 our $ee = srctop_file(@path, "ee-cert.pem");
1094 our $ca = srctop_file(@path, "ca-cert.pem");
1095 our $root = srctop_file(@path, "root-cert.pem");
/openssl/crypto/
H A Dprovider_core.c155 char *path; member
282 OPENSSL_free(info->path); in ossl_provider_info_clear()
747 OPENSSL_free(prov->path); in ossl_provider_free()
766 OPENSSL_free(prov->path); in ossl_provider_set_module_path()
767 prov->path = NULL; in ossl_provider_set_module_path()
836 if (path != NULL) { in OSSL_PROVIDER_set_default_search_path()
837 p = OPENSSL_strdup(path); in OSSL_PROVIDER_set_default_search_path()
855 char *path = NULL; in OSSL_PROVIDER_get0_default_search_path() local
859 path = store->default_path; in OSSL_PROVIDER_get0_default_search_path()
862 return path; in OSSL_PROVIDER_get0_default_search_path()
[all …]
H A Dprovider_local.h20 char *path; member
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod38 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *path);
161 ossl_provider_set_module_path() sets the module path to load the
164 the path from the provider name and the default module directory (more
258 ossl_provider_module_path() returns the full path of the module file,
313 If a path was given with ossl_provider_set_module_path(), use that as
314 module path.
315 Otherwise, use the provider object's name as module path, with
321 value is a directory specification and merge it with the module path.
323 with the module path.
/openssl/demos/encrypt/
H A Dbuild.info3 # that libcrypto is on the library path. For example:
/openssl/demos/keyexch/
H A Dbuild.info3 # that libcrypto is on the library path. For example:
/openssl/demos/sslecho/
H A Dbuild.info3 # libcrypto and libssl are on the library path. For example:
/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod40 signature check succeeds and the cert and its path can be verified
46 as a trust anchor for the path verification of an 'acceptable' cert if it can be
58 path using the given store of trusted certs (possibly including CRLs and a cert
/openssl/include/openssl/
H A Docsp.h.in173 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path,
175 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
182 # define OCSP_REQ_CTX_http(rctx, op, path) \ argument
185 NULL, NULL, path))
260 # define OCSP_parse_url(url, host, port, path, ssl) \ argument
261 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
H A Dprovider.h21 int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *, const char *path);
/openssl/demos/encode/
H A Dbuild.info3 # that libcrypto is on the library path. For example:
/openssl/crypto/dso/
H A Ddso_local.h103 int (*pathbyaddr) (void *addr, char *path, int sz);
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py9 import sys, os, os.path, glob, json, re
168 for filename in glob.glob(os.path.join(qlogdir, '*.sqlog')):
/openssl/demos/kdf/
H A Dbuild.info3 # libcrypto is on the library path. For example:
/openssl/apps/
H A Dtsget.in158 my ($base, $path) = fileparse($input, '\.[^.]*');
160 my $output = defined($options{o}) ? $options{o} : $path . $output_base;
H A Docsp.c234 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL; in ocsp_main() local
288 &path, NULL /* qry */, NULL /* frag */)) { in ocsp_main()
294 tpath = path; in ocsp_main()
303 path = opt_arg(); in ocsp_main()
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
1232 const char *port, const char *path, in process_responder() argument
1249 app_http_post_asn1(host, port, path, proxy, no_proxy, in process_responder()
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in29 # This assumes that the given path is absolute.
34 my $path = shift;
36 (my $volume, $directories, $file) = File::Spec->splitpath($path, $no_file // ());
89 # Set up the import path, so all other import paths are made relative this file
/openssl/include/internal/
H A Ddso.h145 int DSO_pathbyaddr(void *addr, char *path, int sz);
/openssl/demos/mac/
H A Dbuild.info3 # that libcrypto is on the library path. For example:
/openssl/demos/signature/
H A Dbuild.info3 # that libcrypto is on the library path. For example:
/openssl/
H A DNOTES-ANDROID.md30 to point at the `NDK` directory. If you're using a side-by-side NDK the path
32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`.
46 directory, so the bin path will be slightly different. EG: to compile
/openssl/apps/include/
H A Dapps.h175 __owur int ctx_set_ctlog_list_file(SSL_CTX *ctx, const char *path);
192 const char *port, const char *path,
301 const char *path, const char *proxy,
/openssl/demos/smime/
H A Dbuild.info3 # libcrypto is on the library path. For example, to run the
/openssl/demos/pkey/
H A Dbuild.info3 # libcrypto is on the library path. For example:
/openssl/engines/
H A De_loader_attic.txt14 ATTIC_R_PATH_MUST_BE_ABSOLUTE:105:path must be absolute

Completed in 66 milliseconds

1234567