Searched defs:host_secret_hash_string (Results 1 - 1 of 1) sorted by path

/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc831 std::string host_secret_hash_string; local
833 &host_secret_hash_string)) {
834 host_secret_hash_string = "plain:";
837 if (!host_secret_hash_.Parse(host_secret_hash_string)) {

Completed in 276 milliseconds