Home
last modified time | relevance | path

Searched refs:ScopedRSA (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/child/webcrypto/openssl/
Drsa_key_openssl.cc74 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(key)); in CreateRsaHashedKeyAlgorithm()
168 crypto::ScopedRSA rsa(RSA_new()); in ImportRsaPrivateKey()
208 crypto::ScopedRSA rsa(RSA_new()); in ImportRsaPublicKey()
266 crypto::ScopedRSA rsa_private_key(RSA_new()); in GenerateKeyPair()
286 crypto::ScopedRSA rsa_public_key(RSAPublicKey_dup(rsa_private_key.get())); in GenerateKeyPair()
359 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(private_key.get())); in ImportKeyPkcs8()
468 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(public_key)); in ExportKeyJwk()
/external/chromium_org/chrome/common/extensions/api/networking_private/
Dnetworking_private_crypto_openssl.cc68 crypto::ScopedRSA ca_public_key_rsa( in VerifyCredentials()
152 crypto::ScopedRSA rsa(d2i_RSAPublicKey(NULL, &ptr, pub_key_der.size())); in EncryptByteString()
192 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(private_key->key())); in DecryptByteString()
/external/chromium_org/crypto/
Drsa_private_key_openssl.cc56 ScopedRSA rsa_key(RSA_new()); in Create()
122 ScopedRSA rsa(EVP_PKEY_get1_RSA(key_)); in Copy()
Dscoped_openssl_types.h51 typedef ScopedOpenSSL<RSA, RSA_free>::Type ScopedRSA; typedef
Dsignature_creator_openssl.cc65 ScopedRSA rsa_key(EVP_PKEY_get1_RSA(key->key())); in Sign()
/external/chromium_org/net/android/
Dkeystore_unittest.cc273 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(openssl_key)); in SignWithOpenSSL()
446 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(pkey.get())); in TEST()
Dkeystore_openssl.cc323 crypto::ScopedRSA rsa( in GetRsaPkeyWrapper()
/external/chromium_org/net/ssl/
Dopenssl_platform_key_mac.cc326 crypto::ScopedRSA rsa( in CreateRSAWrapper()