key_pair_ 72 net/quic/crypto/p256_key_exchange.h scoped_ptr<crypto::ECPrivateKey> key_pair_; key_pair_ 33 net/quic/crypto/p256_key_exchange_nss.cc : key_pair_(key_pair) { key_pair_ 166 net/quic/crypto/p256_key_exchange_nss.cc DCHECK(key_pair_.get()); key_pair_ 167 net/quic/crypto/p256_key_exchange_nss.cc DCHECK(key_pair_->public_key()); key_pair_ 175 net/quic/crypto/p256_key_exchange_nss.cc key_pair_->public_key()->u.ec.DEREncodedParams.len; key_pair_ 177 net/quic/crypto/p256_key_exchange_nss.cc key_pair_->public_key()->u.ec.DEREncodedParams.data; key_pair_ 192 net/quic/crypto/p256_key_exchange_nss.cc key_pair_->key(), key_pair_ 59 remoting/host/heartbeat_sender.cc key_pair_(key_pair), key_pair_ 68 remoting/host/heartbeat_sender.cc DCHECK(key_pair_.get()); key_pair_ 271 remoting/host/heartbeat_sender.cc std::string signature(key_pair_->SignMessage(message)); key_pair_ 132 remoting/host/heartbeat_sender.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 69 remoting/host/heartbeat_sender_unittest.cc key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); key_pair_ 70 remoting/host/heartbeat_sender_unittest.cc ASSERT_TRUE(key_pair_.get()); key_pair_ 82 remoting/host/heartbeat_sender_unittest.cc &mock_listener_, kHostId, &signal_strategy_, key_pair_, kTestBotJid)); key_pair_ 97 remoting/host/heartbeat_sender_unittest.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 45 remoting/host/host_status_sender.cc key_pair_(key_pair), key_pair_ 48 remoting/host/host_status_sender.cc DCHECK(key_pair_.get()); key_pair_ 156 remoting/host/host_status_sender.cc std::string signature(key_pair_->SignMessage(message)); key_pair_ 93 remoting/host/host_status_sender.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 45 remoting/host/host_status_sender_unittest.cc key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); key_pair_ 46 remoting/host/host_status_sender_unittest.cc ASSERT_TRUE(key_pair_.get()); key_pair_ 49 remoting/host/host_status_sender_unittest.cc kHostId, &signal_strategy_, key_pair_, kTestBotJid)); key_pair_ 63 remoting/host/host_status_sender_unittest.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 43 remoting/host/register_support_host_request.cc key_pair_(key_pair), key_pair_ 47 remoting/host/register_support_host_request.cc DCHECK(key_pair_.get()); key_pair_ 84 remoting/host/register_support_host_request.cc public_key->AddText(key_pair_->GetPublicKey()); key_pair_ 101 remoting/host/register_support_host_request.cc std::string signature(key_pair_->SignMessage(message)); key_pair_ 76 remoting/host/register_support_host_request.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 61 remoting/host/register_support_host_request_unittest.cc key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); key_pair_ 62 remoting/host/register_support_host_request_unittest.cc ASSERT_TRUE(key_pair_.get()); key_pair_ 75 remoting/host/register_support_host_request_unittest.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 84 remoting/host/register_support_host_request_unittest.cc new RegisterSupportHostRequest(&signal_strategy_, key_pair_, key_pair_ 283 remoting/host/remoting_me2me_host.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 528 remoting/host/remoting_me2me_host.cc std::string local_certificate = key_pair_->GenerateCertificate(); key_pair_ 550 remoting/host/remoting_me2me_host.cc use_service_account_, host_owner_, local_certificate, key_pair_, key_pair_ 557 remoting/host/remoting_me2me_host.cc key_pair_, context_->url_request_context_getter())); key_pair_ 559 remoting/host/remoting_me2me_host.cc use_service_account_, host_owner_, local_certificate, key_pair_, key_pair_ 755 remoting/host/remoting_me2me_host.cc key_pair_ = RsaKeyPair::FromString(key_base64); key_pair_ 756 remoting/host/remoting_me2me_host.cc if (!key_pair_.get()) { key_pair_ 1117 remoting/host/remoting_me2me_host.cc this, host_id_, signal_strategy_.get(), key_pair_, key_pair_ 1121 remoting/host/remoting_me2me_host.cc host_id_, signal_strategy_.get(), key_pair_, directory_bot_jid_)); key_pair_ 113 remoting/host/setup/host_starter.cc key_pair_ = RsaKeyPair::Generate(); key_pair_ 120 remoting/host/setup/host_starter.cc host_id_, host_name_, key_pair_->GetPublicKey(), host_client_id, key_pair_ 168 remoting/host/setup/host_starter.cc config->SetString("private_key", key_pair_->ToString()); key_pair_ 91 remoting/host/setup/host_starter.h scoped_refptr<remoting::RsaKeyPair> key_pair_; key_pair_ 55 remoting/host/token_validator_factory_impl.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 70 remoting/host/token_validator_factory_impl.cc DCHECK(key_pair_.get()); key_pair_ 78 remoting/host/token_validator_factory_impl.cc key_pair_->GetPublicKey(), true) + key_pair_ 80 remoting/host/token_validator_factory_impl.cc key_pair_->SignMessage(token), true) + key_pair_ 113 remoting/host/token_validator_factory_impl.cc key_pair_(key_pair), key_pair_ 126 remoting/host/token_validator_factory_impl.cc key_pair_, local_jid, remote_jid, key_pair_ 40 remoting/host/token_validator_factory_impl.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 92 remoting/host/token_validator_factory_impl_unittest.cc key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); key_pair_ 102 remoting/host/token_validator_factory_impl_unittest.cc config, key_pair_, request_context_getter_)); key_pair_ 132 remoting/host/token_validator_factory_impl_unittest.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 57 remoting/protocol/authenticator_test_base.cc key_pair_ = RsaKeyPair::FromString(key_base64); key_pair_ 58 remoting/protocol/authenticator_test_base.cc ASSERT_TRUE(key_pair_.get()); key_pair_ 59 remoting/protocol/authenticator_test_base.cc host_public_key_ = key_pair_->GetPublicKey(); key_pair_ 57 remoting/protocol/authenticator_test_base.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 19 remoting/protocol/it2me_host_authenticator_factory.cc key_pair_(key_pair), key_pair_ 31 remoting/protocol/it2me_host_authenticator_factory.cc local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL); key_pair_ 40 remoting/protocol/it2me_host_authenticator_factory.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 76 remoting/protocol/me2me_host_authenticator_factory.cc result->key_pair_ = key_pair; key_pair_ 97 remoting/protocol/me2me_host_authenticator_factory.cc result->key_pair_ = key_pair; key_pair_ 146 remoting/protocol/me2me_host_authenticator_factory.cc if (!local_cert_.empty() && key_pair_.get()) { key_pair_ 149 remoting/protocol/me2me_host_authenticator_factory.cc local_cert_, key_pair_, key_pair_ 155 remoting/protocol/me2me_host_authenticator_factory.cc local_cert_, key_pair_, shared_secret_hash_.value, key_pair_ 64 remoting/protocol/me2me_host_authenticator_factory.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 63 remoting/protocol/negotiating_authenticator_unittest.cc host_cert_, key_pair_, host_secret_hash, hash_function, key_pair_ 25 remoting/protocol/pairing_host_authenticator.cc key_pair_(key_pair), key_pair_ 58 remoting/protocol/pairing_host_authenticator.cc local_cert_, key_pair_, pin_, initial_state)); key_pair_ 108 remoting/protocol/pairing_host_authenticator.cc local_cert_, key_pair_, paired_secret, WAITING_MESSAGE); key_pair_ 112 remoting/protocol/pairing_host_authenticator.cc local_cert_, key_pair_, pin_, MESSAGE_READY); key_pair_ 51 remoting/protocol/pairing_host_authenticator.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 68 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc key_pair_ = RsaKeyPair::FromString(key_base64); key_pair_ 69 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc ASSERT_TRUE(key_pair_.get()); key_pair_ 126 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 152 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc host_cert_, key_pair_, kTestSharedSecret); key_pair_ 172 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc host_cert_, key_pair_, kTestSharedSecret); key_pair_ 110 remoting/protocol/third_party_authenticator_unittest.cc host_cert_, key_pair_, token_validator.Pass())); key_pair_ 26 remoting/protocol/third_party_host_authenticator.cc key_pair_(key_pair), key_pair_ 90 remoting/protocol/third_party_host_authenticator.cc local_cert_, key_pair_, shared_secret, WAITING_MESSAGE); key_pair_ 53 remoting/protocol/third_party_host_authenticator.h scoped_refptr<RsaKeyPair> key_pair_; key_pair_ 45 remoting/protocol/v2_authenticator_unittest.cc host_cert_, key_pair_, host_secret,