Home
last modified time | relevance | path

Searched refs:SendPassword (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/vpn/
Dopenvpn_management_server.h93 FRIEND_TEST(OpenVPNManagementServerTest, SendPassword);
109 void SendPassword(const std::string& tag, const std::string& password);
Dopenvpn_management_server.cc317 SendPassword(tag, password_encoded); in PerformStaticChallenge()
332 SendPassword(tag, password); in PerformAuthentication()
343 SendPassword(tag, pin); in SupplyTPMToken()
453 void OpenVPNManagementServer::SendPassword(const string& tag, in SendPassword() function in shill::OpenVPNManagementServer
Dopenvpn_management_server_unittest.cc495 TEST_F(OpenVPNManagementServerTest, SendPassword) { in TEST_F() argument
498 server_.SendPassword("Auth", "foo\"bar"); in TEST_F()