RSA_set0_key
LCRYPTO_USED(RSA_set0_key);
int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
LCRYPTO_ALIAS(RSA_set0_key);
if ((rsa = RSA_new()) == NULL || RSA_set0_key(rsa, n, e, NULL) == 0) {
if (!RSA_set0_key(key, bn_n, bn_e, bn_d))
if (!RSA_set0_key(key, bn_n, bn_e, bn_d))
if (!RSA_set0_key(key, bn_n, bn_e, bn_d))
if (!RSA_set0_key(rsa, modulus, exponent, NULL)) {
if (!RSA_set0_key(rsa, rsa_n, rsa_e, rsa_d))
if (!RSA_set0_key(rsa, rsa_n, rsa_e, NULL))
if (!RSA_set0_key(rsa_to, rsa_n_dup, rsa_e_dup, NULL)) {
if (!RSA_set0_key(rsa, rsa_n, rsa_e, NULL)) {
if (!RSA_set0_key(rsa, rsa_n, rsa_e, NULL)) {
if (!RSA_set0_key(rsa, NULL, NULL, rsa_d)) {
if (!RSA_set0_key(rsa, modulus, exponent, NULL)) {