Searched defs:key_pair_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.h24 // third party authentication service URLs, obtained via policy. |key_pair_|
40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImpl
H A Dregister_support_host_request.h76 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequest
H A Dhost_status_sender.h93 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSender
H A Dtoken_validator_factory_impl.cc55 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorImpl
69 key_pair_(key_pair) {
70 DCHECK(key_pair_.get());
78 key_pair_->GetPublicKey(), true) +
80 key_pair_->SignMessage(token), true) +
113 key_pair_(key_pair),
126 key_pair_, local_jid, remote_jid,
H A Dheartbeat_sender.h132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSender
H A Dhost_status_sender_unittest.cc45 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
46 ASSERT_TRUE(key_pair_.get());
49 kHostId, &signal_strategy_, key_pair_, kTestBotJid));
63 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSenderTest
H A Dheartbeat_sender_unittest.cc69 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
70 ASSERT_TRUE(key_pair_.get());
82 &mock_listener_, kHostId, &signal_strategy_, key_pair_, kTestBotJid));
97 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSenderTest
H A Dregister_support_host_request_unittest.cc61 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
62 ASSERT_TRUE(key_pair_.get());
75 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequestTest
84 new RegisterSupportHostRequest(&signal_strategy_, key_pair_,
H A Dtoken_validator_factory_impl_unittest.cc92 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
102 config, key_pair_, request_context_getter_));
132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImplTest
H A Dremoting_me2me_host.cc294 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostProcess
588 std::string local_certificate = key_pair_->GenerateCertificate();
610 use_service_account_, host_owner_, local_certificate, key_pair_,
617 key_pair_, context_->url_request_context_getter()));
619 use_service_account_, host_owner_, local_certificate, key_pair_,
825 key_pair_ = RsaKeyPair::FromString(key_base64);
826 if (!key_pair_.get()) {
1316 this, host_id_, signal_strategy_.get(), key_pair_,
1320 host_id_, signal_strategy_.get(), key_pair_, directory_bot_jid_));
/external/chromium_org/net/quic/crypto/
H A Dp256_key_exchange.h70 scoped_ptr<crypto::ECPrivateKey> key_pair_; member in class:net::P256KeyExchange
/external/chromium_org/remoting/protocol/
H A Dit2me_host_authenticator_factory.h40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
H A Dthird_party_host_authenticator.h53 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
H A Dme2me_host_authenticator_factory.h64 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
H A Dpairing_host_authenticator.h51 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::PairingHostAuthenticator
H A Dauthenticator_test_base.h58 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::AuthenticatorTestBase
H A Dssl_hmac_channel_authenticator_unittest.cc68 key_pair_ = RsaKeyPair::FromString(key_base64);
69 ASSERT_TRUE(key_pair_.get());
132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
151 host_cert_, key_pair_, kTestSharedSecret);
171 host_cert_, key_pair_, kTestSharedSecret);
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.h124 return new OpenSSLIdentity(key_pair_->GetReference(),
134 : key_pair_(key_pair), certificate_(certificate) {
141 scoped_ptr<OpenSSLKeyPair> key_pair_; member in class:rtc::OpenSSLIdentity
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.h95 scoped_refptr<remoting::RsaKeyPair> key_pair_; member in class:remoting::HostStarter

Completed in 2573 milliseconds