Home
last modified time | relevance | path

Searched refs:host_secret (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
Dv2_authenticator_unittest.cc43 const std::string& host_secret) { in InitAuthenticators() argument
45 host_cert_, key_pair_, host_secret, in InitAuthenticators()
Dnegotiating_authenticator_unittest.cc57 const std::string& host_secret, in InitAuthenticators() argument
61 hash_function, kTestHostId, host_secret); in InitAuthenticators()
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc273 protocol::SharedSecretHash host_secret; in StartHost() local
274 host_secret.hash_function = protocol::AuthenticationMethod::NONE; in StartHost()
275 host_secret.value = "123456"; in StartHost()
278 true, kHostOwner, host_cert, key_pair, host_secret, NULL); in StartHost()
/external/chromium_org/remoting/host/it2me/
Dit2me_host.cc438 std::string host_secret = GenerateSupportHostSecret(); in OnReceivedSupportID() local
439 std::string access_code = support_id + host_secret; in OnReceivedSupportID()
/external/chromium_org/remoting/
Dremoting_host.gypi156 'host/host_secret.cc',
157 'host/host_secret.h',