Searched refs:host_secret_hash (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/
H A Dverify_config_window_win.h34 const std::string& host_secret_hash);
H A Dverify_config_window_win.cc22 const std::string& host_id, const std::string& host_secret_hash)
25 host_secret_hash_(host_secret_hash) {
21 VerifyConfigWindowWin(const std::string& email, const std::string& host_id, const std::string& host_secret_hash) argument
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc161 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/
H A Dnegotiating_authenticator_unittest.cc60 std::string host_secret_hash = AuthenticationMethod::ApplyHashFunction( local
63 host_cert_, key_pair_, host_secret_hash, hash_function,
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc230 std::string host_id, host_secret_hash; local
232 !config_dict->GetString(kHostSecretHashConfigPath, &host_secret_hash)) {
240 host_secret_hash);
/external/chromium_org/remoting/webapp/
H A Dhost_controller.js184 host_secret_hash: hostSecretHash,
425 host_secret_hash: pinHash
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py197 self.host_secret_hash = None
204 self.host_secret_hash = config.get("host_secret_hash")
213 config["host_secret_hash"] = self.host_secret_hash

Completed in 254 milliseconds