Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h564 # define HBITS(a) (((a)>>BN_BITS4)&BN_MASK2l) macro
582 ht+=HBITS(m); \
595 h=HBITS(h); \
611 h=HBITS(h); \
627 h=HBITS(h); \
H A Dbn_asm.c114 bh = HBITS(w); in bn_mul_add_words()
146 bh = HBITS(w); in bn_mul_words()
561 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
562 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
570 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
571 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
879 mh = HBITS(ml); in bn_mul_mont()
896 mh = HBITS(ml); in bn_mul_mont()
912 mh = HBITS(ml); in bn_mul_mont()
H A Dbn_div.c400 t2h = HBITS(d1); in bn_div_fixed_top()
402 qh = HBITS(q); in bn_div_fixed_top()