Searched refs:Spake2Pair (Results 1 – 5 of 5) sorted by relevance
67 methods.push_back(AuthenticationMethod::Spake2Pair()); in InitAuthenticators()214 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()223 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()241 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()251 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()
26 AuthenticationMethod AuthenticationMethod::Spake2Pair() { in Spake2Pair() function in remoting::protocol::AuthenticationMethod39 return Spake2Pair(); in FromString()
140 AuthenticationMethod::Spake2Pair()) != methods_.end()) { in CreatePreferredAuthenticator()146 current_method_ = AuthenticationMethod::Spake2Pair(); in CreatePreferredAuthenticator()
45 result->AddMethod(AuthenticationMethod::Spake2Pair()); in CreateWithSharedSecret()166 } else if (current_method_ == AuthenticationMethod::Spake2Pair() && in CreateAuthenticator()
39 static AuthenticationMethod Spake2Pair();