Home
last modified time | relevance | path

Searched refs:SetCertAndKey (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/tls/include/adb/tls/
Dtls_connection.h119 static bool SetCertAndKey(SSL* ssl, std::string_view cert_chain, std::string_view priv_key);
/system/core/adb/tls/
Dtls_connection.cpp371 bool TlsConnection::SetCertAndKey(SSL* ssl, std::string_view cert, std::string_view priv_key) { in SetCertAndKey() function in adb::tls::TlsConnection
/system/core/adb/tls/tests/
Dtls_connection_test.cpp544 EXPECT_TRUE(TlsConnection::SetCertAndKey(ssl, kTestRsa2048UnknownCert, in TEST_F()
/system/core/adb/client/
Dauth.cpp549 TlsConnection::SetCertAndKey(ssl, x509_str, evp_str); in adb_tls_set_certificate()