/external/chromium_org/remoting/protocol/ |
me2me_host_authenticator_factory.cc | 76 result->shared_secret_hash_ = shared_secret_hash; 154 local_cert_, key_pair_, shared_secret_hash_.value, 155 shared_secret_hash_.hash_function, pairing_registry_);
|
me2me_host_authenticator_factory.h | 67 SharedSecretHash shared_secret_hash_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
|
negotiating_host_authenticator.cc | 41 result->shared_secret_hash_ = shared_secret_hash; 171 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_)); 182 local_cert_, local_key_pair_, shared_secret_hash_,
|
negotiating_host_authenticator.h | 69 std::string shared_secret_hash_; member in class:remoting::protocol::NegotiatingHostAuthenticator
|