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

  /external/chromium_org/remoting/host/setup/
host_starter.cc 159 std::string host_secret_hash = remoting::MakeHostPinHash(host_id_, host_pin_); local
169 config->SetString("host_secret_hash", host_secret_hash);
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc 60 std::string host_secret_hash = AuthenticationMethod::ApplyHashFunction( local
63 host_cert_, key_pair_, host_secret_hash, hash_function,
  /external/chromium_org/remoting/webapp/
host_controller.js 190 host_secret_hash: hostSecretHash,
411 host_secret_hash: pinHash
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 56 const char kHostSecretHash[] = "host_secret_hash";
227 std::string host_id, host_secret_hash; local
229 !config_dict->GetString(kHostSecretHash, &host_secret_hash)) {
237 host_secret_hash);

Completed in 108 milliseconds