Home
last modified time | relevance | path

Searched refs:OSSL_HTTPS_PORT (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/include/openssl/
Dhttp.h31 # define OSSL_HTTPS_PORT "443" macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dhttp.h31 # define OSSL_HTTPS_PORT "443" macro
/third_party/openssl/crypto/http/
Dhttp_lib.c214 port = ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_parse_url()
Dhttp_client.c863 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in http_new_bio()
951 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_open()
1305 port = OSSL_HTTPS_PORT; in OSSL_HTTP_proxy_connect()
/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_lib.c222 port = ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_parse_url()
Dhttp_client.c863 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in http_new_bio()
951 port = use_ssl ? OSSL_HTTPS_PORT : OSSL_HTTP_PORT; in OSSL_HTTP_open()
1305 port = OSSL_HTTPS_PORT; in OSSL_HTTP_proxy_connect()