Home
last modified time | relevance | path

Searched refs:Spake2 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dauthentication_method.cc21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) { in Spake2() function in remoting::protocol::AuthenticationMethod
41 return Spake2(NONE); in FromString()
43 return Spake2(HMAC_SHA256); in FromString()
Dnegotiating_authenticator_unittest.cc68 methods.push_back(AuthenticationMethod::Spake2( in InitAuthenticators()
71 methods.push_back(AuthenticationMethod::Spake2( in InitAuthenticators()
162 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256)); in TEST_F()
169 VerifyAccepted(AuthenticationMethod::Spake2(AuthenticationMethod::NONE)); in TEST_F()
205 AuthenticationMethod::Spake2(AuthenticationMethod::HMAC_SHA256)); in TEST_F()
Dauthentication_method.h38 static AuthenticationMethod Spake2(HashFunction hash_function);
Dnegotiating_host_authenticator.cc43 result->AddMethod(AuthenticationMethod::Spake2(hash_function)); in CreateWithSharedSecret()