/external/chromium_org/remoting/protocol/ |
D | me2me_host_authenticator_factory.cc | 74 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()
|
D | pairing_host_authenticator.cc | 24 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()
|
D | negotiating_host_authenticator.cc | 28 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()
|
D | it2me_host_authenticator_factory.cc | 18 : local_cert_(local_cert), in It2MeHostAuthenticatorFactory() 31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL); in CreateAuthenticator()
|
D | v2_authenticator.cc | 53 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()
|
D | third_party_host_authenticator.cc | 24 local_cert_(local_cert), in ThirdPartyHostAuthenticator() 89 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE); in OnThirdPartyTokenValidated()
|
D | ssl_hmac_channel_authenticator.cc | 45 result->local_cert_ = local_cert; in CreateForHost() 69 local_cert_.data(), local_cert_.length()); in SecureAndAuthenticate()
|
D | it2me_host_authenticator_factory.h | 39 std::string local_cert_;
|
D | pairing_host_authenticator.h | 50 std::string local_cert_; variable
|
D | me2me_host_authenticator_factory.h | 63 std::string local_cert_; variable
|
D | negotiating_host_authenticator.h | 65 std::string local_cert_; variable
|
D | third_party_host_authenticator.h | 89 std::string local_cert_; variable
|
D | v2_authenticator.h | 60 std::string local_cert_; variable
|
D | ssl_hmac_channel_authenticator.h | 87 std::string local_cert_; variable
|