Home | History | Annotate | Download | only in bn

Lines Matching refs:bn_expand2

683 	(a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
684 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
685 BIGNUM *bn_expand2(BIGNUM *a, int words);