RSA_set0_crt_params
LCRYPTO_USED(RSA_set0_crt_params);
int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
LCRYPTO_ALIAS(RSA_set0_crt_params);
if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp))
if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp))
if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp))
if (RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp) != 1)
if (!RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp)) {