HomeSort by relevance Sort by last modified time
    Searched defs:key_pair_ (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/remoting/host/
token_validator_factory_impl.h 24 // third party authentication service URLs, obtained via policy. |key_pair_|
40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImpl
host_status_sender.h 93 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSender
register_support_host_request.h 76 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequest
token_validator_factory_impl.cc 55 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,
heartbeat_sender.h 132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSender
host_status_sender_unittest.cc 45 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
heartbeat_sender_unittest.cc 69 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
register_support_host_request_unittest.cc 61 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_,
token_validator_factory_impl_unittest.cc 92 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
102 config, key_pair_, request_context_getter_));
132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImplTest
remoting_me2me_host.cc 284 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostProcess
546 std::string local_certificate = key_pair_->GenerateCertificate();
568 use_service_account_, host_owner_, local_certificate, key_pair_,
575 key_pair_, context_->url_request_context_getter()));
577 use_service_account_, host_owner_, local_certificate, key_pair_,
773 key_pair_ = RsaKeyPair::FromString(key_base64);
774 if (!key_pair_.get()) {
    [all...]
  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.h 40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
third_party_host_authenticator.h 53 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
me2me_host_authenticator_factory.h 64 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
pairing_host_authenticator.h 51 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::PairingHostAuthenticator
authenticator_test_base.h 59 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::AuthenticatorTestBase
ssl_hmac_channel_authenticator_unittest.cc 68 key_pair_ = RsaKeyPair::FromString(key_base64);
69 ASSERT_TRUE(key_pair_.get());
126 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
152 host_cert_, key_pair_, kTestSharedSecret);
172 host_cert_, key_pair_, kTestSharedSecret);
  /external/chromium_org/net/quic/crypto/
p256_key_exchange.h 72 scoped_ptr<crypto::ECPrivateKey> key_pair_; member in class:net::P256KeyExchange
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.h 141 return new OpenSSLIdentity(key_pair_->GetReference(),
151 : key_pair_(key_pair), certificate_(certificate) {
158 scoped_ptr<OpenSSLKeyPair> key_pair_; member in class:talk_base::OpenSSLIdentity
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.h 124 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/
host_starter.h 91 scoped_refptr<remoting::RsaKeyPair> key_pair_; member in class:remoting::HostStarter

Completed in 2320 milliseconds