Home
last modified time | relevance | path

Searched defs:use_ssl (Results 1 - 17 of 17) sorted by relevance

/third_party/libwebsockets/lib/tls/
H A Dprivate-network.h65 int use_ssl; member
89 unsigned int use_ssl; member
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp143 static int use_ssl = 0; variable
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c278 OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, const char *server, int use_ssl) OSSL_HTTP_adapt_proxy() argument
H A Dhttp_client.c52 int use_ssl; /* Use HTTPS */ member
371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
855 http_new_bio(const char *server , const char *server_port , int use_ssl, const char *proxy , const char *proxy_port ) http_new_bio() argument
927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1135 int use_ssl; OSSL_HTTP_get() local
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_lib.c270 OSSL_HTTP_adapt_proxy(const char *proxy, const char *no_proxy, const char *server, int use_ssl) OSSL_HTTP_adapt_proxy() argument
H A Dhttp_client.c52 int use_ssl; /* Use HTTPS */ member
364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument
844 http_new_bio(const char *server , const char *server_port , int use_ssl, const char *proxy , const char *proxy_port ) http_new_bio() argument
916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument
1124 int use_ssl; OSSL_HTTP_get() local
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/curl/lib/
H A Dftp.h148 unsigned char use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or member
H A Durldata.h1842 unsigned char use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or member
/third_party/libwebsockets/test-apps/
H A Dtest-client.c596 int n = 0, m, ret = 0, port = 7681, use_ssl = 0, ietf_version = -1; in main() local
[all...]
H A Dtest-server.c426 int use_ssl = 0; in main() local
/third_party/openssl/test/
H A Dcmp_ctx_test.c309 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail) in test_http_cb() argument
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c251 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; in ocsp_main() local
1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
H A Ds_server.c454 int use_ssl; member
474 int use_ssl; in get_ocsp_resp_from_responder() local
/third_party/openssl/apps/
H A Docsp.c251 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; in ocsp_main() local
1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
H A Ds_server.c454 int use_ssl; member
474 int use_ssl; in get_ocsp_resp_from_responder() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2548 int use_ssl; in app_http_get_asn1() local
2600 int use_ssl = ssl_ctx != NULL; in app_http_post_asn1() local
/third_party/openssl/apps/lib/
H A Dapps.c2541 int use_ssl; in app_http_get_asn1() local
2593 int use_ssl = ssl_ctx != NULL; in app_http_post_asn1() local

Completed in 33 milliseconds