Home
last modified time | relevance | path

Searched defs:DoTlsHandshake (Results 1 – 5 of 5) sorted by relevance

/packages/modules/adb/client/
Dtransport_usb.cpp148 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in UsbConnection
Dusb_libusb.cpp273 bool DoTlsHandshake(RSA*, std::string*) final { in DoTlsHandshake() function
/packages/modules/adb/
Dtransport_fd.cpp158 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function
Dtransport.cpp367 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in BlockingConnectionAdapter
509 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in FdConnection
/packages/modules/adb/daemon/
Dusb.cpp238 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function