Home
last modified time | relevance | path

Searched refs:shared_secret_hash_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dme2me_host_authenticator_factory.cc76 result->shared_secret_hash_ = shared_secret_hash; in CreateWithSharedSecret()
154 local_cert_, key_pair_, shared_secret_hash_.value, in CreateAuthenticator()
155 shared_secret_hash_.hash_function, pairing_registry_); in CreateAuthenticator()
Dnegotiating_host_authenticator.cc41 result->shared_secret_hash_ = shared_secret_hash; in CreateWithSharedSecret()
171 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_)); in CreateAuthenticator()
182 local_cert_, local_key_pair_, shared_secret_hash_, in CreateAuthenticator()
Dme2me_host_authenticator_factory.h67 SharedSecretHash shared_secret_hash_; variable
Dnegotiating_host_authenticator.h69 std::string shared_secret_hash_; variable