Searched refs:host_secret (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/remoting/protocol/ |
D | v2_authenticator_unittest.cc | 43 const std::string& host_secret) { in InitAuthenticators() argument 45 host_cert_, key_pair_, host_secret, in InitAuthenticators()
|
D | negotiating_authenticator_unittest.cc | 57 const std::string& host_secret, in InitAuthenticators() argument 61 hash_function, kTestHostId, host_secret); in InitAuthenticators()
|
/external/chromium_org/remoting/test/ |
D | protocol_perftest.cc | 273 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/ |
D | it2me_host.cc | 438 std::string host_secret = GenerateSupportHostSecret(); in OnReceivedSupportID() local 439 std::string access_code = support_id + host_secret; in OnReceivedSupportID()
|
/external/chromium_org/remoting/ |
D | remoting_host.gypi | 156 'host/host_secret.cc', 157 'host/host_secret.h',
|