Searched refs:cert_ (Results 1 – 6 of 6) sorted by relevance
/packages/modules/adb/client/pairing/ |
D | pairing_client.cpp | 77 Data cert_; member in adbwifi::pairing::__anona0fc4c520111::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() 141 cert_.size(), priv_key_.data(), priv_key_.size())); in StartConnection()
|
/packages/modules/adb/pairing_connection/tests/ |
D | pairing_client.cpp | 79 Data cert_; member in adb::pairing::__anon19f91cf50111::PairingClientImpl 103 cert_(cert), in PairingClientImpl() 106 CHECK(!pswd_.empty() && !cert_.empty() && !priv_key_.empty()); in PairingClientImpl() 173 connection_ = CreatePairingConnection(pswd_, peer_info_, cert_, priv_key_); in StartConnection()
|
/packages/modules/adb/pairing_connection/ |
D | pairing_connection.cpp | 138 Data cert_; 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() 171 std::string_view(reinterpret_cast<const char*>(cert_.data()), cert_.size()), in SetupTlsConnection()
|
D | pairing_server.cpp | 127 Data cert_; 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()
|
/packages/modules/adb/client/pairing/tests/ |
D | pairing_server.cpp | 117 Data cert_; member in adbwifi::pairing::__anon0bb7e88c0111::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()
|
/packages/modules/adb/tls/ |
D | tls_connection.cpp | 68 bssl::UniquePtr<CRYPTO_BUFFER> cert_; member in adb::tls::__anon7409db670111::TlsConnectionImpl 88 cert_ = BufferFromPEM(cert); in TlsConnectionImpl() 89 CHECK(cert_); in TlsConnectionImpl() 251 cert_.get(), in DoHandshake()
|