RSAPrivateKey      58 chrome/browser/chromeos/attestation/fake_certificate.cc   scoped_ptr<crypto::RSAPrivateKey> test_key(
RSAPrivateKey      59 chrome/browser/chromeos/attestation/fake_certificate.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(
RSAPrivateKey     304 chrome/browser/chromeos/policy/device_local_account_browsertest.cc     scoped_ptr<crypto::RSAPrivateKey> signing_key(
RSAPrivateKey      39 chrome/browser/chromeos/settings/device_settings_service.cc                    scoped_ptr<crypto::RSAPrivateKey> private_key)
RSAPrivateKey      24 chrome/browser/chromeos/settings/device_settings_service.h class RSAPrivateKey;
RSAPrivateKey      45 chrome/browser/chromeos/settings/device_settings_service.h            scoped_ptr<crypto::RSAPrivateKey> private_key);
RSAPrivateKey      56 chrome/browser/chromeos/settings/device_settings_service.h   crypto::RSAPrivateKey* private_key() {
RSAPrivateKey      65 chrome/browser/chromeos/settings/device_settings_service.h   scoped_ptr<crypto::RSAPrivateKey> private_key_;
RSAPrivateKey      20 chrome/browser/chromeos/settings/mock_owner_key_util.cc crypto::RSAPrivateKey* MockOwnerKeyUtil::FindPrivateKey(
RSAPrivateKey      39 chrome/browser/chromeos/settings/mock_owner_key_util.cc     const crypto::RSAPrivateKey& key) {
RSAPrivateKey      43 chrome/browser/chromeos/settings/mock_owner_key_util.cc void MockOwnerKeyUtil::SetPrivateKey(scoped_ptr<crypto::RSAPrivateKey> key) {
RSAPrivateKey      24 chrome/browser/chromeos/settings/mock_owner_key_util.h   virtual crypto::RSAPrivateKey* FindPrivateKey(
RSAPrivateKey      36 chrome/browser/chromeos/settings/mock_owner_key_util.h   void SetPublicKeyFromPrivateKey(const crypto::RSAPrivateKey& key);
RSAPrivateKey      39 chrome/browser/chromeos/settings/mock_owner_key_util.h   void SetPrivateKey(scoped_ptr<crypto::RSAPrivateKey> key);
RSAPrivateKey      46 chrome/browser/chromeos/settings/mock_owner_key_util.h   scoped_ptr<crypto::RSAPrivateKey> private_key_;
RSAPrivateKey      68 chrome/browser/chromeos/settings/owner_key_util.cc crypto::RSAPrivateKey* OwnerKeyUtilImpl::FindPrivateKey(
RSAPrivateKey      70 chrome/browser/chromeos/settings/owner_key_util.cc   return crypto::RSAPrivateKey::FindFromPublicKeyInfo(key);
RSAPrivateKey      22 chrome/browser/chromeos/settings/owner_key_util.h class RSAPrivateKey;
RSAPrivateKey      41 chrome/browser/chromeos/settings/owner_key_util.h   virtual crypto::RSAPrivateKey* FindPrivateKey(
RSAPrivateKey      64 chrome/browser/chromeos/settings/owner_key_util.h   virtual crypto::RSAPrivateKey* FindPrivateKey(
RSAPrivateKey      96 chrome/browser/chromeos/settings/session_manager_operation.cc   scoped_ptr<crypto::RSAPrivateKey> private_key;
RSAPrivateKey     183 chrome/browser/devtools/adb/android_rsa.cc crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile) {
RSAPrivateKey     187 chrome/browser/devtools/adb/android_rsa.cc   scoped_ptr<crypto::RSAPrivateKey> key;
RSAPrivateKey     190 chrome/browser/devtools/adb/android_rsa.cc     key.reset(crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
RSAPrivateKey     193 chrome/browser/devtools/adb/android_rsa.cc     key.reset(crypto::RSAPrivateKey::Create(2048));
RSAPrivateKey     206 chrome/browser/devtools/adb/android_rsa.cc std::string AndroidRSAPublicKey(crypto::RSAPrivateKey* key) {
RSAPrivateKey     261 chrome/browser/devtools/adb/android_rsa.cc std::string AndroidRSASign(crypto::RSAPrivateKey* key,
RSAPrivateKey      11 chrome/browser/devtools/adb/android_rsa.h class RSAPrivateKey;
RSAPrivateKey      16 chrome/browser/devtools/adb/android_rsa.h crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
RSAPrivateKey      18 chrome/browser/devtools/adb/android_rsa.h std::string AndroidRSAPublicKey(crypto::RSAPrivateKey* key);
RSAPrivateKey      20 chrome/browser/devtools/adb/android_rsa.h std::string AndroidRSASign(crypto::RSAPrivateKey* key,
RSAPrivateKey      69 chrome/browser/devtools/adb/android_usb_device.cc     crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey     185 chrome/browser/devtools/adb/android_usb_device.cc     crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey     230 chrome/browser/devtools/adb/android_usb_device.cc static void EnumerateOnFileThread(crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey     309 chrome/browser/devtools/adb/android_usb_device.cc void AndroidUsbDevice::Enumerate(crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey     317 chrome/browser/devtools/adb/android_usb_device.cc AndroidUsbDevice::AndroidUsbDevice(crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey      19 chrome/browser/devtools/adb/android_usb_device.h class RSAPrivateKey;
RSAPrivateKey      69 chrome/browser/devtools/adb/android_usb_device.h   static void Enumerate(crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey      74 chrome/browser/devtools/adb/android_usb_device.h   AndroidUsbDevice(crypto::RSAPrivateKey* rsa_key,
RSAPrivateKey     133 chrome/browser/devtools/adb/android_usb_device.h   scoped_ptr<crypto::RSAPrivateKey> rsa_key_;
RSAPrivateKey     234 chrome/browser/devtools/android_device.cc   scoped_ptr<crypto::RSAPrivateKey>  rsa_key_;
RSAPrivateKey      37 chrome/browser/devtools/devtools_adb_bridge.h class RSAPrivateKey;
RSAPrivateKey      89 chrome/browser/extensions/extension_creator.cc                                         crypto::RSAPrivateKey* key_pair,
RSAPrivateKey     121 chrome/browser/extensions/extension_creator.cc crypto::RSAPrivateKey* ExtensionCreator::ReadInputKey(const base::FilePath&
RSAPrivateKey     144 chrome/browser/extensions/extension_creator.cc   return crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(
RSAPrivateKey     148 chrome/browser/extensions/extension_creator.cc crypto::RSAPrivateKey* ExtensionCreator::GenerateKey(const base::FilePath&
RSAPrivateKey     150 chrome/browser/extensions/extension_creator.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair(
RSAPrivateKey     151 chrome/browser/extensions/extension_creator.cc       crypto::RSAPrivateKey::Create(kRSAKeySize));
RSAPrivateKey     212 chrome/browser/extensions/extension_creator.cc                                crypto::RSAPrivateKey* private_key,
RSAPrivateKey     239 chrome/browser/extensions/extension_creator.cc                                 crypto::RSAPrivateKey* private_key,
RSAPrivateKey     300 chrome/browser/extensions/extension_creator.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair;
RSAPrivateKey      18 chrome/browser/extensions/extension_creator.h class RSAPrivateKey;
RSAPrivateKey      69 chrome/browser/extensions/extension_creator.h                         crypto::RSAPrivateKey* key_pair,
RSAPrivateKey      73 chrome/browser/extensions/extension_creator.h   crypto::RSAPrivateKey* ReadInputKey(const base::FilePath& private_key_path);
RSAPrivateKey      77 chrome/browser/extensions/extension_creator.h   crypto::RSAPrivateKey* GenerateKey(const base::FilePath& private_key_path);
RSAPrivateKey      85 chrome/browser/extensions/extension_creator.h                crypto::RSAPrivateKey* private_key,
RSAPrivateKey      90 chrome/browser/extensions/extension_creator.h                 crypto::RSAPrivateKey* private_key,
RSAPrivateKey      91 chrome/browser/policy/test/local_policy_test_server.cc     const crypto::RSAPrivateKey* key, const std::string& signature) {
RSAPrivateKey      19 chrome/browser/policy/test/local_policy_test_server.h class RSAPrivateKey;
RSAPrivateKey      44 chrome/browser/policy/test/local_policy_test_server.h   bool SetSigningKeyAndSignature(const crypto::RSAPrivateKey* key,
RSAPrivateKey     218 chrome/common/extensions/api/networking_private/networking_private_crypto.cc   scoped_ptr<crypto::RSAPrivateKey> private_key(
RSAPrivateKey     219 chrome/common/extensions/api/networking_private/networking_private_crypto.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(private_key_data));
RSAPrivateKey     166 components/policy/core/common/cloud/policy_builder.cc scoped_ptr<crypto::RSAPrivateKey> PolicyBuilder::GetSigningKey() {
RSAPrivateKey     168 components/policy/core/common/cloud/policy_builder.cc     return scoped_ptr<crypto::RSAPrivateKey>();
RSAPrivateKey     169 components/policy/core/common/cloud/policy_builder.cc   return scoped_ptr<crypto::RSAPrivateKey>(
RSAPrivateKey     170 components/policy/core/common/cloud/policy_builder.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(raw_signing_key_));
RSAPrivateKey     173 components/policy/core/common/cloud/policy_builder.cc void PolicyBuilder::SetSigningKey(const crypto::RSAPrivateKey& key) {
RSAPrivateKey     186 components/policy/core/common/cloud/policy_builder.cc scoped_ptr<crypto::RSAPrivateKey> PolicyBuilder::GetNewSigningKey() {
RSAPrivateKey     188 components/policy/core/common/cloud/policy_builder.cc     return scoped_ptr<crypto::RSAPrivateKey>();
RSAPrivateKey     189 components/policy/core/common/cloud/policy_builder.cc   return scoped_ptr<crypto::RSAPrivateKey>(
RSAPrivateKey     190 components/policy/core/common/cloud/policy_builder.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(raw_new_signing_key_));
RSAPrivateKey     215 components/policy/core/common/cloud/policy_builder.cc   scoped_ptr<crypto::RSAPrivateKey> policy_signing_key = GetNewSigningKey();
RSAPrivateKey     227 components/policy/core/common/cloud/policy_builder.cc     scoped_ptr<crypto::RSAPrivateKey> old_signing_key = GetSigningKey();
RSAPrivateKey     267 components/policy/core/common/cloud/policy_builder.cc scoped_ptr<crypto::RSAPrivateKey> PolicyBuilder::CreateTestSigningKey() {
RSAPrivateKey     270 components/policy/core/common/cloud/policy_builder.cc   return scoped_ptr<crypto::RSAPrivateKey>(
RSAPrivateKey     271 components/policy/core/common/cloud/policy_builder.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(raw_signing_key));
RSAPrivateKey     275 components/policy/core/common/cloud/policy_builder.cc scoped_ptr<crypto::RSAPrivateKey> PolicyBuilder::CreateTestOtherSigningKey() {
RSAPrivateKey     278 components/policy/core/common/cloud/policy_builder.cc   return scoped_ptr<crypto::RSAPrivateKey>(
RSAPrivateKey     279 components/policy/core/common/cloud/policy_builder.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(raw_new_signing_key));
RSAPrivateKey     295 components/policy/core/common/cloud/policy_builder.cc                              crypto::RSAPrivateKey* key,
RSAPrivateKey      59 components/policy/core/common/cloud/policy_builder.h   scoped_ptr<crypto::RSAPrivateKey> GetSigningKey();
RSAPrivateKey      60 components/policy/core/common/cloud/policy_builder.h   void SetSigningKey(const crypto::RSAPrivateKey& key);
RSAPrivateKey      69 components/policy/core/common/cloud/policy_builder.h   scoped_ptr<crypto::RSAPrivateKey> GetNewSigningKey();
RSAPrivateKey      84 components/policy/core/common/cloud/policy_builder.h   static scoped_ptr<crypto::RSAPrivateKey> CreateTestSigningKey();
RSAPrivateKey      85 components/policy/core/common/cloud/policy_builder.h   static scoped_ptr<crypto::RSAPrivateKey> CreateTestOtherSigningKey();
RSAPrivateKey      98 components/policy/core/common/cloud/policy_builder.h                 crypto::RSAPrivateKey* key,
RSAPrivateKey      42 content/browser/media/webrtc_identity_store.cc   scoped_ptr<crypto::RSAPrivateKey> key;
RSAPrivateKey     584 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_SEQUENCE, 0, NULL, sizeof(RSAPrivateKey)},
RSAPrivateKey     585 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, version)},
RSAPrivateKey     586 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, modulus)},
RSAPrivateKey     587 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, public_exponent)},
RSAPrivateKey     588 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, private_exponent)},
RSAPrivateKey     589 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, prime1)},
RSAPrivateKey     590 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, prime2)},
RSAPrivateKey     591 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, exponent1)},
RSAPrivateKey     592 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, exponent2)},
RSAPrivateKey     593 content/child/webcrypto/platform_crypto_nss.cc     {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, coefficient)},
RSAPrivateKey     616 content/child/webcrypto/platform_crypto_nss.cc bool InitRSAPrivateKey(SECKEYPrivateKey* key, RSAPrivateKey* out) {
RSAPrivateKey     651 content/child/webcrypto/platform_crypto_nss.cc   void operator()(RSAPrivateKey* out) {
RSAPrivateKey     924 content/child/webcrypto/platform_crypto_nss.cc   RSAPrivateKey rsa_private_key = {};
RSAPrivateKey     925 content/child/webcrypto/platform_crypto_nss.cc   scoped_ptr<RSAPrivateKey, FreeRsaPrivateKey> free_private_key(
RSAPrivateKey     170 crypto/rsa_private_key.h class CRYPTO_EXPORT RSAPrivateKey {
RSAPrivateKey     172 crypto/rsa_private_key.h   ~RSAPrivateKey();
RSAPrivateKey     175 crypto/rsa_private_key.h   static RSAPrivateKey* Create(uint16 num_bits);
RSAPrivateKey     180 crypto/rsa_private_key.h   static RSAPrivateKey* CreateFromPrivateKeyInfo(
RSAPrivateKey     187 crypto/rsa_private_key.h   static RSAPrivateKey* CreateSensitive(PK11SlotInfo* slot, uint16 num_bits);
RSAPrivateKey     193 crypto/rsa_private_key.h   static RSAPrivateKey* CreateSensitiveFromPrivateKeyInfo(
RSAPrivateKey     199 crypto/rsa_private_key.h   static RSAPrivateKey* CreateFromKey(SECKEYPrivateKey* key);
RSAPrivateKey     207 crypto/rsa_private_key.h   static RSAPrivateKey* FindFromPublicKeyInfo(
RSAPrivateKey     219 crypto/rsa_private_key.h   RSAPrivateKey* Copy() const;
RSAPrivateKey     235 crypto/rsa_private_key.h   RSAPrivateKey();
RSAPrivateKey     242 crypto/rsa_private_key.h   static RSAPrivateKey* CreateWithParams(PK11SlotInfo* slot,
RSAPrivateKey     250 crypto/rsa_private_key.h   static RSAPrivateKey* CreateFromPrivateKeyInfoWithParams(
RSAPrivateKey     264 crypto/rsa_private_key.h   DISALLOW_COPY_AND_ASSIGN(RSAPrivateKey);
RSAPrivateKey      45 crypto/rsa_private_key_nss.cc RSAPrivateKey::~RSAPrivateKey() {
RSAPrivateKey      53 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
RSAPrivateKey      64 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
RSAPrivateKey      78 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateSensitive(PK11SlotInfo* slot,
RSAPrivateKey      87 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateSensitiveFromPrivateKeyInfo(
RSAPrivateKey      97 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateFromKey(SECKEYPrivateKey* key) {
RSAPrivateKey     101 crypto/rsa_private_key_nss.cc   RSAPrivateKey* copy = new RSAPrivateKey();
RSAPrivateKey     113 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::FindFromPublicKeyInfo(
RSAPrivateKey     117 crypto/rsa_private_key_nss.cc   scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
RSAPrivateKey     171 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::Copy() const {
RSAPrivateKey     172 crypto/rsa_private_key_nss.cc   RSAPrivateKey* copy = new RSAPrivateKey();
RSAPrivateKey     178 crypto/rsa_private_key_nss.cc bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) const {
RSAPrivateKey     200 crypto/rsa_private_key_nss.cc bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) const {
RSAPrivateKey     211 crypto/rsa_private_key_nss.cc RSAPrivateKey::RSAPrivateKey() : key_(NULL), public_key_(NULL) {
RSAPrivateKey     216 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateWithParams(PK11SlotInfo* slot,
RSAPrivateKey     223 crypto/rsa_private_key_nss.cc   scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
RSAPrivateKey     242 crypto/rsa_private_key_nss.cc RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfoWithParams(
RSAPrivateKey     250 crypto/rsa_private_key_nss.cc   scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
RSAPrivateKey      34 crypto/rsa_private_key_nss_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
RSAPrivateKey      36 crypto/rsa_private_key_nss_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_copy(
RSAPrivateKey      37 crypto/rsa_private_key_nss_unittest.cc       RSAPrivateKey::CreateFromKey(key_pair->key()));
RSAPrivateKey      56 crypto/rsa_private_key_nss_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
RSAPrivateKey      61 crypto/rsa_private_key_nss_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair_2(
RSAPrivateKey      62 crypto/rsa_private_key_nss_unittest.cc       crypto::RSAPrivateKey::FindFromPublicKeyInfo(public_key));
RSAPrivateKey      69 crypto/rsa_private_key_nss_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
RSAPrivateKey      84 crypto/rsa_private_key_nss_unittest.cc   EXPECT_EQ(NULL, crypto::RSAPrivateKey::FindFromPublicKeyInfo(public_key));
RSAPrivateKey      50 crypto/rsa_private_key_openssl.cc RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
RSAPrivateKey      61 crypto/rsa_private_key_openssl.cc   scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
RSAPrivateKey      70 crypto/rsa_private_key_openssl.cc RSAPrivateKey* RSAPrivateKey::CreateFromPrivateKeyInfo(
RSAPrivateKey      90 crypto/rsa_private_key_openssl.cc   scoped_ptr<RSAPrivateKey> result(new RSAPrivateKey);
RSAPrivateKey      98 crypto/rsa_private_key_openssl.cc RSAPrivateKey::RSAPrivateKey()
RSAPrivateKey     102 crypto/rsa_private_key_openssl.cc RSAPrivateKey::~RSAPrivateKey() {
RSAPrivateKey     107 crypto/rsa_private_key_openssl.cc RSAPrivateKey* RSAPrivateKey::Copy() const {
RSAPrivateKey     108 crypto/rsa_private_key_openssl.cc   scoped_ptr<RSAPrivateKey> copy(new RSAPrivateKey());
RSAPrivateKey     118 crypto/rsa_private_key_openssl.cc bool RSAPrivateKey::ExportPrivateKey(std::vector<uint8>* output) const {
RSAPrivateKey     122 crypto/rsa_private_key_openssl.cc bool RSAPrivateKey::ExportPublicKey(std::vector<uint8>* output) const {
RSAPrivateKey     100 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair1(
RSAPrivateKey     101 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::Create(1024));
RSAPrivateKey     102 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair2(
RSAPrivateKey     103 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::Create(2048));
RSAPrivateKey     117 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair3(
RSAPrivateKey     118 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(privkey1));
RSAPrivateKey     119 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair4(
RSAPrivateKey     120 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(privkey2));
RSAPrivateKey     142 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey     143 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input));
RSAPrivateKey     145 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_copy(key->Copy());
RSAPrivateKey     184 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey     185 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input));
RSAPrivateKey     387 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair1(
RSAPrivateKey     388 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input1));
RSAPrivateKey     389 crypto/rsa_private_key_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> keypair2(
RSAPrivateKey     390 crypto/rsa_private_key_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input2));
RSAPrivateKey      25 crypto/signature_creator.h class RSAPrivateKey;
RSAPrivateKey      35 crypto/signature_creator.h   static SignatureCreator* Create(RSAPrivateKey* key);
RSAPrivateKey      39 crypto/signature_creator.h   static bool Sign(RSAPrivateKey* key,
RSAPrivateKey      54 crypto/signature_creator.h   RSAPrivateKey* key_;
RSAPrivateKey      26 crypto/signature_creator_nss.cc SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) {
RSAPrivateKey      47 crypto/signature_creator_nss.cc bool SignatureCreator::Sign(RSAPrivateKey* key,
RSAPrivateKey      19 crypto/signature_creator_openssl.cc SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) {
RSAPrivateKey      29 crypto/signature_creator_openssl.cc bool SignatureCreator::Sign(RSAPrivateKey* key,
RSAPrivateKey      26 crypto/signature_creator_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_original(
RSAPrivateKey      27 crypto/signature_creator_unittest.cc       crypto::RSAPrivateKey::Create(1024));
RSAPrivateKey      32 crypto/signature_creator_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey      33 crypto/signature_creator_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
RSAPrivateKey      63 crypto/signature_creator_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key_original(
RSAPrivateKey      64 crypto/signature_creator_unittest.cc       crypto::RSAPrivateKey::Create(1024));
RSAPrivateKey      69 crypto/signature_creator_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey      70 crypto/signature_creator_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
RSAPrivateKey      19 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java import java.security.interfaces.RSAPrivateKey;
RSAPrivateKey     101 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java             if (javaKey instanceof RSAPrivateKey) {
RSAPrivateKey     135 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java         if (javaKey instanceof RSAPrivateKey)
RSAPrivateKey     153 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java         if (!(javaKey instanceof RSAPrivateKey)) {
RSAPrivateKey      18 net/base/keygen_handler_openssl.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey      19 net/base/keygen_handler_openssl.cc       crypto::RSAPrivateKey::Create(key_size_in_bits_));
RSAPrivateKey      85 net/cert/x509_util.cc                                 scoped_ptr<crypto::RSAPrivateKey>* key,
RSAPrivateKey      87 net/cert/x509_util.cc   scoped_ptr<crypto::RSAPrivateKey> new_key(
RSAPrivateKey      88 net/cert/x509_util.cc       crypto::RSAPrivateKey::Create(kRSAKeyLength));
RSAPrivateKey      17 net/cert/x509_util.h class RSAPrivateKey;
RSAPrivateKey      86 net/cert/x509_util.h     scoped_ptr<crypto::RSAPrivateKey>* key,
RSAPrivateKey      92 net/cert/x509_util.h NET_EXPORT bool CreateSelfSignedCert(crypto::RSAPrivateKey* key,
RSAPrivateKey     253 net/cert/x509_util_nss.cc bool CreateSelfSignedCert(crypto::RSAPrivateKey* key,
RSAPrivateKey     270 net/cert/x509_util_openssl.cc bool CreateSelfSignedCert(crypto::RSAPrivateKey* key,
RSAPrivateKey      58 net/cert/x509_util_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> private_key;
RSAPrivateKey     169 net/cert/x509_util_unittest.cc   scoped_ptr<crypto::RSAPrivateKey> private_key(
RSAPrivateKey     170 net/cert/x509_util_unittest.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input));
RSAPrivateKey      16 net/socket/ssl_server_socket.h class RSAPrivateKey;
RSAPrivateKey      59 net/socket/ssl_server_socket.h     crypto::RSAPrivateKey* key,
RSAPrivateKey      84 net/socket/ssl_server_socket_nss.cc     crypto::RSAPrivateKey* key,
RSAPrivateKey      96 net/socket/ssl_server_socket_nss.cc     crypto::RSAPrivateKey* key,
RSAPrivateKey     112 net/socket/ssl_server_socket_nss.cc   key_.reset(crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_bytes));
RSAPrivateKey      29 net/socket/ssl_server_socket_nss.h                      crypto::RSAPrivateKey* key,
RSAPrivateKey     140 net/socket/ssl_server_socket_nss.h   scoped_ptr<crypto::RSAPrivateKey> key_;
RSAPrivateKey      22 net/socket/ssl_server_socket_openssl.cc     crypto::RSAPrivateKey* key,
RSAPrivateKey     330 net/socket/ssl_server_socket_unittest.cc     scoped_ptr<crypto::RSAPrivateKey> private_key(
RSAPrivateKey     331 net/socket/ssl_server_socket_unittest.cc         crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_vector));
RSAPrivateKey      21 remoting/base/rsa_key_pair.cc RsaKeyPair::RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key)
RSAPrivateKey      30 remoting/base/rsa_key_pair.cc   scoped_ptr<crypto::RSAPrivateKey> key(crypto::RSAPrivateKey::Create(2048));
RSAPrivateKey      48 remoting/base/rsa_key_pair.cc   scoped_ptr<crypto::RSAPrivateKey> key(
RSAPrivateKey      49 remoting/base/rsa_key_pair.cc       crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_buf));
RSAPrivateKey      14 remoting/base/rsa_key_pair.h class RSAPrivateKey;
RSAPrivateKey      41 remoting/base/rsa_key_pair.h   crypto::RSAPrivateKey* private_key() { return key_.get(); }
RSAPrivateKey      45 remoting/base/rsa_key_pair.h   RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key);
RSAPrivateKey      48 remoting/base/rsa_key_pair.h   scoped_ptr<crypto::RSAPrivateKey> key_;