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

  /external/chromium_org/remoting/host/
verify_config_window_win.h 34 const std::string& host_secret_hash);
verify_config_window_win.cc 22 const std::string& host_id, const std::string& host_secret_hash)
25 host_secret_hash_(host_secret_hash) {
  /external/chromium_org/remoting/host/setup/
host_starter.cc 161 std::string host_secret_hash = remoting::MakeHostPinHash(host_id_, host_pin_); local
171 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/host/win/
elevated_controller.cc 230 std::string host_id, host_secret_hash; local
232 !config_dict->GetString(kHostSecretHashConfigPath, &host_secret_hash)) {
240 host_secret_hash);
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 197 self.host_secret_hash = None
204 self.host_secret_hash = config.get("host_secret_hash")
213 config["host_secret_hash"] = self.host_secret_hash
    [all...]
  /external/chromium_org/remoting/webapp/
host_controller.js 184 host_secret_hash: hostSecretHash,
425 host_secret_hash: pinHash

Completed in 221 milliseconds