| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| http.h | 76 int use_ssl, BIO *bio, BIO *rbio, 96 const char *path, int use_ssl, 111 const char *server, int use_ssl);
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| http.h | 67 int use_ssl, BIO *bio, BIO *rbio, 87 const char *path, int use_ssl, 105 const char *server, int use_ssl);
|
| /src/crypto/external/bsd/openssl/dist/crypto/http/ |
| http_client.c | 52 int use_ssl; /* Use HTTPS */ member in struct:ossl_http_req_ctx_st 373 void *arg, int use_ssl, 385 rctx->use_ssl = use_ssl; 854 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl) 862 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; 871 int use_ssl, 887 port = explict_or_default_port(host, port, use_ssl); 942 int use_ssl, BIO *bio, BIO *rbio, 949 if (use_ssl && bio_update_fn == NULL) 1146 int use_ssl; local [all...] |
| http_lib.c | 293 const char *server, int use_ssl) 300 proxy = ossl_safe_getenv(use_ssl ? "https_proxy" : "http_proxy"); 302 proxy = ossl_safe_getenv(use_ssl ? OPENSSL_HTTPS_PROXY : OPENSSL_HTTP_PROXY);
|
| /src/crypto/external/apache2/openssl/dist/crypto/http/ |
| http_client.c | 54 int use_ssl; /* Use HTTPS */ member in struct:ossl_http_req_ctx_st 414 void *arg, int use_ssl, 426 rctx->use_ssl = use_ssl; 1004 static const char *explict_or_default_port(const char *hostserv, const char *port, int use_ssl) 1012 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; 1021 int use_ssl, 1037 port = explict_or_default_port(host, port, use_ssl); 1092 int use_ssl, BIO *bio, BIO *rbio, 1099 if (use_ssl && bio_update_fn == NULL) 1295 int use_ssl; local [all...] |
| http_lib.c | 297 const char *server, int use_ssl) 304 proxy = ossl_safe_getenv(use_ssl ? "https_proxy" : "http_proxy"); 306 proxy = ossl_safe_getenv(use_ssl ? OPENSSL_HTTPS_PROXY : OPENSSL_HTTP_PROXY);
|
| /src/external/bsd/libevent/dist/sample/ |
| le-proxy.c | 220 int use_ssl = 0; local 235 use_ssl = 1; 273 if (use_ssl) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ocsp.c | 251 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local 289 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */, 734 use_ssl, headers, req_timeout); 1234 int use_ssl, STACK_OF(CONF_VALUE) *headers, 1240 if (use_ssl == 1) {
|
| s_server.c | 454 int use_ssl; member in struct:tlsextstatusctx_st 474 int use_ssl; local 489 if (!OSSL_HTTP_parse_url(sk_OPENSSL_STRING_value(aia, 0), &use_ssl, 506 use_ssl = srctx->use_ssl; 542 use_ssl, NULL /* headers */, srctx->timeout); 1377 if (!OSSL_HTTP_parse_url(opt_arg(), &tlscstatp.use_ssl, NULL,
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 256 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local 298 if (!OCSP_parse_url(opt_arg(), &host, &port, &path, &use_ssl)) { 690 port, use_ssl, headers, req_timeout); 1588 const char *port, int use_ssl, 1603 if (use_ssl == 1) {
|
| s_server.c | 504 int use_ssl; member in struct:tlsextstatusctx_st 523 int use_ssl; local 539 &host, &port, &path, &use_ssl)) { 555 use_ssl = srctx->use_ssl; 588 *resp = process_responder(req, host, path, port, use_ssl, NULL, 1361 &tlscstatp.path, &tlscstatp.use_ssl)) {
|
| apps.h | 494 const char *port, int use_ssl,
|
| apps.c | 603 int use_ssl, rv = 0; local 604 if (!OCSP_parse_url(url, &host, &port, &path, &use_ssl)) 606 if (use_ssl) {
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ocsp.c | 291 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local 330 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */, 778 use_ssl, headers, req_timeout); 1289 int use_ssl, STACK_OF(CONF_VALUE) *headers, 1295 if (use_ssl == 1) {
|
| s_server.c | 463 int use_ssl; member in struct:tlsextstatusctx_st 483 int use_ssl; local 502 if (!OSSL_HTTP_parse_url(sk_OPENSSL_STRING_value(aia, 0), &use_ssl, 519 use_ssl = srctx->use_ssl; 567 use_ssl, NULL /* headers */, srctx->timeout); 1525 if (!OSSL_HTTP_parse_url(opt_arg(), &tlscstatp.use_ssl, NULL,
|
| cmp.c | 2216 int portnum, use_ssl; local 2244 if (!OSSL_HTTP_parse_url(opt_server, &use_ssl, NULL /* user */, 2250 if (use_ssl && !opt_tls_used) { 2271 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, use_ssl);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| apps.c | 2548 int use_ssl; local 2557 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port, 2560 if (use_ssl && ssl_ctx == NULL) { 2565 if (!use_ssl && ssl_ctx != NULL) { 2567 "SSL_CTX given but use_ssl == 0"); 2574 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL; 2600 int use_ssl = ssl_ctx != NULL; local 2611 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL; 2614 rsp = OSSL_HTTP_transfer(NULL, host, port, path, use_ssl,
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| apps.h | 194 int use_ssl, STACK_OF(CONF_VALUE) *headers,
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| apps.h | 187 int use_ssl, STACK_OF(CONF_VALUE) *headers,
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 2620 int use_ssl; local 2629 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port, 2632 if (use_ssl && ssl_ctx == NULL) { 2637 if (!use_ssl && ssl_ctx != NULL) { 2639 "SSL_CTX given but use_ssl == 0"); 2646 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL; 2671 int use_ssl = ssl_ctx != NULL; local 2682 OSSL_HTTP_adapt_proxy(proxy, no_proxy, host, use_ssl) != NULL; 2685 rsp = OSSL_HTTP_transfer(NULL, host, port, path, use_ssl,
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| curl.d | 1061 use_ssl = 119,
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cmp_ctx_test.c | 329 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail)
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_ctx_test.c | 309 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail)
|
| /src/external/bsd/unbound/dist/services/ |
| outside_network.c | 547 socklen_t addrlen, int use_ssl, char* tls_auth_name) 561 if(use_ssl) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
| curl.d | 3833 p.curl.set(CurlOption.use_ssl, CurlUseSSL.all);
|