Searched defs:do_handshake (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | handshaker.h | 83 void (*do_handshake)(grpc_handshaker* handshaker, member
|
/external/python/cpython3/Lib/asyncio/ |
D | sslproto.py | 105 def do_handshake(self, callback=None): member in _SSLPipe
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 45 def connection_made(self, ssl_proto, *, do_handshake=None): argument
|
/external/python/cpython3/Lib/ |
D | ssl.py | 942 def do_handshake(self): member in SSLObject 1303 def do_handshake(self, block=False): member in SSLSocket
|
/external/python/cpython2/Lib/ |
D | ssl.py | 839 def do_handshake(self, block=False): member in SSLSocket
|
/external/grpc-grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 635 auto do_handshake = [&session_ticket_key, in ssl_tsi_test_do_handshake_session_cache() local
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 530 def do_handshake(self, stub_socket): member in GdbRemoteTestCaseBase
|
/external/libevent/ |
D | bufferevent_openssl.c | 1019 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake() function
|
/external/rust/crates/quiche/src/ |
D | tls.rs | 431 pub fn do_handshake(&self) -> Result<()> { in do_handshake() method
|
D | lib.rs | 3440 fn do_handshake(&mut self) -> Result<()> { in do_handshake() method
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1819 def do_handshake(self): member in Connection
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 1640 bool do_handshake = true, in ConnectClientAndServer()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 1640 bool do_handshake = true, in ConnectClientAndServer()
|