Searched refs:EVP_PKEY_get1_RSA (Results 1 – 21 of 21) sorted by relevance
38 RSA* client_pub_rsa = EVP_PKEY_get1_RSA(client_pkey); in GetAlpha()48 RSA* server_pub_rsa = EVP_PKEY_get1_RSA(server_pkey); in GetAlpha()
65 ScopedRSA rsa_key(EVP_PKEY_get1_RSA(key->key())); in Sign()
122 ScopedRSA rsa(EVP_PKEY_get1_RSA(key_)); in Copy()
139 RSA* rsa = EVP_PKEY_get1_RSA(pkey); in TEST()
74 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(key)); in CreateRsaHashedKeyAlgorithm()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()
258 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) { in EVP_PKEY_get1_RSA() function260 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_get1_RSA, EVP_R_EXPECTING_AN_RSA_KEY); in EVP_PKEY_get1_RSA()
146 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
273 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(openssl_key)); in SignWithOpenSSL()446 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(pkey.get())); in TEST()
192 crypto::ScopedRSA rsa(EVP_PKEY_get1_RSA(private_key->key())); in DecryptByteString()
224 rsa = EVP_PKEY_get1_RSA(pkey); in MAIN()
296 rsa = EVP_PKEY_get1_RSA(pkey); in MAIN()
243 key = EVP_PKEY_get1_RSA(pkey); in d2i_RSA_PUBKEY()
234 key = EVP_PKEY_get1_RSA(pkey); in d2i_RSA_PUBKEY()
166 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
291 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA() function
905 struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
150 OPENSSL_EXPORT RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
361 rsa = EVP_PKEY_get1_RSA(pkey); in generate_csr()
1192 EVP_PKEY_get1_RSA(public_key.get())); in ProcessSubjectPublicKeyInfo()
2703 Unique_RSA rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_RSA_size()2726 Unique_RSA rsa(EVP_PKEY_get1_RSA(pkey)); in RSA_crypt_operation()2788 Unique_RSA rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_get_RSA_public_params()2826 Unique_RSA rsa(EVP_PKEY_get1_RSA(pkey)); in NativeCrypto_get_RSA_private_params()