Searched refs:path (Results 1 – 9 of 9) sorted by relevance
| /include/internal/ |
| A D | common.h | 189 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 D | dso.h | 145 int DSO_pathbyaddr(void *addr, char *path, int sz);
|
| /include/openssl/ |
| A D | rand.h | 106 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 D | http.h | 54 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 D | provider.h | 21 int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *, const char *path);
|
| A D | ocsp.h.in | 173 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 D | cmp.h.in | 371 int OSSL_CMP_CTX_set1_serverPath(OSSL_CMP_CTX *ctx, const char *path);
|
| A D | x509_vfy.h.in | 659 int X509_STORE_load_path(X509_STORE *xs, const char *path);
|
| A D | ssl.h.in | 2654 * 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