Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h121 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key = nullptr) = 0;
160 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key = nullptr) = 0;
180 virtual bool DoTlsHandshake(RSA* key, std::string* auth_key) override final;
206 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.cpp367 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in BlockingConnectionAdapter
372 bool success = this->underlying_->DoTlsHandshake(key, auth_key); in DoTlsHandshake()
509 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in FdConnection
/packages/modules/adb/client/
Dusb.h52 bool DoTlsHandshake(RSA* key, std::string* auth_key) override final;
Dtransport_usb.cpp148 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake() function in UsbConnection
Dauth.cpp496 bool success = t->connection()->DoTlsHandshake(key.get()); in adb_auth_tls_handshake()
Dusb_libusb.cpp273 bool DoTlsHandshake(RSA*, std::string*) final { in DoTlsHandshake() function
/packages/modules/adb/daemon/
Dauth.cpp369 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