Searched defs:do_handshake (Results  1 – 12 of 12) sorted by relevance
| /external/grpc-grpc/src/core/lib/channel/ | 
| D | handshaker.h | 83   void (*do_handshake)(grpc_handshaker* handshaker,  member
  | 
| /external/mbedtls/programs/ssl/ | 
| D | ssl_mail_client.c | 160 static int do_handshake( mbedtls_ssl_context *ssl )  in do_handshake()  function
  | 
| /external/openthread/third_party/mbedtls/repo/programs/ssl/ | 
| D | ssl_mail_client.c | 175 static int do_handshake( mbedtls_ssl_context *ssl )  in do_handshake()  function
  | 
| /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 | 44     def connection_made(self, ssl_proto, *, do_handshake=None):  argument
  | 
| /external/python/cpython3/Lib/ | 
| D | ssl.py | 972     def do_handshake(self):  member in SSLObject 1335     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/python/cpython2/Lib/ | 
| D | ssl.py | 839     def do_handshake(self, block=False):  member in SSLSocket
  | 
| /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 | 605     pub fn do_handshake(&mut self, ex_data: &mut ExData) -> Result<()> {  in do_handshake()  method
  | 
| D | lib.rs | 6370     fn do_handshake(&mut self, now: time::Instant) -> Result<()> {  in do_handshake()  method
  | 
| /external/rust/crates/openssl/src/ssl/ | 
| D | mod.rs | 3334     pub fn do_handshake(&mut self) -> Result<(), Error> {  in do_handshake()  method
  |