Searched refs:pswd_ (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/pairing/ |
D | pairing_client.cpp | 75 Data pswd_; member in adbwifi::pairing::__anon35b3e0a10111::PairingClientImpl 89 : pswd_(pswd), peer_info_(peer_info), cert_(cert), priv_key_(priv_key) { in PairingClientImpl() 90 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty()); in PairingClientImpl() 140 pairing_connection_client_new(pswd_.data(), pswd_.size(), &peer_info_, cert_.data(), in StartConnection()
|
/system/core/adb/pairing_connection/tests/ |
D | pairing_client.cpp | 77 Data pswd_; member in adb::pairing::__anonffd5a0040111::PairingClientImpl 101 : pswd_(pswd), in PairingClientImpl() 106 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty()); in PairingClientImpl() 173 connection_ = CreatePairingConnection(pswd_, peer_info_, cert_, priv_key_); in StartConnection()
|
/system/core/adb/pairing_connection/ |
D | pairing_connection.cpp | 136 Data pswd_; member 155 : role_(role), pswd_(pswd), peer_info_(peer_info), cert_(cert), priv_key_(priv_key) { in PairingConnectionCtx() 156 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty()); in PairingConnectionCtx() 197 pswd_.insert(pswd_.end(), std::make_move_iterator(exportedKeyMaterial.begin()), in SetupTlsConnection() 199 auth_ = CreatePairingAuthPtr(role_, pswd_); in SetupTlsConnection()
|
D | pairing_server.cpp | 125 Data pswd_; member 155 : pswd_(pswd), peer_info_(peer_info), cert_(cert), priv_key_(priv_key), port_(port) { in PairingServerCtx() 156 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty()); in PairingServerCtx() 413 auto connection = CreatePairingConnection(pswd_, peer_info_, cert_, priv_key_); in HandleNewClientConnection()
|
/system/core/adb/client/pairing/tests/ |
D | pairing_server.cpp | 115 Data pswd_; member in adbwifi::pairing::__anon7a073c1b0111::PairingServerImpl 135 : pswd_(pswd), peer_info_(peer_info), cert_(cert), priv_key_(priv_key), port_(port) { in PairingServerImpl() 136 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty() && port_ > 0); in PairingServerImpl() 382 auto connection = PairingConnection::create(PairingConnection::Role::Server, pswd_, peer_info_, in handleNewClientConnection()
|