Searched refs:PerformAuthentication (Results 1 – 3 of 3) sorted by relevance
79 FRIEND_TEST(OpenVPNManagementServerTest, PerformAuthentication);123 void PerformAuthentication(const std::string& tag);
437 server_.PerformAuthentication("Auth"); in TEST_F()439 server_.PerformAuthentication("Auth"); in TEST_F()442 TEST_F(OpenVPNManagementServerTest, PerformAuthentication) { in TEST_F() argument444 server_.PerformAuthentication("Auth"); in TEST_F()
244 PerformAuthentication(tag); in ProcessNeedPasswordMessage()320 void OpenVPNManagementServer::PerformAuthentication(const string& tag) { in PerformAuthentication() function in shill::OpenVPNManagementServer