/third_party/openssl/test/ |
H A D | sslapitest.c | 364 TLS_client_method(), in test_keylog() 448 TLS_client_method(), TLS1_VERSION, 0, in test_keylog_no_master_key() 579 TLS_client_method(), TLS1_VERSION, 0, in test_client_cert_verify_cb() 759 TLS_client_method(), TLS1_VERSION, 0, in test_client_hello_cb() 800 if (!create_ssl_ctx_pair(libctx, TLS_server_method(), TLS_client_method(), in test_no_ems() 860 TLS_client_method(), in test_ccs_change_cipher() 1177 TLS_client_method(), in execute_test_ktls() 1316 TLS_client_method(), in execute_test_ktls_sendfile() 1483 return execute_test_large_message(TLS_server_method(), TLS_client_method(), in test_large_message_tls() 1489 return execute_test_large_message(TLS_server_method(), TLS_client_method(), in test_large_message_tls_read_ahead() [all...] |
H A D | sslbuffertest.c | 168 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
|
H A D | recordlentest.c | 105 TLS_client_method(), in test_record_overflow()
|
H A D | cipherlist_test.c | 49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
|
H A D | ssl_test.c | 471 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake() 484 TLS_client_method()); in test_handshake()
|
H A D | servername_test.c | 209 TLS_client_method(), in server_setup_sni()
|
H A D | sslcorrupttest.c | 198 TLS_client_method(), in test_ssl_corrupt()
|
H A D | tls13ccstest.c | 258 TLS_client_method(), TLS1_VERSION, 0, in test_tls13ccs()
|
H A D | asynciotest.c | 300 TLS_client_method(), in test_asyncio()
|
H A D | danetest.c | 391 || !TEST_ptr(ctx = SSL_CTX_new(TLS_client_method())) in run_tlsatest()
|
/third_party/openssl/demos/bio/ |
H A D | client-arg.c | 26 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
H A D | sconnect.c | 51 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
|
H A D | client-conf.c | 46 ctx = SSL_CTX_new(TLS_client_method()); in main()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | methods.c | 84 TLS_client_method, in IMPLEMENT_tls_meth_func()
|
/third_party/openssl/ssl/ |
H A D | methods.c | 84 TLS_client_method, in IMPLEMENT_tls_meth_func()
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 464 method = TLS_client_method(); in Init() 472 } else if (sslmethod == "TLS_client_method") { in Init() 475 method = TLS_client_method(); in Init() 486 method = TLS_client_method(); in Init() 497 method = TLS_client_method(); in Init() 508 method = TLS_client_method(); in Init()
|
/third_party/toybox/toys/pending/ |
H A D | wget.c | 162 TT.ctx = SSL_CTX_new(TLS_client_method()); in wget_connect()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-client.c | 382 SSL_METHOD *method = (SSL_METHOD *)TLS_client_method(); in lws_tls_client_create_vhost_context()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 251 const SSL_METHOD* TLS_client_method(void);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_time.c | 133 meth = TLS_client_method(); in s_time_main()
|
/third_party/openssl/apps/ |
H A D | s_time.c | 133 meth = TLS_client_method(); in s_time_main()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 349 #[corresponds(TLS_client_method)] 351 unsafe { SslMethod(TLS_client_method()) } in tls_client() 4122 use ffi::{TLS_method, DTLS_method, TLS_client_method, TLS_server_method}; 4125 SSLv23_method as TLS_method, DTLSv1_method as DTLS_method, SSLv23_client_method as TLS_client_method,
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 131 ctx.reset(SSL_CTX_new(TLS_client_method())); in InitializeSecureContext()
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 331 ssl_ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
|
H A D | client.c | 551 ssl_ctx = SSL_CTX_new(TLS_client_method()); in fetch_uri()
|