Home
last modified time | relevance | path

Searched refs:ApplyHashFunction (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/
Dpin_hash.cc16 std::string hash = protocol::AuthenticationMethod::ApplyHashFunction( in MakeHostPinHash()
32 remoting::protocol::AuthenticationMethod::ApplyHashFunction( in VerifyHostPinHash()
/external/chromium_org/remoting/protocol/
Dauthentication_method.h48 static std::string ApplyHashFunction(HashFunction hash_function,
Dpairing_client_authenticator.cc65 AuthenticationMethod::ApplyHashFunction( in OnPinFetched()
Dauthentication_method.cc52 std::string AuthenticationMethod::ApplyHashFunction( in ApplyHashFunction() function in remoting::protocol::AuthenticationMethod
Dnegotiating_client_authenticator.cc155 AuthenticationMethod::ApplyHashFunction( in CreateV2AuthenticatorWithSecret()
Dnegotiating_authenticator_unittest.cc60 std::string host_secret_hash = AuthenticationMethod::ApplyHashFunction( in InitAuthenticators()