Home
last modified time | relevance | path

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

/system/core/adb/client/
Dtransport_usb.cpp178 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in UsbConnection
/system/core/adb/
Dtransport_fd.cpp158 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function
Dtransport.cpp353 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in BlockingConnectionAdapter
497 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in FdConnection
/system/core/adb/daemon/
Dusb.cpp267 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function