Home
last modified time | relevance | path

Searched refs:kSslFakeHostName (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dauth_util.h26 extern const char kSslFakeHostName[];
H A Dauth_util.cc23 const char kSslFakeHostName[] = "chromoting"; variable
H A Dssl_hmac_channel_authenticator.cc305 net::HostPortPair host_and_port(kSslFakeHostName, 0); in SecureAndAuthenticate()