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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn_lcl.h294 BN_ULLONG t; \
295 t=(BN_ULLONG)w * (a) + (r) + (c); \
301 BN_ULLONG t; \
302 t=(BN_ULLONG)w * (a) + (c); \
308 BN_ULLONG t; \
309 t=(BN_ULLONG)(a)*(a); \
382 #define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
H A Dpq_compat.h118 #define PQ_64BIT BN_ULLONG
H A Dbn.h123 #define BN_ULLONG unsigned long long macro
149 #undef BN_ULLONG macro
170 # define BN_ULLONG unsigned __int64 macro
172 # define BN_ULLONG unsigned long long macro
202 #define BN_ULLONG unsigned long macro
225 #define BN_ULLONG unsigned short macro
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h118 #define BN_ULLONG unsigned long long macro
144 #undef BN_ULLONG macro
164 #define BN_ULLONG unsigned _int64 macro
166 #define BN_ULLONG unsigned long long macro
195 #define BN_ULLONG unsigned long macro
218 #define BN_ULLONG unsigned short macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h118 #define BN_ULLONG unsigned long long macro
144 #undef BN_ULLONG macro
164 #define BN_ULLONG unsigned _int64 macro
166 #define BN_ULLONG unsigned long long macro
195 #define BN_ULLONG unsigned long macro
218 #define BN_ULLONG unsigned short macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h101 #define BN_ULLONG unsigned long long macro
127 #undef BN_ULLONG macro
147 #define BN_ULLONG unsigned _int64 macro
149 #define BN_ULLONG unsigned long long macro
178 #define BN_ULLONG unsigned long macro
201 #define BN_ULLONG unsigned short macro

Completed in 99 milliseconds