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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn.h260 (dest)->dmax=(b)->dmax, \
274 int dmax; /* Size of the d array. */ member in struct:bignum_st
622 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
624 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand22((a),(words)))
672 if(_bnum1->top < _bnum1->dmax) { \
676 * wouldn't be constructed with top!=dmax. */ \
681 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
H A Dbn_lcl.h283 int ind = (a)->dmax - (a)->top; \
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h256 int dmax; /* Size of the d array. */ member in struct:bignum_st
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
482 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h256 int dmax; /* Size of the d array. */ member in struct:bignum_st
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
482 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h237 int dmax; /* Size of the d array. */ member in struct:bignum_st
458 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
460 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A Dvalidate.c58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \
65 for (d = 0; d < dmax; d += dincr) { \
188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\
196 for (d = 0; d < dmax; d += dincr) { \

Completed in 154 milliseconds