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

  /external/chromium_org/remoting/protocol/
authentication_method.h 27 SPAKE2_PAIR,
authentication_method.cc 27 return AuthenticationMethod(SPAKE2_PAIR, HMAC_SHA256);
38 if (value == "spake2_pair") {
105 case SPAKE2_PAIR:
106 return "spake2_pair";
negotiating_client_authenticator.cc 127 current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
129 (current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);
negotiating_host_authenticator.cc 180 current_method_.type() == AuthenticationMethod::SPAKE2_PAIR);

Completed in 46 milliseconds