Lines Matching refs:exps
85 STACK_OF(BIGNUM) *exps, in DEFINE_STACK_OF()
197 if (!sk_BIGNUM_insert(exps, dmp1, sk_BIGNUM_num(exps))) in DEFINE_STACK_OF()
203 if (!sk_BIGNUM_insert(exps, dmq1, sk_BIGNUM_num(exps))) in DEFINE_STACK_OF()
216 if (!sk_BIGNUM_insert(exps, newexp, sk_BIGNUM_num(exps))) in DEFINE_STACK_OF()
267 STACK_OF(BIGNUM) *exps = NULL; in rsa_multiprime_keygen()
297 exps = sk_BIGNUM_new_null(); in rsa_multiprime_keygen()
298 if (exps == NULL) in rsa_multiprime_keygen()
557 factors, exps, coeffs)) in rsa_multiprime_keygen()
570 rsa->dmp1 = sk_BIGNUM_delete(exps, 0); in rsa_multiprime_keygen()
571 rsa->dmq1 = sk_BIGNUM_delete(exps, 0); in rsa_multiprime_keygen()
578 tmp = sk_BIGNUM_delete(exps, 0); in rsa_multiprime_keygen()
592 sk_BIGNUM_free(exps); in rsa_multiprime_keygen()