Home
last modified time | relevance | path

Searched refs:do_handshake (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py44 def connection_made(self, ssl_proto, *, do_handshake=None):
49 if do_handshake is not None:
50 sslobj.do_handshake = do_handshake
76 do_handshake=mock.Mock(side_effect=ssl.SSLWantReadError)
104 do_handshake=mock.Mock(side_effect=ssl.SSLWantReadError)
117 do_handshake=mock.Mock(side_effect=ssl.SSLWantReadError)
H A Dfunctional.py142 ssl_sock.do_handshake()
H A Dtest_ssl.py1118 do(sslobj.do_handshake)
1325 sslobj.do_handshake()
1612 ssl_sock.do_handshake()
/third_party/openssl/test/helpers/
H A Dhandshake.h86 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,
H A Dhandshake.c1720 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake() function
/third_party/mbedtls/programs/ssl/
H A Dssl_mail_client.c149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
605 if (do_handshake(&ssl) != 0) { in main()
668 if (do_handshake(&ssl) != 0) { in main()
/third_party/python/Lib/
H A Dssl.py977 def do_handshake(self): member in SSLObject
979 self._sslobj.do_handshake()
1104 self.do_handshake()
1369 def do_handshake(self, block=False): member in SSLSocket
1375 self._sslobj.do_handshake()
1399 self.do_handshake()
/third_party/python/Lib/test/
H A Dtest_ssl.py1881 c.do_handshake()
1982 client.do_handshake()
1988 server.do_handshake()
1994 client.do_handshake()
1995 server.do_handshake()
2073 s.do_handshake()
2190 s.do_handshake()
2197 sys.stdout.write("\nNeeded %d calls to do_handshake() to establish session.\n" % count)
2334 self.ssl_io_loop(sock, incoming, outgoing, sslobj.do_handshake)
2359 self.ssl_io_loop(sock, incoming, outgoing, sslobj.do_handshake)
[all...]
H A Dtest_poplib.py182 self.socket.do_handshake()
H A Dtest_ftplib.py352 self.socket.do_handshake()
/third_party/openssl/test/
H A Dssl_test.c518 result = do_handshake(server_ctx, server2_ctx, client_ctx, in test_handshake()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1373 client_stream.do_handshake().unwrap_err();
1380 client_stream.do_handshake().unwrap();
1382 server_stream.do_handshake().unwrap();
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs3439 match self.stream.do_handshake() { in handshake()
3610 pub fn do_handshake(&mut self) -> Result<(), Error> { in fmt() functions
3947 match self.inner.do_handshake() { in handshake()
/third_party/python/Lib/asyncio/
H A Dsslproto.py557 self._sslobj.do_handshake()

Completed in 25 milliseconds