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

  /external/chromium_org/remoting/protocol/
v2_authenticator_unittest.cc 43 const std::string& host_secret) {
45 host_cert_, key_pair_, host_secret,
negotiating_authenticator_unittest.cc 57 const std::string& host_secret,
61 hash_function, kTestHostId, host_secret);
  /external/chromium_org/remoting/host/
host_secret.cc 5 #include "remoting/host/host_secret.h"
  /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);
  /external/chromium_org/remoting/
remoting_host.gypi 156 'host/host_secret.cc',
157 'host/host_secret.h',
    [all...]

Completed in 160 milliseconds