SPAKE2_PAIR        27 remoting/protocol/authentication_method.cc   return AuthenticationMethod(SPAKE2_PAIR, HMAC_SHA256);
SPAKE2_PAIR       105 remoting/protocol/authentication_method.cc     case SPAKE2_PAIR:
SPAKE2_PAIR       127 remoting/protocol/negotiating_client_authenticator.cc            current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
SPAKE2_PAIR       129 remoting/protocol/negotiating_client_authenticator.cc         (current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
SPAKE2_PAIR       181 remoting/protocol/negotiating_host_authenticator.cc            current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);