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

  /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
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
pairing_registry.cc 39 shared_secret_(shared_secret) {
89 shared_secret_ == other.shared_secret_;
93 // |shared_secret_| is optional. It will be empty on Windows because the

Completed in 1297 milliseconds