Lines Matching refs:iqmp
446 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL;
470 if (!read_lebn(&pin, hnbyte, &iqmp))
477 if (!RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp))
479 dmp1 = dmq1 = iqmp = NULL;
495 BN_free(iqmp);
639 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1;
650 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp);
651 if ((BN_num_bytes(iqmp) > hnbyte)
667 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1;
677 RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp);
682 write_lebn(out, iqmp, hnbyte);