HomeSort by relevance Sort by last modified time
    Searched refs:Spake2Pair (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/protocol/
authentication_method.h 39 static AuthenticationMethod Spake2Pair();
negotiating_authenticator_unittest.cc 67 methods.push_back(AuthenticationMethod::Spake2Pair());
207 VerifyAccepted(AuthenticationMethod::Spake2Pair());
216 VerifyAccepted(AuthenticationMethod::Spake2Pair());
234 VerifyAccepted(AuthenticationMethod::Spake2Pair());
244 VerifyAccepted(AuthenticationMethod::Spake2Pair());
authentication_method.cc 26 AuthenticationMethod AuthenticationMethod::Spake2Pair() {
39 return Spake2Pair();
negotiating_client_authenticator.cc 140 AuthenticationMethod::Spake2Pair()) != methods_.end()) {
146 current_method_ = AuthenticationMethod::Spake2Pair();
negotiating_host_authenticator.cc 46 result->AddMethod(AuthenticationMethod::Spake2Pair());
167 } else if (current_method_ == AuthenticationMethod::Spake2Pair() &&
169 // If the client requested Spake2Pair and sent an initial message, attempt
175 // case where the protocol is Spake2Pair but the client is not yet paired.
177 // Spake2Pair so that the client knows that the host supports pairing and
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 76 auth_methods.push_back(protocol::AuthenticationMethod::Spake2Pair());

Completed in 66 milliseconds