Spake2Pair         39 remoting/protocol/authentication_method.cc     return Spake2Pair();
Spake2Pair         39 remoting/protocol/authentication_method.h   static AuthenticationMethod Spake2Pair();
Spake2Pair         67 remoting/protocol/negotiating_authenticator_unittest.cc     methods.push_back(AuthenticationMethod::Spake2Pair());
Spake2Pair        214 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyAccepted(AuthenticationMethod::Spake2Pair());
Spake2Pair        223 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyAccepted(AuthenticationMethod::Spake2Pair());
Spake2Pair        241 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyAccepted(AuthenticationMethod::Spake2Pair());
Spake2Pair        251 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyAccepted(AuthenticationMethod::Spake2Pair());
Spake2Pair        140 remoting/protocol/negotiating_client_authenticator.cc                 AuthenticationMethod::Spake2Pair()) != methods_.end()) {
Spake2Pair        146 remoting/protocol/negotiating_client_authenticator.cc     current_method_ = AuthenticationMethod::Spake2Pair();
Spake2Pair         46 remoting/protocol/negotiating_host_authenticator.cc     result->AddMethod(AuthenticationMethod::Spake2Pair());
Spake2Pair        167 remoting/protocol/negotiating_host_authenticator.cc   } else if (current_method_ == AuthenticationMethod::Spake2Pair() &&