Searched refs:key_pair_ (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/remoting/protocol/
H A Dit2me_host_authenticator_factory.cc19 key_pair_(key_pair),
31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
H A Dpairing_host_authenticator.cc25 key_pair_(key_pair),
58 local_cert_, key_pair_, pin_, initial_state));
108 local_cert_, key_pair_, paired_secret, WAITING_MESSAGE);
112 local_cert_, key_pair_, pin_, MESSAGE_READY);
H A Dme2me_host_authenticator_factory.cc75 result->key_pair_ = key_pair;
96 result->key_pair_ = key_pair;
145 if (!local_cert_.empty() && key_pair_.get()) {
148 local_cert_, key_pair_,
154 local_cert_, key_pair_, shared_secret_hash_.value,
H A Dit2me_host_authenticator_factory.h40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
H A Dssl_hmac_channel_authenticator_unittest.cc68 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);
H A Dthird_party_host_authenticator.cc25 key_pair_(key_pair),
89 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
H A Dauthenticator_test_base.cc57 key_pair_ = RsaKeyPair::FromString(key_base64);
58 ASSERT_TRUE(key_pair_.get());
59 host_public_key_ = key_pair_->GetPublicKey();
H A Dauthenticator_test_base.h57 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::AuthenticatorTestBase
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 Dthird_party_host_authenticator.h90 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.cc48 key_pair_(key_pair),
52 DCHECK(key_pair_.get());
72 key_pair_->GetPublicKey(), true) +
74 key_pair_->SignMessage(token), true) +
158 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorImpl
173 key_pair_(key_pair),
185 new TokenValidatorImpl(token_url_, token_validation_url_, key_pair_,
H A Dtoken_validator_factory_impl.h24 // third party authentication service URLs, obtained via policy. |key_pair_|
42 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImpl
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 Dregister_support_host_request.cc43 key_pair_(key_pair),
47 DCHECK(key_pair_.get());
84 public_key->AddText(key_pair_->GetPublicKey());
101 std::string signature(key_pair_->SignMessage(message));
H A Dregister_support_host_request_unittest.cc60 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
61 ASSERT_TRUE(key_pair_.get());
74 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequestTest
83 new RegisterSupportHostRequest(&signal_strategy_, key_pair_,
H A Dhost_status_sender.cc45 key_pair_(key_pair),
48 DCHECK(key_pair_.get());
156 std::string signature(key_pair_->SignMessage(message));
H A Dtoken_validator_factory_impl_unittest.cc60 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair);
64 GURL(kTokenUrl), GURL(kTokenValidationUrl), key_pair_,
87 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImplTest
H A Dhost_status_sender.h93 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HostStatusSender
H A Dregister_support_host_request.h76 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::RegisterSupportHostRequest
H A Dheartbeat_sender.h132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSender
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslidentity.h114 return new OpenSSLIdentity(key_pair_->GetReference(),
124 : key_pair_(key_pair), certificate_(certificate) {
129 scoped_ptr<OpenSSLKeyPair> key_pair_; member in class:talk_base::OpenSSLIdentity
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopensslidentity.h139 return new OpenSSLIdentity(key_pair_->GetReference(),
149 : key_pair_(key_pair), certificate_(certificate) {
154 scoped_ptr<OpenSSLKeyPair> key_pair_; member in class:talk_base::OpenSSLIdentity
/external/chromium_org/net/quic/crypto/
H A Dp256_key_exchange.h72 scoped_ptr<crypto::ECPrivateKey> key_pair_; member in class:net::P256KeyExchange
H A Dp256_key_exchange_nss.cc33 : key_pair_(key_pair) {
166 DCHECK(key_pair_.get());
167 DCHECK(key_pair_->public_key());
175 key_pair_->public_key()->u.ec.DEREncodedParams.len;
177 key_pair_->public_key()->u.ec.DEREncodedParams.data;
192 key_pair_->key(),

Completed in 379 milliseconds

12