Searched refs:Spake2 (Results 1 – 4 of 4) sorted by relevance
21 AuthenticationMethod AuthenticationMethod::Spake2(HashFunction hash_function) { in Spake2() function in remoting::protocol::AuthenticationMethod41 return Spake2(NONE); in FromString()43 return Spake2(HMAC_SHA256); in FromString()
68 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()
38 static AuthenticationMethod Spake2(HashFunction hash_function);
43 result->AddMethod(AuthenticationMethod::Spake2(hash_function)); in CreateWithSharedSecret()