Searched refs:Spake2Pair (Results 1 – 6 of 6) sorted by relevance
67 methods.push_back(AuthenticationMethod::Spake2Pair()); in InitAuthenticators()207 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()216 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()234 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()244 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()
26 AuthenticationMethod AuthenticationMethod::Spake2Pair() { in Spake2Pair() function in remoting::protocol::AuthenticationMethod39 return Spake2Pair(); in FromString()
46 result->AddMethod(AuthenticationMethod::Spake2Pair()); in CreateWithSharedSecret()167 } else if (current_method_ == AuthenticationMethod::Spake2Pair() && in CreateAuthenticator()
140 AuthenticationMethod::Spake2Pair()) != methods_.end()) { in CreatePreferredAuthenticator()146 current_method_ = AuthenticationMethod::Spake2Pair(); in CreatePreferredAuthenticator()
39 static AuthenticationMethod Spake2Pair();
76 auth_methods.push_back(protocol::AuthenticationMethod::Spake2Pair()); in ChromotingJniInstance()