Home
last modified time | relevance | path

Searched defs:do_handshake (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_mail_client.c161 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
/third_party/python/Lib/asyncio/
Dsslproto.py105 def do_handshake(self, callback=None): member in _SSLPipe
/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py45 def connection_made(self, ssl_proto, *, do_handshake=None): argument
/third_party/python/Lib/
Dssl.py972 def do_handshake(self): member in SSLObject
1335 def do_handshake(self, block=False): member in SSLSocket
/third_party/openssl/test/helpers/
Dhandshake.c1720 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake() function
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3610 pub fn do_handshake(&mut self) -> Result<(), Error> { in do_handshake() method