Home
last modified time | relevance | path

Searched refs:DoTlsHandshake (Results 1 – 9 of 9) sorted by relevance

/packages/modules/adb/
Dtransport.h131 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key = nullptr) = 0;
157 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key = nullptr) = 0;
177 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final;
203 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final;
Dtransport_fd.cpp158 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function
Dtransport.cpp355 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in BlockingConnectionAdapter
360 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()
499 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in FdConnection
/packages/modules/adb/client/
Dusb.h54 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final;
Dtransport_usb.cpp178 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in UsbConnection
Dauth.cpp497 bool success = t->connection()->DoTlsHandshake(key.get()); in adb_auth_tls_handshake()
Dusb_libusb.cpp255 bool DoTlsHandshake(RSA*, std::string*) final { in DoTlsHandshake() function
/packages/modules/adb/daemon/
Dauth.cpp368 if (t->connection()->DoTlsHandshake(rsa_pkey, &auth_key)) { in adbd_auth_tls_handshake()
Dusb.cpp238 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final { in DoTlsHandshake() function