RSA_get0_d
bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2));
if (RSA_get0_d(rsa) != NULL)
if (safe_BN_num_bits(RSA_get0_d(r)) > n)
OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_d(const RSA *d);
ok = ok && (RSA_get0_d(rsa) != NULL);
const BIGNUM *pa = RSA_get0_d(rsa1);
const BIGNUM *pb = RSA_get0_d(rsa2);