Lines Matching refs:bn_expand2
698 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))700 BIGNUM *bn_expand2(BIGNUM *a, int words);