Lines Matching refs:factors
648 STACK_OF(BIGNUM_const) *factors = NULL;
660 factors = sk_BIGNUM_const_new_null();
664 if (factors == NULL || exps == NULL || coeffs == NULL) {
680 ossl_rsa_get0_all_params((RSA *)rsa, factors, exps, coeffs);
681 primes = sk_BIGNUM_const_num(factors);
703 sk_BIGNUM_const_value(factors, 0)))
706 sk_BIGNUM_const_value(factors, 1)))
717 for (i = 2; i < sk_BIGNUM_const_num(factors); i++) {
721 sk_BIGNUM_const_value(factors, i)))
787 sk_BIGNUM_const_free(factors);