Home
last modified time | relevance | path

Searched refs:path (Results 1 – 9 of 9) sorted by relevance

/include/internal/
A Dcommon.h189 if (*path != '\0') in ossl_ends_with_dirsep()
190 path += strlen(path) - 1; in ossl_ends_with_dirsep()
192 if (*path == ']' || *path == '>' || *path == ':') in ossl_ends_with_dirsep()
195 if (*path == '\\') in ossl_ends_with_dirsep()
198 return *path == '/'; in ossl_ends_with_dirsep()
219 || ((path[0] == '[' || path[0] == '<') in ossl_is_absolute_path()
220 && path[1] != '.' && path[1] != '-' in ossl_is_absolute_path()
221 && path[1] != ']' && path[1] != '>')) in ossl_is_absolute_path()
224 if (path[0] == '\\' in ossl_is_absolute_path()
225 || (path[0] != '\0' && path[1] == ':')) in ossl_is_absolute_path()
[all …]
A Ddso.h145 int DSO_pathbyaddr(void *addr, char *path, int sz);
/include/openssl/
A Drand.h106 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
107 int RAND_egd(const char *path);
108 int RAND_egd_bytes(const char *path, int bytes);
A Dhttp.h54 const char *path);
84 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
98 const char *path, int use_ssl,
A Dprovider.h21 int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *, const char *path);
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)
A Dcmp.h.in371 int OSSL_CMP_CTX_set1_serverPath(OSSL_CMP_CTX *ctx, const char *path);
A Dx509_vfy.h.in659 int X509_STORE_load_path(X509_STORE *xs, const char *path);
A Dssl.h.in2654 * Loads the CT log list from the specified file path.
2660 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path);

Completed in 25 milliseconds