Home
last modified time | relevance | path

Searched refs:TLS_client_method (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/openssl/test/
H A Dsslapitest.c364 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 Dsslbuffertest.c168 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
H A Drecordlentest.c105 TLS_client_method(), in test_record_overflow()
H A Dcipherlist_test.c49 || !TEST_ptr(fixture->client = SSL_CTX_new(TLS_client_method()))) { in set_up()
H A Dssl_test.c471 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake()
484 TLS_client_method()); in test_handshake()
H A Dservername_test.c209 TLS_client_method(), in server_setup_sni()
H A Dsslcorrupttest.c198 TLS_client_method(), in test_ssl_corrupt()
H A Dtls13ccstest.c258 TLS_client_method(), TLS1_VERSION, 0, in test_tls13ccs()
H A Dasynciotest.c300 TLS_client_method(), in test_asyncio()
H A Ddanetest.c391 || !TEST_ptr(ctx = SSL_CTX_new(TLS_client_method())) in run_tlsatest()
/third_party/openssl/demos/bio/
H A Dclient-arg.c26 ctx = SSL_CTX_new(TLS_client_method()); in main()
H A Dsconnect.c51 ssl_ctx = SSL_CTX_new(TLS_client_method()); in main()
H A Dclient-conf.c46 ctx = SSL_CTX_new(TLS_client_method()); in main()
/third_party/node/deps/openssl/openssl/ssl/
H A Dmethods.c84 TLS_client_method, in IMPLEMENT_tls_meth_func()
/third_party/openssl/ssl/
H A Dmethods.c84 TLS_client_method, in IMPLEMENT_tls_meth_func()
/third_party/node/src/crypto/
H A Dcrypto_context.cc464 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 Dwget.c162 TT.ctx = SSL_CTX_new(TLS_client_method()); in wget_connect()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c382 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 Dssl.h251 const SSL_METHOD* TLS_client_method(void);
/third_party/node/deps/openssl/openssl/apps/
H A Ds_time.c133 meth = TLS_client_method(); in s_time_main()
/third_party/openssl/apps/
H A Ds_time.c133 meth = TLS_client_method(); in s_time_main()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs349 #[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 Dtlscontext.cc131 ctx.reset(SSL_CTX_new(TLS_client_method())); in InitializeSecureContext()
/third_party/nghttp2/examples/
H A Dlibevent-client.c331 ssl_ctx = SSL_CTX_new(TLS_client_method()); in create_ssl_ctx()
H A Dclient.c551 ssl_ctx = SSL_CTX_new(TLS_client_method()); in fetch_uri()

Completed in 27 milliseconds

1234