Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h295 (dest)->dmax=(b)->dmax, \
318 int dmax; /* Size of the d array. */ member
730 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \
736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
785 if(_bnum1->top < _bnum1->dmax) { \
795 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \