Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/protocol/ | |
it2me_host_authenticator_factory.cc | 20 shared_secret_(shared_secret) { 31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL); |
it2me_host_authenticator_factory.h | 41 std::string shared_secret_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory |
pairing_registry.cc | 39 shared_secret_(shared_secret) { 89 shared_secret_ == other.shared_secret_; 93 return !client_id_.empty() && !shared_secret_.empty(); |
negotiating_client_authenticator.cc | 31 shared_secret_(shared_secret), 138 if (!client_pairing_id_.empty() && !shared_secret_.empty() && 144 client_pairing_id_, shared_secret_, fetch_secret_callback_, |
negotiating_client_authenticator.h | 71 std::string shared_secret_; member in class:remoting::protocol::NegotiatingClientAuthenticator |
pairing_registry.h | 63 std::string shared_secret() const { return shared_secret_; } 69 std::string shared_secret_; member in struct:remoting::protocol::PairingRegistry::Pairing |