Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dtransport_usb.cpp178 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in UsbConnection
H A Dusb_libusb.cpp255 bool DoTlsHandshake(RSA*, std::string*) final { in DoTlsHandshake() function
/aosp12/packages/modules/adb/
H A Dtransport_fd.cpp158 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function
H A Dtransport.cpp355 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in BlockingConnectionAdapter
499 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in FdConnection
/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp238 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function