Searched refs:words (Results 1 – 1 of 1) sorted by relevance
736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) argument737 BIGNUM *bn_expand2(BIGNUM *a, int words);739 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */817 # define bn_wcheck_size(bn, words) \ argument820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \831 # define bn_wcheck_size(bn, words) argument