Home
last modified time | relevance | path

Searched refs:local_cert_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/remoting/protocol/
Dme2me_host_authenticator_factory.cc74 result->local_cert_ = local_cert; in CreateWithSharedSecret()
95 result->local_cert_ = local_cert; in CreateWithThirdPartyAuth()
145 if (!local_cert_.empty() && key_pair_.get()) { in CreateAuthenticator()
148 local_cert_, key_pair_, in CreateAuthenticator()
154 local_cert_, key_pair_, shared_secret_hash_.value, in CreateAuthenticator()
Dpairing_host_authenticator.cc24 local_cert_(local_cert), in PairingHostAuthenticator()
58 local_cert_, key_pair_, pin_, initial_state)); in CreateV2AuthenticatorWithPIN()
108 local_cert_, key_pair_, paired_secret, WAITING_MESSAGE); in ProcessMessageWithPairing()
112 local_cert_, key_pair_, pin_, MESSAGE_READY); in ProcessMessageWithPairing()
Dnegotiating_host_authenticator.cc28 local_cert_(local_cert), in NegotiatingHostAuthenticator()
165 local_cert_, local_key_pair_, token_validator_.Pass())); in CreateAuthenticator()
171 pairing_registry_, local_cert_, local_key_pair_, shared_secret_hash_)); in CreateAuthenticator()
182 local_cert_, local_key_pair_, shared_secret_hash_, in CreateAuthenticator()
Dit2me_host_authenticator_factory.cc18 : local_cert_(local_cert), in It2MeHostAuthenticatorFactory()
31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL); in CreateAuthenticator()
Dv2_authenticator.cc53 result->local_cert_ = local_cert; in CreateForHost()
168 if (!local_cert_.empty() && !certificate_sent_) { in GetNextMessage()
171 base::Base64Encode(local_cert_, &base64_cert); in GetNextMessage()
191 local_cert_, local_key_pair_, auth_key_).Pass()); in CreateChannelAuthenticator()
Dthird_party_host_authenticator.cc24 local_cert_(local_cert), in ThirdPartyHostAuthenticator()
89 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE); in OnThirdPartyTokenValidated()
Dssl_hmac_channel_authenticator.cc45 result->local_cert_ = local_cert; in CreateForHost()
69 local_cert_.data(), local_cert_.length()); in SecureAndAuthenticate()
Dit2me_host_authenticator_factory.h39 std::string local_cert_;
Dpairing_host_authenticator.h50 std::string local_cert_; variable
Dme2me_host_authenticator_factory.h63 std::string local_cert_; variable
Dnegotiating_host_authenticator.h65 std::string local_cert_; variable
Dthird_party_host_authenticator.h89 std::string local_cert_; variable
Dv2_authenticator.h60 std::string local_cert_; variable
Dssl_hmac_channel_authenticator.h87 std::string local_cert_; variable