OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Spake2Pair
(Results
1 - 5
of
5
) 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
());
214
VerifyAccepted(AuthenticationMethod::
Spake2Pair
());
223
VerifyAccepted(AuthenticationMethod::
Spake2Pair
());
241
VerifyAccepted(AuthenticationMethod::
Spake2Pair
());
251
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
45
result->AddMethod(AuthenticationMethod::
Spake2Pair
());
166
} else if (current_method_ == AuthenticationMethod::
Spake2Pair
() &&
168
// If the client requested
Spake2Pair
and sent an initial message, attempt
174
// case where the protocol is
Spake2Pair
but the client is not yet paired.
176
//
Spake2Pair
so that the client knows that the host supports pairing and
Completed in 400 milliseconds