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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn_lcl.h229 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b))
232 register BN_ULONG ret; \
241 register BN_ULONG ret; \
250 register BN_ULONG ret,discard; \
277 #define Lw(t) (((BN_ULONG)(t))&BN_MASK2)
278 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
284 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
316 BN_ULONG high,low,ret,tmp=(a); \
328 BN_ULONG high,low,ret,ta=(a); \
337 BN_ULONG tm
[all...]
H A Dbn.h124 #define BN_ULONG unsigned long macro
150 #define BN_ULONG unsigned long long macro
175 #define BN_ULONG unsigned long macro
203 #define BN_ULONG unsigned short macro
226 #define BN_ULONG unsigned char macro
271 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
287 BN_ULONG n0; /* least significant word of Ni */
355 #define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
390 int BN_num_bits2_word2(BN_ULONG);
427 BN_ULONG BN_mod_wor
[all...]
H A Dpq_compat.h112 #define PQ_64BIT BN_ULONG
115 #define PQ_64BIT BN_ULONG
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h119 #define BN_ULONG unsigned long macro
145 #define BN_ULONG unsigned long long macro
168 #define BN_ULONG unsigned long macro
196 #define BN_ULONG unsigned short macro
219 #define BN_ULONG unsigned char macro
253 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
282 BN_ULONG n0; /* least significant word of Ni */
322 #define BN_abs_is_word(a,w) (((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w)))
349 int BN_num_bits_word(BN_ULONG);
382 BN_ULONG BN_mod_wor
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h119 #define BN_ULONG unsigned long macro
145 #define BN_ULONG unsigned long long macro
168 #define BN_ULONG unsigned long macro
196 #define BN_ULONG unsigned short macro
219 #define BN_ULONG unsigned char macro
253 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
282 BN_ULONG n0; /* least significant word of Ni */
322 #define BN_abs_is_word(a,w) (((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w)))
349 int BN_num_bits_word(BN_ULONG);
382 BN_ULONG BN_mod_wor
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h102 #define BN_ULONG unsigned long macro
128 #define BN_ULONG unsigned long long macro
151 #define BN_ULONG unsigned long macro
179 #define BN_ULONG unsigned short macro
202 #define BN_ULONG unsigned char macro
234 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
261 BN_ULONG n0; /* least significant word of Ni */
301 #define BN_abs_is_word(a,w) (((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w)))
327 int BN_num_bits_word(BN_ULONG);
360 BN_ULONG BN_mod_wor
[all...]

Completed in 52 milliseconds