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

  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 18 #include "remoting/host/host_secret.h"
438 std::string host_secret = GenerateSupportHostSecret(); local
439 std::string access_code = support_id + host_secret;
  /external/chromium_org/remoting/test/
protocol_perftest.cc 273 protocol::SharedSecretHash host_secret; local
274 host_secret.hash_function = protocol::AuthenticationMethod::NONE;
275 host_secret.value = "123456";
278 true, kHostOwner, host_cert, key_pair, host_secret, NULL);

Completed in 359 milliseconds