Home
last modified time | relevance | path

Searched refs:Spake2Pair (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_authenticator_unittest.cc67 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()
Dauthentication_method.cc26 AuthenticationMethod AuthenticationMethod::Spake2Pair() { in Spake2Pair() function in remoting::protocol::AuthenticationMethod
39 return Spake2Pair(); in FromString()
Dnegotiating_host_authenticator.cc46 result->AddMethod(AuthenticationMethod::Spake2Pair()); in CreateWithSharedSecret()
167 } else if (current_method_ == AuthenticationMethod::Spake2Pair() && in CreateAuthenticator()
Dnegotiating_client_authenticator.cc140 AuthenticationMethod::Spake2Pair()) != methods_.end()) { in CreatePreferredAuthenticator()
146 current_method_ = AuthenticationMethod::Spake2Pair(); in CreatePreferredAuthenticator()
Dauthentication_method.h39 static AuthenticationMethod Spake2Pair();
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc76 auth_methods.push_back(protocol::AuthenticationMethod::Spake2Pair()); in ChromotingJniInstance()