Searched refs:priv_key_ (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/client/pairing/ |
D | pairing_client.cpp | 78 Data priv_key_; member in adbwifi::pairing::__anon7723fc8c0111::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() 141 cert_.size(), priv_key_.data(), priv_key_.size())); in StartConnection()
|
/system/core/adb/pairing_connection/tests/ |
D | pairing_client.cpp | 80 Data priv_key_; member in adb::pairing::__anon007dddaf0111::PairingClientImpl 104 priv_key_(priv_key), 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 | 139 Data priv_key_; 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() 172 std::string_view(reinterpret_cast<const char*>(priv_key_.data()), priv_key_.size()), in SetupTlsConnection()
|
D | pairing_server.cpp | 128 Data priv_key_; 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 | 118 Data priv_key_; member in adbwifi::pairing::__anon1d955c460111::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() 383 cert_, priv_key_); in handleNewClientConnection()
|
/system/core/adb/tls/ |
D | tls_connection.cpp | 67 bssl::UniquePtr<EVP_PKEY> priv_key_; member in adb::tls::__anonc1950be10111::TlsConnectionImpl 90 priv_key_ = EvpPkeyFromPEM(priv_key); in TlsConnectionImpl() 91 CHECK(priv_key_); in TlsConnectionImpl() 254 priv_key_.get(), nullptr)) { in DoHandshake()
|