Searched refs:SendPassword (Results 1 – 3 of 3) sorted by relevance
93 FRIEND_TEST(OpenVPNManagementServerTest, SendPassword);109 void SendPassword(const std::string& tag, const std::string& password);
317 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
495 TEST_F(OpenVPNManagementServerTest, SendPassword) { in TEST_F() argument498 server_.SendPassword("Auth", "foo\"bar"); in TEST_F()