/aosp_15_r20/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 297 IOResult FdForwardTransport::ReceiveFdsFromSocket(bool* do_handshake) { in ReceiveFdsFromSocket() 380 bool do_handshake = false; in Accept() local
|
/aosp_15_r20/external/openthread/tools/tcat_ble_client/ble/ |
H A D | ble_stream_secure.py | 64 async def do_handshake(self, timeout=30.0): member in BleStreamSecure
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/ssl/ |
D | server.cpp | 33 void do_handshake() in do_handshake() function in session
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_mail_client.c | 149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_mail_client.c | 149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-openssl/src/ |
D | lib.rs | 145 pub async fn do_handshake(mut self: Pin<&mut Self>) -> Result<(), ssl::Error> { in do_handshake() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ssl.py | 977 def do_handshake(self): member in SSLObject 1340 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 44 def connection_made(self, ssl_proto, *, do_handshake=None): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | ssl.py | 839 def do_handshake(self, block=False): member in SSLSocket
|
/aosp_15_r20/external/libevent/ |
H A D | bufferevent_openssl.c | 1019 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake() function
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/ |
H A D | ssl_transport_security_test.cc | 912 auto do_handshake = [&session_ticket_key, in ssl_tsi_test_do_handshake_session_cache() local
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/crates/openssl/src/ssl/ |
D | mod.rs | 3711 pub fn do_handshake(&mut self) -> Result<(), Error> { in do_handshake() method
|