RSA_set0_crt_params
int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
if (RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp) == 0)