Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_asm.c113 bl = LBITS(w); in bn_mul_add_words()
145 bl = LBITS(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); \
880 ml = LBITS(ml); in bn_mul_mont()
897 ml = LBITS(ml); in bn_mul_mont()
913 ml = LBITS(ml); in bn_mul_mont()
H A Dbn_local.h563 # define LBITS(a) ((a)&BN_MASK2l) macro
594 l=LBITS(h); \
610 l=LBITS(h); \
626 l=LBITS(h); \
H A Dbn_div.c399 t2l = LBITS(d1); in bn_div_fixed_top()
401 ql = LBITS(q); in bn_div_fixed_top()