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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_word.c68 BN_ULLONG ret=0;
83 ret=(BN_ULLONG)(((ret<<(BN_ULLONG)BN_BITS2)|a->d[i])%
84 (BN_ULLONG)w);
H A Dbn_lcl.h305 BN_ULLONG t; \
306 t=(BN_ULLONG)w * (a) + (r) + (c); \
312 BN_ULLONG t; \
313 t=(BN_ULLONG)w * (a) + (c); \
319 BN_ULLONG t; \
320 t=(BN_ULLONG)(a)*(a); \
393 #define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
H A Dbn_div.c137 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
289 BN_ULLONG t2;
292 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0);
304 * rem doesn't have to be BN_ULLONG. The least we
309 t2=(BN_ULLONG)d1*q;
313 if (t2 <= ((((BN_ULLONG)rem)<<BN_BITS2)|wnump[-2]))
341 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
H A Dbn_asm.c225 return((BN_ULONG)(((((BN_ULLONG)h)<<BN_BITS2)|l)/(BN_ULLONG)d));
301 BN_ULLONG ll=0;
308 ll+=(BN_ULLONG)a[0]+b[0];
313 ll+=(BN_ULLONG)a[1]+b[1];
318 ll+=(BN_ULLONG)a[2]+b[2];
323 ll+=(BN_ULLONG)a[3]+b[3];
436 t=(BN_ULLONG)a*b; \
443 t=(BN_ULLONG)a*b; \
453 t=(BN_ULLONG)
[all...]
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
H A Dbn_lib.c152 (int)sizeof(BN_ULLONG)*8,(int)sizeof(BN_ULONG)*8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_word.c68 BN_ULLONG ret = 0;
82 ret = (BN_ULLONG) (((ret << (BN_ULLONG) BN_BITS2) | a->d[i]) %
83 (BN_ULLONG) w);
H A Dbn_lcl.h348 BN_ULLONG t; \
349 t=(BN_ULLONG)w * (a) + (r) + (c); \
355 BN_ULLONG t; \
356 t=(BN_ULLONG)w * (a) + (c); \
362 BN_ULLONG t; \
363 t=(BN_ULLONG)(a)*(a); \
436 # define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
H A Dbn_div.c146 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
359 BN_ULLONG t2;
362 q = (BN_ULONG)(((((BN_ULLONG) n0) << BN_BITS2) | n1) / d0);
373 * rem doesn't have to be BN_ULLONG. The least we
378 t2 = (BN_ULLONG) d1 *q;
381 if (t2 <= ((((BN_ULLONG) rem) << BN_BITS2) | wnump[-2]))
413 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
H A Dbn_asm.c254 return ((BN_ULONG)(((((BN_ULLONG) h) << BN_BITS2) | l) / (BN_ULLONG) d));
329 BN_ULLONG ll = 0;
337 ll += (BN_ULLONG) a[0] + b[0];
340 ll += (BN_ULLONG) a[1] + b[1];
343 ll += (BN_ULLONG) a[2] + b[2];
346 ll += (BN_ULLONG) a[3] + b[3];
356 ll += (BN_ULLONG) a[0] + b[0];
499 BN_ULLONG t = (BN_ULLONG)(
[all...]
H A Dbn.h182 # define BN_ULLONG unsigned long long macro
211 # undef BN_ULLONG macro
234 # define BN_ULLONG unsigned __int64 macro
237 # define BN_ULLONG unsigned long long macro
H A Dbn_print.c390 (int)sizeof(BN_ULLONG) * 8, (int)sizeof(BN_ULONG) * 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_word.c68 BN_ULLONG ret = 0;
82 ret = (BN_ULLONG) (((ret << (BN_ULLONG) BN_BITS2) | a->d[i]) %
83 (BN_ULLONG) w);
H A Dbn_lcl.h348 BN_ULLONG t; \
349 t=(BN_ULLONG)w * (a) + (r) + (c); \
355 BN_ULLONG t; \
356 t=(BN_ULLONG)w * (a) + (c); \
362 BN_ULLONG t; \
363 t=(BN_ULLONG)(a)*(a); \
436 # define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
H A Dbn_div.c146 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
359 BN_ULLONG t2;
362 q = (BN_ULONG)(((((BN_ULLONG) n0) << BN_BITS2) | n1) / d0);
373 * rem doesn't have to be BN_ULLONG. The least we
378 t2 = (BN_ULLONG) d1 *q;
381 if (t2 <= ((((BN_ULLONG) rem) << BN_BITS2) | wnump[-2]))
413 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
H A Dbn_asm.c254 return ((BN_ULONG)(((((BN_ULLONG) h) << BN_BITS2) | l) / (BN_ULLONG) d));
329 BN_ULLONG ll = 0;
337 ll += (BN_ULLONG) a[0] + b[0];
340 ll += (BN_ULLONG) a[1] + b[1];
343 ll += (BN_ULLONG) a[2] + b[2];
346 ll += (BN_ULLONG) a[3] + b[3];
356 ll += (BN_ULLONG) a[0] + b[0];
499 BN_ULLONG t = (BN_ULLONG)(
[all...]
H A Dbn.h182 # define BN_ULLONG unsigned long long macro
211 # undef BN_ULLONG macro
234 # define BN_ULLONG unsigned __int64 macro
237 # define BN_ULLONG unsigned long long macro
H A Dbn_print.c390 (int)sizeof(BN_ULLONG) * 8, (int)sizeof(BN_ULONG) * 8);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h132 #define BN_ULLONG unsigned long long macro
158 #undef BN_ULLONG macro
178 #define BN_ULLONG unsigned _int64 macro
180 #define BN_ULLONG unsigned long long macro
209 #define BN_ULLONG unsigned long macro
232 #define BN_ULLONG unsigned short macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_compat.h118 #define PQ_64BIT BN_ULLONG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h190 #define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \
191 l|=((BN_ULLONG)(*((c)++)))<<32, \
192 l|=((BN_ULLONG)(*((c)++)))<<24, \
193 l|=((BN_ULLONG)(*((c)++)))<<16, \
194 l|=((BN_ULLONG)(*((c)++)))<< 8, \
195 l|=((BN_ULLONG)(*((c)++))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_locl.h227 # define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \
228 l|=((BN_ULLONG)(*((c)++)))<<32, \
229 l|=((BN_ULLONG)(*((c)++)))<<24, \
230 l|=((BN_ULLONG)(*((c)++)))<<16, \
231 l|=((BN_ULLONG)(*((c)++)))<< 8, \
232 l|=((BN_ULLONG)(*((c)++))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_locl.h227 # define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \
228 l|=((BN_ULLONG)(*((c)++)))<<32, \
229 l|=((BN_ULLONG)(*((c)++)))<<24, \
230 l|=((BN_ULLONG)(*((c)++)))<<16, \
231 l|=((BN_ULLONG)(*((c)++)))<< 8, \
232 l|=((BN_ULLONG)(*((c)++))))

Completed in 170 milliseconds