/external/chromium_org/remoting/protocol/ |
it2me_host_authenticator_factory.cc | 19 key_pair_(key_pair), 31 local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
|
pairing_host_authenticator.cc | 25 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);
|
me2me_host_authenticator_factory.cc | 75 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,
|
it2me_host_authenticator_factory.h | 40 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::It2MeHostAuthenticatorFactory
|
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);
|
pairing_host_authenticator.h | 51 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::PairingHostAuthenticator
|
third_party_host_authenticator.cc | 25 key_pair_(key_pair), 89 local_cert_, key_pair_, shared_secret, WAITING_MESSAGE);
|
authenticator_test_base.cc | 57 key_pair_ = RsaKeyPair::FromString(key_base64); 58 ASSERT_TRUE(key_pair_.get()); 59 host_public_key_ = key_pair_->GetPublicKey();
|
authenticator_test_base.h | 57 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::AuthenticatorTestBase
|
me2me_host_authenticator_factory.h | 64 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
|
third_party_host_authenticator.h | 90 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::protocol::ThirdPartyHostAuthenticator
|
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslidentity.h | 114 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/remoting/host/ |
token_validator_factory_impl.cc | 48 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_,
|
token_validator_factory_impl.h | 24 // third party authentication service URLs, obtained via policy. |key_pair_| 42 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImpl
|
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
|
register_support_host_request.cc | 43 key_pair_(key_pair), 47 DCHECK(key_pair_.get()); 84 public_key->AddText(key_pair_->GetPublicKey()); 101 std::string signature(key_pair_->SignMessage(message));
|
register_support_host_request_unittest.cc | 60 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_,
|
host_status_sender.cc | 45 key_pair_(key_pair), 48 DCHECK(key_pair_.get()); 156 std::string signature(key_pair_->SignMessage(message));
|
token_validator_factory_impl_unittest.cc | 60 key_pair_ = RsaKeyPair::FromString(kTestRsaKeyPair); 64 GURL(kTokenUrl), GURL(kTokenValidationUrl), key_pair_, 87 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::TokenValidatorFactoryImplTest
|
heartbeat_sender.h | 132 scoped_refptr<RsaKeyPair> key_pair_; member in class:remoting::HeartbeatSender
|
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
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
opensslidentity.h | 139 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/ |
p256_key_exchange.h | 72 scoped_ptr<crypto::ECPrivateKey> key_pair_; member in class:net::P256KeyExchange
|
p256_key_exchange_nss.cc | 33 : 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(),
|