Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py33 def connection_made(self, ssl_proto, do_handshake=None): argument
53 def do_handshake(callback): function
/external/python/cpython3/Lib/asyncio/
Dsslproto.py118 def do_handshake(self, callback=None): member in _SSLPipe
/external/python/cpython3/Lib/
Dssl.py681 def do_handshake(self): member in SSLObject
1054 def do_handshake(self, block=False): member in SSLSocket
/external/python/cpython2/Lib/
Dssl.py833 def do_handshake(self, block=False): member in SSLSocket
/external/libevent/
Dbufferevent_openssl.c1015 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake() function
/external/boringssl/src/ssl/
Dssl_test.cc1541 bool do_handshake = true) { in ConnectClientAndServer()