Searched refs:BN_BITS2 (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h123 #define BN_BITS2 64 macro
149 #define BN_BITS2 64 macro
172 #define BN_BITS2 32 macro
200 #define BN_BITS2 16 macro
223 #define BN_BITS2 8 macro
253 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
481 (a):bn_expand2((a),(bits)/BN_BITS2+1))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h123 #define BN_BITS2 64 macro
149 #define BN_BITS2 64 macro
172 #define BN_BITS2 32 macro
200 #define BN_BITS2 16 macro
223 #define BN_BITS2 8 macro
253 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
481 (a):bn_expand2((a),(bits)/BN_BITS2+1))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h106 #define BN_BITS2 64 macro
132 #define BN_BITS2 64 macro
155 #define BN_BITS2 32 macro
183 #define BN_BITS2 16 macro
206 #define BN_BITS2 8 macro
234 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
458 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
459 (a):bn_expand2((a),(bits)/BN_BITS2+1))
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn.h128 #define BN_BITS2 64 macro
154 #define BN_BITS2 64 macro
179 #define BN_BITS2 32 macro
207 #define BN_BITS2 16 macro
230 #define BN_BITS2 8 macro
271 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
622 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
623 (a):bn_expand22((a),(bits+BN_BITS2-1)/BN_BITS2))
[all...]
H A Dbn_lcl.h278 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
381 #define LHBITS(a) (((a)>>BN_BITS2)&BN_MASKl)
382 #define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dcrypto.c237 for (j=BN_BITS2-4; j >= 0; j-=4)
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dcrypto.c237 for (j=BN_BITS2-4; j >= 0; j-=4)

Completed in 162 milliseconds