EVP_PKEY_get0_RSA
RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
LCRYPTO_ALIAS(EVP_PKEY_get0_RSA);
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL)
LCRYPTO_USED(EVP_PKEY_get0_RSA);
#define get0_RSA(x) EVP_PKEY_get0_RSA((x))
dc->dec_key = EVP_PKEY_get0_RSA(pPublicKey);
if (pkey == NULL || (rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL)
EVP_PKEY_get0_RSA(cpk->privatekey) == NULL)
!(RSA_flags(EVP_PKEY_get0_RSA(pkey)) & RSA_METHOD_FLAG_NO_CHECK)) {
!(RSA_flags(EVP_PKEY_get0_RSA(priv_key)) & RSA_METHOD_FLAG_NO_CHECK)) {
if (pkey == NULL || (rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {
if (BN_cmp(RSA_get0_n(EVP_PKEY_get0_RSA(pkey_a)),
RSA_get0_n(EVP_PKEY_get0_RSA(pkey_b))) != 0 ||
BN_cmp(RSA_get0_e(EVP_PKEY_get0_RSA(pkey_a)),
RSA_get0_e(EVP_PKEY_get0_RSA(pkey_b))) != 0) {
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL)
pub_key = EVP_PKEY_get0_RSA (pkey_pub);
ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k->pkey), NULL);
RSA_get0_factors(EVP_PKEY_get0_RSA(k->pkey), &p, NULL);
ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k->pkey), NULL);
RSA_get0_factors(EVP_PKEY_get0_RSA(k->pkey), NULL, &q);
RSA_get0_key(EVP_PKEY_get0_RSA(k->pkey), &n, NULL, NULL);
RSA_get0_key(EVP_PKEY_get0_RSA(k->pkey), NULL, &e, NULL);
ASSERT_PTR_NE(EVP_PKEY_get0_RSA(kr->pkey), NULL);
ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k1->pkey), NULL);
if ((rsa = EVP_PKEY_get0_RSA(key)) == NULL)
if ((rsa = EVP_PKEY_get0_RSA(key)) == NULL)
*(RSA **)keyp = RSAPublicKey_dup(EVP_PKEY_get0_RSA(key));
RSA_get0_key(EVP_PKEY_get0_RSA(tpubkey), &n, NULL, NULL);
RSA *rsa = EVP_PKEY_get0_RSA(pubkey);
EVP_PKEY_get0_RSA(k->pkey)))
EVP_PKEY_get0_RSA(k->pkey)))
EVP_PKEY_get0_RSA(k->pkey), NULL, NULL, 0,
if (EVP_PKEY_get0_RSA(evp) == NULL) {
if ((rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(evp))) == NULL) {
if ((rsa_from = EVP_PKEY_get0_RSA(from->pkey)) == NULL ||
if ((rsa = EVP_PKEY_get0_RSA(key->pkey)) == NULL)
if ((rsa = EVP_PKEY_get0_RSA(key->pkey)) == NULL)
EVP_PKEY_get0_RSA(key->pkey),
if ((r = EVP_PKEY_get0_RSA(pkey)) == NULL)
if ((r = EVP_PKEY_get0_RSA(pkey)) == NULL)
if ((rsa = EVP_PKEY_get0_RSA(pkey)) == NULL) {