Home
last modified time | relevance | path

Searched refs:BN_ULLONG (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/bn/
Dbn_word.c68 BN_ULLONG ret=0; in BN_mod_word()
83 ret=(BN_ULLONG)(((ret<<(BN_ULLONG)BN_BITS2)|a->d[i])% in BN_mod_word()
84 (BN_ULLONG)w); in BN_mod_word()
Dbn_lcl.h306 BN_ULLONG t; \
307 t=(BN_ULLONG)w * (a) + (r) + (c); \
313 BN_ULLONG t; \
314 t=(BN_ULLONG)w * (a) + (c); \
320 BN_ULLONG t; \
321 t=(BN_ULLONG)(a)*(a); \
394 #define LL2HBITS(a) ((BN_ULLONG)((a)&BN_MASKl)<<BN_BITS2)
Dbn_div.c308 BN_ULLONG t2; in BN_div()
311 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0); in BN_div()
328 t2=(BN_ULLONG)d1*q; in BN_div()
332 if (t2 <= ((((BN_ULLONG)rem)<<BN_BITS2)|wnump[-2])) in BN_div()
535 BN_ULLONG t2; in BN_div_no_branch()
538 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0); in BN_div_no_branch()
555 t2=(BN_ULLONG)d1*q; in BN_div_no_branch()
559 if (t2 <= ((((BN_ULLONG)rem)<<BN_BITS2)|wnump[-2])) in BN_div_no_branch()
Dbn_asm.c232 return((BN_ULONG)(((((BN_ULLONG)h)<<BN_BITS2)|l)/(BN_ULLONG)d)); in bn_div_words()
308 BN_ULLONG ll=0; in bn_add_words()
316 ll+=(BN_ULLONG)a[0]+b[0]; in bn_add_words()
319 ll+=(BN_ULLONG)a[1]+b[1]; in bn_add_words()
322 ll+=(BN_ULLONG)a[2]+b[2]; in bn_add_words()
325 ll+=(BN_ULLONG)a[3]+b[3]; in bn_add_words()
333 ll+=(BN_ULLONG)a[0]+b[0]; in bn_add_words()
443 t=(BN_ULLONG)a*b; \
450 t=(BN_ULLONG)a*b; \
460 t=(BN_ULLONG)a[i]*a[i]; \
[all …]
Dbn.h179 #define BN_ULLONG unsigned long long macro
207 #undef BN_ULLONG
230 # define BN_ULLONG unsigned __int64 macro
233 # define BN_ULLONG unsigned long long
Dbn_lib.c152 (int)sizeof(BN_ULLONG)*8,(int)sizeof(BN_ULONG)*8); in BN_options()
/external/openssl/ssl/
Dssl_locl.h218 #define n2l6(c,l) (l =((BN_ULLONG)(*((c)++)))<<40, \
219 l|=((BN_ULLONG)(*((c)++)))<<32, \
220 l|=((BN_ULLONG)(*((c)++)))<<24, \
221 l|=((BN_ULLONG)(*((c)++)))<<16, \
222 l|=((BN_ULLONG)(*((c)++)))<< 8, \
223 l|=((BN_ULLONG)(*((c)++))))
/external/openssl/include/openssl/
Dbn.h179 #define BN_ULLONG unsigned long long macro
207 #undef BN_ULLONG
230 # define BN_ULLONG unsigned __int64 macro
233 # define BN_ULLONG unsigned long long