Home
last modified time | relevance | path

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

/external/openthread/tools/tcat_ble_client/ble/
Dble_stream_secure.py68 async def do_handshake(self, timeout=30.0): member in BleStreamSecure
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/ssl/
Dserver.cpp33 void do_handshake() in do_handshake() function in session
/external/mbedtls/programs/ssl/
Dssl_mail_client.c149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_mail_client.c149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
/external/rust/android-crates-io/crates/tokio-openssl/src/
Dlib.rs145 pub async fn do_handshake(mut self: Pin<&mut Self>) -> Result<(), ssl::Error> { in do_handshake() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py45 def connection_made(self, ssl_proto, *, do_handshake=None): argument
/external/python/cpython3/Lib/
Dssl.py949 def do_handshake(self): member in SSLObject
1366 def do_handshake(self, block=False): member in SSLSocket
/external/libevent/
Dbufferevent_openssl.c1019 do_handshake(struct bufferevent_openssl *bev_ssl) in do_handshake() function
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc912 auto do_handshake = [&session_ticket_key, in ssl_tsi_test_do_handshake_session_cache() local
/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs605 pub fn do_handshake(&mut self, ex_data: &mut ExData) -> Result<()> { in do_handshake() method
Dlib.rs6370 fn do_handshake(&mut self, now: time::Instant) -> Result<()> { in do_handshake() method
/external/rust/crates/openssl/src/ssl/
Dmod.rs3711 pub fn do_handshake(&mut self) -> Result<(), Error> { in do_handshake() method