ECPrivateKey 33 crypto/ec_private_key.h class CRYPTO_EXPORT ECPrivateKey { ECPrivateKey 35 crypto/ec_private_key.h ~ECPrivateKey(); ECPrivateKey 43 crypto/ec_private_key.h static ECPrivateKey* Create(); ECPrivateKey 49 crypto/ec_private_key.h static ECPrivateKey* CreateSensitive(PK11SlotInfo* slot); ECPrivateKey 56 crypto/ec_private_key.h static ECPrivateKey* CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 67 crypto/ec_private_key.h static ECPrivateKey* CreateSensitiveFromEncryptedPrivateKeyInfo( ECPrivateKey 117 crypto/ec_private_key.h ECPrivateKey(); ECPrivateKey 123 crypto/ec_private_key.h static ECPrivateKey* CreateWithParams(PK11SlotInfo* slot, ECPrivateKey 129 crypto/ec_private_key.h static ECPrivateKey* CreateFromEncryptedPrivateKeyInfoWithParams( ECPrivateKey 145 crypto/ec_private_key.h DISALLOW_COPY_AND_ASSIGN(ECPrivateKey); ECPrivateKey 77 crypto/ec_private_key_nss.cc ECPrivateKey::~ECPrivateKey() { ECPrivateKey 85 crypto/ec_private_key_nss.cc bool ECPrivateKey::IsSupported() { ECPrivateKey 90 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::Create() { ECPrivateKey 101 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::CreateSensitive(PK11SlotInfo* slot) { ECPrivateKey 108 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 126 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::CreateSensitiveFromEncryptedPrivateKeyInfo( ECPrivateKey 142 crypto/ec_private_key_nss.cc bool ECPrivateKey::ImportFromEncryptedPrivateKeyInfo( ECPrivateKey 211 crypto/ec_private_key_nss.cc bool ECPrivateKey::ExportEncryptedPrivateKey( ECPrivateKey 256 crypto/ec_private_key_nss.cc bool ECPrivateKey::ExportPublicKey(std::vector<uint8>* output) { ECPrivateKey 267 crypto/ec_private_key_nss.cc bool ECPrivateKey::ExportValue(std::vector<uint8>* output) { ECPrivateKey 271 crypto/ec_private_key_nss.cc bool ECPrivateKey::ExportECParams(std::vector<uint8>* output) { ECPrivateKey 275 crypto/ec_private_key_nss.cc ECPrivateKey::ECPrivateKey() : key_(NULL), public_key_(NULL) {} ECPrivateKey 278 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::CreateWithParams(PK11SlotInfo* slot, ECPrivateKey 284 crypto/ec_private_key_nss.cc scoped_ptr<ECPrivateKey> result(new ECPrivateKey); ECPrivateKey 323 crypto/ec_private_key_nss.cc ECPrivateKey* ECPrivateKey::CreateFromEncryptedPrivateKeyInfoWithParams( ECPrivateKey 330 crypto/ec_private_key_nss.cc scoped_ptr<ECPrivateKey> result(new ECPrivateKey); ECPrivateKey 78 crypto/ec_private_key_openssl.cc ECPrivateKey::~ECPrivateKey() { ECPrivateKey 84 crypto/ec_private_key_openssl.cc bool ECPrivateKey::IsSupported() { return true; } ECPrivateKey 87 crypto/ec_private_key_openssl.cc ECPrivateKey* ECPrivateKey::Create() { ECPrivateKey 95 crypto/ec_private_key_openssl.cc scoped_ptr<ECPrivateKey> result(new ECPrivateKey()); ECPrivateKey 104 crypto/ec_private_key_openssl.cc ECPrivateKey* ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 144 crypto/ec_private_key_openssl.cc scoped_ptr<ECPrivateKey> result(new ECPrivateKey); ECPrivateKey 152 crypto/ec_private_key_openssl.cc bool ECPrivateKey::ExportEncryptedPrivateKey( ECPrivateKey 185 crypto/ec_private_key_openssl.cc bool ECPrivateKey::ExportPublicKey(std::vector<uint8>* output) { ECPrivateKey 191 crypto/ec_private_key_openssl.cc bool ECPrivateKey::ExportValue(std::vector<uint8>* output) { ECPrivateKey 199 crypto/ec_private_key_openssl.cc bool ECPrivateKey::ExportECParams(std::vector<uint8>* output) { ECPrivateKey 207 crypto/ec_private_key_openssl.cc ECPrivateKey::ECPrivateKey() : key_(NULL) {} ECPrivateKey 19 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair1( ECPrivateKey 20 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::Create()); ECPrivateKey 21 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair2( ECPrivateKey 22 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::Create()); ECPrivateKey 46 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair3( ECPrivateKey 47 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 49 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair4( ECPrivateKey 50 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 82 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair1( ECPrivateKey 83 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::Create()); ECPrivateKey 92 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair2( ECPrivateKey 93 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 128 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair_nss( ECPrivateKey 129 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 210 crypto/ec_private_key_unittest.cc scoped_ptr<crypto::ECPrivateKey> keypair_openssl( ECPrivateKey 211 crypto/ec_private_key_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 19 crypto/ec_signature_creator.cc ECSignatureCreator* ECSignatureCreator::Create(ECPrivateKey* key) { ECPrivateKey 16 crypto/ec_signature_creator.h class ECPrivateKey; ECPrivateKey 23 crypto/ec_signature_creator.h virtual ECSignatureCreator* Create(ECPrivateKey* key) = 0; ECPrivateKey 37 crypto/ec_signature_creator.h static ECSignatureCreator* Create(ECPrivateKey* key); ECPrivateKey 15 crypto/ec_signature_creator_impl.h explicit ECSignatureCreatorImpl(ECPrivateKey* key); ECPrivateKey 26 crypto/ec_signature_creator_impl.h ECPrivateKey* key_; ECPrivateKey 61 crypto/ec_signature_creator_nss.cc ECSignatureCreatorImpl::ECSignatureCreatorImpl(ECPrivateKey* key) ECPrivateKey 19 crypto/ec_signature_creator_openssl.cc ECSignatureCreatorImpl::ECSignatureCreatorImpl(ECPrivateKey* key) ECPrivateKey 20 crypto/ec_signature_creator_unittest.cc scoped_ptr<crypto::ECPrivateKey> key_original( ECPrivateKey 21 crypto/ec_signature_creator_unittest.cc crypto::ECPrivateKey::Create()); ECPrivateKey 30 crypto/ec_signature_creator_unittest.cc scoped_ptr<crypto::ECPrivateKey> key( ECPrivateKey 31 crypto/ec_signature_creator_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 17 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java import java.security.interfaces.ECPrivateKey; ECPrivateKey 108 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java } else if (javaKey instanceof ECPrivateKey) { ECPrivateKey 139 net/android/java/src/org/chromium/net/DefaultAndroidKeyStore.java if (javaKey instanceof ECPrivateKey) ECPrivateKey 62 net/cert/x509_util.cc scoped_ptr<crypto::ECPrivateKey>* key, ECPrivateKey 64 net/cert/x509_util.cc scoped_ptr<crypto::ECPrivateKey> new_key(crypto::ECPrivateKey::Create()); ECPrivateKey 16 net/cert/x509_util.h class ECPrivateKey; ECPrivateKey 52 net/cert/x509_util.h scoped_ptr<crypto::ECPrivateKey>* key, ECPrivateKey 56 net/cert/x509_util.h NET_EXPORT_PRIVATE bool CreateDomainBoundCertEC(crypto::ECPrivateKey* key, ECPrivateKey 294 net/cert/x509_util_nss.cc bool CreateDomainBoundCertEC(crypto::ECPrivateKey* key, ECPrivateKey 151 net/cert/x509_util_nss_unittest.cc scoped_ptr<crypto::ECPrivateKey> private_key; ECPrivateKey 215 net/cert/x509_util_openssl.cc crypto::ECPrivateKey* key, ECPrivateKey 120 net/cert/x509_util_openssl_unittest.cc scoped_ptr<crypto::ECPrivateKey> private_key( ECPrivateKey 121 net/cert/x509_util_openssl_unittest.cc crypto::ECPrivateKey::Create()); ECPrivateKey 70 net/quic/crypto/p256_key_exchange.h P256KeyExchange(crypto::ECPrivateKey* key_pair, const uint8* public_key); ECPrivateKey 72 net/quic/crypto/p256_key_exchange.h scoped_ptr<crypto::ECPrivateKey> key_pair_; ECPrivateKey 31 net/quic/crypto/p256_key_exchange_nss.cc P256KeyExchange::P256KeyExchange(crypto::ECPrivateKey* key_pair, ECPrivateKey 65 net/quic/crypto/p256_key_exchange_nss.cc scoped_ptr<crypto::ECPrivateKey> key_pair( ECPrivateKey 66 net/quic/crypto/p256_key_exchange_nss.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 109 net/quic/crypto/p256_key_exchange_nss.cc scoped_ptr<crypto::ECPrivateKey> key_pair(crypto::ECPrivateKey::Create()); ECPrivateKey 38 net/quic/test_tools/crypto_test_utils_nss.cc crypto::ECPrivateKey* ecdsa_keypair = HostnameToKey(hostname); ECPrivateKey 88 net/quic/test_tools/crypto_test_utils_nss.cc crypto::ECPrivateKey* ecdsa_keypair = HostnameToKey(hostname); ECPrivateKey 96 net/quic/test_tools/crypto_test_utils_nss.cc typedef std::map<string, crypto::ECPrivateKey*> HostnameToKeyMap; ECPrivateKey 98 net/quic/test_tools/crypto_test_utils_nss.cc crypto::ECPrivateKey* HostnameToKey(const string& hostname) { ECPrivateKey 104 net/quic/test_tools/crypto_test_utils_nss.cc crypto::ECPrivateKey* keypair = crypto::ECPrivateKey::Create(); ECPrivateKey 201 net/socket/ssl_client_socket.cc if (!crypto::ECPrivateKey::IsSupported()) { ECPrivateKey 2363 net/socket/ssl_client_socket_nss.cc if (!crypto::ECPrivateKey::ImportFromEncryptedPrivateKeyInfo( ECPrivateKey 2576 net/socket/ssl_client_socket_nss.cc crypto::ECPrivateKey::IsSupported())); ECPrivateKey 710 net/socket/ssl_client_socket_openssl.cc crypto::ECPrivateKey::IsSupported()); ECPrivateKey 1499 net/socket/ssl_client_socket_openssl.cc scoped_ptr<crypto::ECPrivateKey> ec_private_key( ECPrivateKey 1500 net/socket/ssl_client_socket_openssl.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo( ECPrivateKey 301 net/spdy/spdy_test_util_common.cc MockECSignatureCreator::MockECSignatureCreator(crypto::ECPrivateKey* key) ECPrivateKey 339 net/spdy/spdy_test_util_common.cc crypto::ECPrivateKey* key) { ECPrivateKey 157 net/spdy/spdy_test_util_common.h explicit MockECSignatureCreator(crypto::ECPrivateKey* key); ECPrivateKey 167 net/spdy/spdy_test_util_common.h crypto::ECPrivateKey* key_; ECPrivateKey 180 net/spdy/spdy_test_util_common.h crypto::ECPrivateKey* key) OVERRIDE; ECPrivateKey 101 net/ssl/server_bound_cert_service.cc scoped_ptr<crypto::ECPrivateKey> key; ECPrivateKey 361 net/ssl/server_bound_cert_service_unittest.cc scoped_ptr<crypto::ECPrivateKey> private_key( ECPrivateKey 362 net/ssl/server_bound_cert_service_unittest.cc crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo(