Spake2             41 remoting/protocol/authentication_method.cc     return Spake2(NONE);
Spake2             43 remoting/protocol/authentication_method.cc     return Spake2(HMAC_SHA256);
Spake2             38 remoting/protocol/authentication_method.h   static AuthenticationMethod Spake2(HashFunction hash_function);
Spake2             68 remoting/protocol/negotiating_authenticator_unittest.cc     methods.push_back(AuthenticationMethod::Spake2(
Spake2             71 remoting/protocol/negotiating_authenticator_unittest.cc       methods.push_back(AuthenticationMethod::Spake2(
Spake2            162 remoting/protocol/negotiating_authenticator_unittest.cc       AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256));
Spake2            169 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyAccepted(AuthenticationMethod::Spake2(AuthenticationMethod::NONE));
Spake2            205 remoting/protocol/negotiating_authenticator_unittest.cc       AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256));
Spake2             44 remoting/protocol/negotiating_host_authenticator.cc   result->AddMethod(AuthenticationMethod::Spake2(hash_function));