Home
last modified time | relevance | path

Searched refs:SSL_do_handshake (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/nghttp2/src/
H A Dshrpx_connection.cc412 rv = SSL_do_handshake(tls.ssl); in tls_handshake()
455 rv = SSL_do_handshake(tls.ssl); in tls_handshake()
462 rv = SSL_do_handshake(tls.ssl); in tls_handshake()
623 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple()
660 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple()
667 rv = SSL_do_handshake(tls.ssl); in tls_handshake_simple()
H A DHttpServer.cc713 auto rv = SSL_do_handshake(ssl_); in tls_handshake()
H A Dh2load.cc1353 auto rv = SSL_do_handshake(ssl); in tls_handshake()
H A Dnghttp.cc1321 auto rv = SSL_do_handshake(ssl); in tls_handshake()
/third_party/openssl/test/
H A Dbad_dtls_test.c534 ret = SSL_do_handshake(con); in test_bad_dtls()
541 ret = SSL_do_handshake(con); in test_bad_dtls()
548 ret = SSL_do_handshake(con); in test_bad_dtls()
554 ret = SSL_do_handshake(con); in test_bad_dtls()
H A Dsslapitest.c2413 if (!TEST_int_eq(SSL_do_handshake(sssl), 1) in post_handshake_verify()
2755 /* Once more, but with SSL_do_handshake() to drive the ticket generation */ in test_extra_tickets()
2760 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2793 || !TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
2807 if (!TEST_true(SSL_do_handshake(serverssl)) in test_extra_tickets()
6164 || !TEST_int_eq(SSL_do_handshake(clientssl), 1)) in test_serverinfo_custom()
6457 || !TEST_true(SSL_do_handshake(clientssl))) in test_key_update()
6517 || !TEST_int_eq(SSL_do_handshake(peerupdate), 1)) in test_key_update_peer_in_write()
6715 || !TEST_int_eq(SSL_do_handshake(local), 1)) in test_key_update_local_in_write()
6790 /* SSL_do_handshake wil in test_key_update_local_in_read()
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dclient.c88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
H A Dserver.c640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dclient.c88 if (SSL_do_handshake(client) == 1) { in FuzzerTestOneInput()
H A Dserver.c640 if (SSL_do_handshake(server) == 1) { in FuzzerTestOneInput()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c390 int SSL_do_handshake(SSL *ssl) in SSL_do_handshake() function
408 return SSL_do_handshake(ssl); in SSL_connect()
418 return SSL_do_handshake(ssl); in SSL_accept()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2621 i = SSL_do_handshake(con); in sv_body()
2622 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2631 i = SSL_do_handshake(con); in sv_body()
2632 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2641 i = SSL_do_handshake(con); in sv_body()
2642 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2653 i = SSL_do_handshake(con); in sv_body()
2654 printf("SSL_do_handshake -> %d\n", i); in sv_body()
3186 i = SSL_do_handshake(con); in www_body()
3188 BIO_printf(bio_s_out, "SSL_do_handshake() Retva in www_body()
[all...]
/third_party/openssl/apps/
H A Ds_server.c2616 i = SSL_do_handshake(con); in sv_body()
2617 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2626 i = SSL_do_handshake(con); in sv_body()
2627 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2636 i = SSL_do_handshake(con); in sv_body()
2637 printf("SSL_do_handshake -> %d\n", i); in sv_body()
2648 i = SSL_do_handshake(con); in sv_body()
2649 printf("SSL_do_handshake -> %d\n", i); in sv_body()
3181 i = SSL_do_handshake(con); in www_body()
3183 BIO_printf(bio_s_out, "SSL_do_handshake() Retva in www_body()
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h451 int SSL_do_handshake(SSL *ssl);
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c412 rv = SSL_do_handshake(ssl); in ngtcp2_crypto_read_write_crypto_data()
/third_party/node/deps/openssl/openssl/ssl/
H A Dbio_ssl.c347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
H A Dssl_lib.c1835 return SSL_do_handshake(s); in SSL_accept()
1845 return SSL_do_handshake(s); in SSL_connect()
3951 * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc, in SSL_get_error()
4041 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/third_party/openssl/ssl/
H A Dbio_ssl.c347 ret = (int)SSL_do_handshake(ssl); in ssl_ctrl()
H A Dssl_lib.c1753 return SSL_do_handshake(s); in SSL_accept()
1763 return SSL_do_handshake(s); in SSL_connect()
3852 * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc, in SSL_get_error()
3937 int SSL_do_handshake(SSL *s) in SSL_do_handshake() function
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c608 rv = SSL_do_handshake(ssl); in ngtcp2_crypto_read_write_crypto_data()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs3435 /// This corresponds to [`SSL_do_handshake`].
3437 /// [`SSL_do_handshake`]: https://www.openssl.org/docs/manmaster/man3/SSL_do_handshake.html
3609 #[corresponds(SSL_do_handshake)] in fmt()
3611 let ret = unsafe { ffi::SSL_do_handshake(self.ssl.as_ptr()) }; in fmt()
3943 /// This corresponds to [`SSL_do_handshake`].
3945 /// [`SSL_do_handshake`]: https://www.openssl.org/docs/manmaster/man3/SSL_do_handshake.html
/third_party/openssl/test/helpers/
H A Dhandshake.c771 int ret = SSL_do_handshake(peer->ssl); in do_handshake_step()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs721 pub fn SSL_do_handshake(ssl: *mut SSL) -> c_int; in SSL_do_handshake() functions
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c1567 err = SSL_do_handshake(ctx->tls.ssl); in cf_osslq_connect()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1918 __owur int SSL_do_handshake(SSL *s);

Completed in 69 milliseconds

1234