Searched refs:ScopedRSA (Results 1 – 8 of 8) sorted by relevance
74 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()
68 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()
56 ScopedRSA rsa_key(RSA_new()); in Create()122 ScopedRSA rsa(EVP_PKEY_get1_RSA(key_)); in Copy()
51 typedef ScopedOpenSSL<RSA, RSA_free>::Type ScopedRSA; typedef
65 ScopedRSA rsa_key(EVP_PKEY_get1_RSA(key->key())); in Sign()
273 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(openssl_key)); in SignWithOpenSSL()446 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(pkey.get())); in TEST()
323 crypto::ScopedRSA rsa( in GetRsaPkeyWrapper()
326 crypto::ScopedRSA rsa( in CreateRSAWrapper()