Home
last modified time | relevance | path

Searched refs:do_handshake (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py68 async def do_handshake(self, timeout=30.0): member in BleStreamSecure
82 self.ssl_object.do_handshake()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_mail_client.c149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function
605 if (do_handshake(&ssl) != 0) { in main()
668 if (do_handshake(&ssl) != 0) { in main()
/openthread-latest/tools/tcat_ble_client/
Dbbtc.py90 await ble_sstream.do_handshake()
/openthread-latest/tools/tcat_ble_client/cli/
Dbase_commands.py381 if await ble_sstream.do_handshake():