Home
last modified time | relevance | path

Searched refs:words (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) argument
737 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) \ argument
820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
831 # define bn_wcheck_size(bn, words) argument