Home
last modified time | relevance | path

Searched refs:HBITS (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_local.h569 # define HBITS(a) (((a)>>BN_BITS4)&BN_MASK2l) macro
587 ht+=HBITS(m); \
600 h=HBITS(h); \
616 h=HBITS(h); \
632 h=HBITS(h); \
Dbn_asm.c114 bh = HBITS(w); in bn_mul_add_words()
146 bh = HBITS(w); in bn_mul_words()
551 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
552 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
560 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
561 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
869 mh = HBITS(ml); in bn_mul_mont()
886 mh = HBITS(ml); in bn_mul_mont()
902 mh = HBITS(ml); in bn_mul_mont()
Dbn_div.c400 t2h = HBITS(d1); in bn_div_fixed_top()
402 qh = HBITS(q); in bn_div_fixed_top()