Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dnegotiating_authenticator_unittest.cc67 methods.push_back(AuthenticationMethod::Spake2Pair()); in InitAuthenticators()
214 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()
223 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()
241 VerifyAccepted(AuthenticationMethod::Spake2Pair()); in TEST_F()
251 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_client_authenticator.cc140 AuthenticationMethod::Spake2Pair()) != methods_.end()) { in CreatePreferredAuthenticator()
146 current_method_ = AuthenticationMethod::Spake2Pair(); in CreatePreferredAuthenticator()
Dnegotiating_host_authenticator.cc45 result->AddMethod(AuthenticationMethod::Spake2Pair()); in CreateWithSharedSecret()
166 } else if (current_method_ == AuthenticationMethod::Spake2Pair() && in CreateAuthenticator()
Dauthentication_method.h39 static AuthenticationMethod Spake2Pair();