| /crypto/rand/ |
| A D | rand_egd.c | 21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument 26 int RAND_egd(const char *path) in RAND_egd() argument 31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument 109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument 122 if (strlen(path) >= sizeof(addr.sun_path)) in RAND_query_egd_bytes() 124 strcpy(addr.sun_path, path); in RAND_query_egd_bytes() 125 i = offsetof(struct sockaddr_un, sun_path) + strlen(path); in RAND_query_egd_bytes() 204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument 208 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes() 216 int RAND_egd(const char *path) in RAND_egd() argument [all …]
|
| /crypto/x509/ |
| A D | x509_d2.c | 69 int X509_STORE_load_path(X509_STORE *ctx, const char *path) in X509_STORE_load_path() argument 73 if (path == NULL in X509_STORE_load_path() 75 || X509_LOOKUP_add_dir(lookup, path, X509_FILETYPE_PEM) <= 0) in X509_STORE_load_path() 100 const char *path, OSSL_LIB_CTX *libctx, in X509_STORE_load_locations_ex() argument 103 if (file == NULL && path == NULL) in X509_STORE_load_locations_ex() 107 if (path != NULL && !X509_STORE_load_path(ctx, path)) in X509_STORE_load_locations_ex() 113 const char *path) in X509_STORE_load_locations() argument 115 return X509_STORE_load_locations_ex(ctx, file, path, NULL, NULL); in X509_STORE_load_locations()
|
| /crypto/http/ |
| A D | http_lib.c | 63 const char *path, *path_end; in OSSL_parse_url() local 132 path = p; in OSSL_parse_url() 133 if (*path != '\0' && *path != '/' && *path != '?' && *path != '#') { in OSSL_parse_url() 137 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url() 167 if (*path == '/') { in OSSL_parse_url() 168 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url() 171 size_t buflen = 1 + path_end - path + 1; in OSSL_parse_url() 175 BIO_snprintf(*ppath, buflen, "/%s", path); in OSSL_parse_url()
|
| A D | http_client.c | 180 const char *path) in OSSL_HTTP_REQ_CTX_set_request_line() argument 206 if (path == NULL) { in OSSL_HTTP_REQ_CTX_set_request_line() 207 path = "/"; in OSSL_HTTP_REQ_CTX_set_request_line() 213 } else if (path[0] != '/' && BIO_printf(rctx->mem, "/") <= 0) { in OSSL_HTTP_REQ_CTX_set_request_line() 220 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line() 1265 char *path; in OSSL_HTTP_get() local 1291 if (!OSSL_HTTP_set1_request(rctx, path, headers, in OSSL_HTTP_get() 1303 OPENSSL_free(path); in OSSL_HTTP_get() 1311 path = OPENSSL_strdup(redirection_url); in OSSL_HTTP_get() 1312 if (path == NULL) { in OSSL_HTTP_get() [all …]
|
| /crypto/cmp/ |
| A D | cmp_http.c | 61 const char *path = ctx->serverPath; in OSSL_CMP_MSG_http_perform() local 63 if (path == NULL) in OSSL_CMP_MSG_http_perform() 64 path = ""; in OSSL_CMP_MSG_http_perform() 65 if (*path == '/') in OSSL_CMP_MSG_http_perform() 66 path++; in OSSL_CMP_MSG_http_perform() 70 tls_used ? "s" : "", ctx->server, server_port, path); in OSSL_CMP_MSG_http_perform() 74 ctx->server, server_port, path); in OSSL_CMP_MSG_http_perform()
|
| /crypto/ |
| A D | provider_conf.c | 202 const char *value, const char *path, in provider_conf_activate() argument 237 if (path != NULL) in provider_conf_activate() 238 ossl_provider_set_module_path(prov, path); in provider_conf_activate() 317 const char *path = NULL; in provider_conf_load() local 353 path = confvalue; in provider_conf_load() 362 ok = provider_conf_activate(libctx, name, value, path, soft, cnf); in provider_conf_load() 373 if (ok && path != NULL) { in provider_conf_load() 374 entry.path = OPENSSL_strdup(path); in provider_conf_load() 375 if (entry.path == NULL) in provider_conf_load() 380 if (ok >= 1 && (entry.path != NULL || entry.parameters != NULL)) { in provider_conf_load()
|
| A D | provider_core.c | 155 char *path; member 283 OPENSSL_free(info->path); in ossl_provider_info_clear() 767 OPENSSL_free(prov->path); in ossl_provider_free() 786 OPENSSL_free(prov->path); in ossl_provider_set_module_path() 787 prov->path = NULL; in ossl_provider_set_module_path() 905 if (path != NULL) { in OSSL_PROVIDER_set_default_search_path() 906 p = OPENSSL_strdup(path); in OSSL_PROVIDER_set_default_search_path() 924 char *path = NULL; in OSSL_PROVIDER_get0_default_search_path() local 928 path = store->default_path; in OSSL_PROVIDER_get0_default_search_path() 931 return path; in OSSL_PROVIDER_get0_default_search_path() [all …]
|
| A D | provider_local.h | 20 char *path; member
|
| A D | README-sparse_array.md | 109 along a path from the root of the tree to an added leaf will be allocated.
|
| /crypto/ocsp/ |
| A D | ocsp_http.c | 15 OSSL_HTTP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, in OCSP_sendreq_new() argument 32 NULL, NULL, path)) in OCSP_sendreq_new() 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() argument 57 ctx = OCSP_sendreq_new(b, path, req, 0 /* default buf_size */); in OCSP_sendreq_bio()
|
| /crypto/lms/ |
| A D | lms_verify.c | 48 const unsigned char *path = paths; in lms_sig_compute_tc_from_path() local 77 if (!EVP_DigestUpdate(ctx, path, n) in lms_sig_compute_tc_from_path() 82 || !EVP_DigestUpdate(ctx, path, n)) in lms_sig_compute_tc_from_path() 91 path += n; in lms_sig_compute_tc_from_path()
|
| /crypto/dso/ |
| A D | dso_dl.c | 25 static int dl_pathbyaddr(void *addr, char *path, int sz); 241 static int dl_pathbyaddr(void *addr, char *path, int sz) in dl_pathbyaddr() argument 264 memcpy(path, inf.filename, len); in dl_pathbyaddr() 265 path[len++] = 0; in dl_pathbyaddr()
|
| A D | dso_win32.c | 67 static int win32_pathbyaddr(void *addr, char *path, int sz); 489 static int win32_pathbyaddr(void *addr, char *path, int sz) in win32_pathbyaddr() argument 560 path, sz, NULL, NULL); in win32_pathbyaddr() 569 path[i] = (char)me32.szExePath[i]; in win32_pathbyaddr() 570 path[len++] = '\0'; in win32_pathbyaddr() 581 memcpy(path, me32.szExePath, len); in win32_pathbyaddr() 582 path[len++] = '\0'; in win32_pathbyaddr()
|
| A D | dso_dlfcn.c | 47 static int dlfcn_pathbyaddr(void *addr, char *path, int sz); 401 static int dlfcn_pathbyaddr(void *addr, char *path, int sz) in dlfcn_pathbyaddr() argument 427 memcpy(path, dli.dli_fname, len); in dlfcn_pathbyaddr() 428 path[len++] = 0; in dlfcn_pathbyaddr()
|
| A D | dso_local.h | 103 int (*pathbyaddr) (void *addr, char *path, int sz);
|
| A D | dso_lib.c | 291 int DSO_pathbyaddr(void *addr, char *path, int sz) in DSO_pathbyaddr() argument 299 return (*meth->pathbyaddr) (addr, path, sz); in DSO_pathbyaddr()
|
| /crypto/conf/ |
| A D | conf_def.c | 57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx); 832 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx) in get_next_file() argument 837 pathlen = strlen(path); in get_next_file() 838 while ((filename = OPENSSL_DIR_read(dirctx, path)) != NULL) { in get_next_file() 861 if (path[pathlen - 1] == ']' in get_next_file() 862 || path[pathlen - 1] == '>' in get_next_file() 863 || path[pathlen - 1] == ':') { in get_next_file() 865 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file() 869 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file()
|
| A D | conf_mod.c | 303 const char *path = NULL; in module_load_dso() local 308 path = _CONF_get_string(cnf, value, "path"); in module_load_dso() 309 if (path == NULL) { in module_load_dso() 310 path = name; in module_load_dso() 312 dso = DSO_load(NULL, path, NULL, 0); in module_load_dso() 333 ERR_raise_data(ERR_LIB_CONF, errcode, "module=%s, path=%s", name, path); in module_load_dso()
|
| /crypto/perlasm/ |
| A D | README.md | 7 The way to use this library is to start with adding the path to this directory
|
| /crypto/err/ |
| A D | openssl.txt | 447 CONF_R_RELATIVE_PATH:125:relative path 862 HTTP_R_INVALID_URL_PATH:125:invalid url path 935 OSSL_STORE_R_PATH_MUST_BE_ABSOLUTE:108:path must be absolute 1167 PROV_R_PATH_MUST_BE_ABSOLUTE:219:path must be absolute 1569 SSL_R_PATH_TOO_LONG:270:path too long 1840 X509V3_R_POLICY_PATH_LENGTH:156:policy path length 1842 policy path length already defined
|
| /crypto/objects/ |
| A D | objects.txt | 733 id-pkix-OCSP 10 : path
|