Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/content/test/data/webcrypto/
Drsa_oaep.json21 …"private_key": "30820275020100300d06092a864886f70d01010105000482025f3082025b02010002818100a56e4a0e… string
29 …"private_key": "30820275020100300d06092a864886f70d01010105000482025f3082025b02010002818100a56e4a0e… string
47 …"private_key": "30820275020100300d06092a864886f70d01010105000482025f3082025b02010002818100a56e4a0e… string
55 …"private_key": "30820275020100300d06092a864886f70d01010105000482025f3082025b02010002818100a56e4a0e… string
/external/chromium_org/net/quic/crypto/
Dp256_key_exchange_openssl.cc18 P256KeyExchange::P256KeyExchange(EC_KEY* private_key, const uint8* public_key) in P256KeyExchange()
33 crypto::ScopedEC_KEY private_key(d2i_ECPrivateKey(NULL, &keyp, key.size())); in New() local
64 scoped_ptr<uint8[]> private_key(new uint8[key_len]); in NewPrivateKey() local
Dcurve25519_key_exchange.cc23 const StringPiece& private_key) { in New()
47 uint8 private_key[crypto::curve25519::kScalarBytes]; in NewPrivateKey() local
/external/chromium_org/crypto/
Dcurve25519.cc19 void ScalarMult(const uint8* private_key, in ScalarMult()
30 void ScalarBaseMult(const uint8* private_key, uint8* public_key) { in ScalarBaseMult()
/external/chromium_org/net/android/
Dkeystore_openssl.cc76 jobject private_key; member
321 crypto::ScopedEVP_PKEY GetRsaPkeyWrapper(jobject private_key, in GetRsaPkeyWrapper()
368 void LeakEngine(jobject private_key) { in LeakEngine()
384 void LeakEngine(jobject private_key) { in LeakEngine()
395 crypto::ScopedEVP_PKEY GetRsaLegacyKey(jobject private_key) { in GetRsaLegacyKey()
460 jobject private_key = EcKeyGetKey(ec_key); in EcdsaMethodSign() local
505 crypto::ScopedEVP_PKEY GetEcdsaPkeyWrapper(jobject private_key) { in GetEcdsaPkeyWrapper()
555 crypto::ScopedEVP_PKEY GetOpenSSLPrivateKeyWrapper(jobject private_key) { in GetOpenSSLPrivateKeyWrapper()
/external/chromium_org/net/ssl/
Dchannel_id_service.cc146 std::string* private_key, in ChannelIDServiceRequest()
165 const std::string& private_key, in Post()
295 const std::string& private_key, in HandleResult()
304 const std::string& private_key, in PostAll()
399 std::string* private_key, in GetOrCreateChannelID()
462 std::string* private_key, in GetChannelID()
575 const std::string& private_key, in HandleResult()
595 std::string* private_key, in JoinToInFlightRequest()
625 std::string* private_key, in LookupChannelID()
Dopenssl_client_key_store.cc75 EVP_PKEY* private_key) { in AddKeyPair()
85 EVP_PKEY* private_key) { in RecordClientCertPrivateKey()
Ddefault_channel_id_store_unittest.cc163 std::string private_key, cert; in TEST() local
194 std::string private_key, cert; in TEST() local
232 std::string private_key; in TEST() local
319 std::string private_key, cert; in TEST() local
386 std::string private_key; in TEST() local
Dopenssl_client_key_store.h80 crypto::ScopedEVP_PKEY private_key; variable
Dchannel_id_store.cc16 const std::string& private_key, in ChannelID()
/external/chromium_org/net/cert/
Dx509_util_unittest.cc58 scoped_ptr<crypto::RSAPrivateKey> private_key; in TEST() local
169 scoped_ptr<crypto::RSAPrivateKey> private_key( in TEST() local
/external/chromium_org/third_party/webrtc/base/
Dsslidentity.cc105 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key, in FromPEMStrings()
124 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key, in FromPEMStrings()
143 SSLIdentity* SSLIdentity::FromPEMStrings(const std::string& private_key, in FromPEMStrings()
/external/chromium_org/components/ownership/
Downer_settings_service.cc25 crypto::RSAPrivateKey* private_key) { in AssembleAndSignPolicy()
101 const scoped_refptr<PrivateKey>& private_key) { in OnKeypairLoaded()
/external/chromium_org/content/child/webcrypto/test/
Drsa_ssa_unittest.cc344 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
544 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
736 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
767 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
783 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
918 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
1035 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
1058 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
Drsa_oaep_unittest.cc50 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
214 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
356 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
391 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
509 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull(); in TEST() local
/external/chromium_org/remoting/base/
Drsa_key_pair.h41 crypto::RSAPrivateKey* private_key() { return key_.get(); } in private_key() function
/external/chromium_org/chromeos/dbus/
Dfake_easy_unlock_client.cc43 bool FakeEasyUnlockClient::IsEcP256KeyPair(const std::string& private_key, in IsEcP256KeyPair()
73 const std::string& private_key, in PerformECDHKeyAgreement()
Dfake_easy_unlock_client_unittest.cc153 const std::string private_key = "{\"ec_p256_private_key\": 415}"; in TEST() local
166 const std::string private_key = "{\"ec_p256_private_key_invalid\": 415}"; in TEST() local
179 const std::string private_key = "{\"ec_p256_private_key\": 415}"; in TEST() local
192 const std::string private_key = "invalid"; in TEST() local
/external/chromium_org/chrome/browser/extensions/
Dextension_creator.cc167 std::string private_key; in GenerateKey() local
211 crypto::RSAPrivateKey* private_key, in SignZip()
239 crypto::RSAPrivateKey* private_key, in WriteCRX()
/external/chromium_org/net/base/
Dopenssl_private_key_store_android.cc31 unsigned char* private_key = NULL; in StoreKeyPair() local
Dkeygen_handler_mac.cc108 SecKeyRef private_key = NULL; in GenKeyAndSignChallenge() local
308 SecKeyRef private_key, in SignData()
/external/chromium_org/chrome/browser/ui/android/
Dssl_client_certificate_request.cc38 crypto::ScopedEVP_PKEY private_key) { in RecordClientCertificateKey()
186 crypto::ScopedEVP_PKEY private_key( in OnSystemRequestCompletion() local
/external/chromium_org/crypto/third_party/nss/
Dpk11akey.cc56 SECKEYPrivateKey** private_key, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
/external/chromium_org/content/renderer/media/
Dpeer_connection_identity_service.cc44 const std::string& private_key) { in OnIdentityReady()
/external/chromium_org/content/browser/media/
Dwebrtc_identity_store.cc31 std::string private_key; member
159 const std::string& private_key) { in OnRequestComplete()
243 const std::string& private_key) { in BackendFindCallback()

1234