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()
585 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
586 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
597 BN_ULONG lo = LBITS(a), hi = HBITS(a); \
598 BN_ULONG bl = LBITS(b), bh = HBITS(b); \
914 ml = LBITS(ml); in bn_mul_mont()
931 ml = LBITS(ml); in bn_mul_mont()
947 ml = LBITS(ml); in bn_mul_mont()
H A Dbn_local.h568 #define LBITS(a) ((a) & BN_MASK2l) macro
601 l = LBITS(h); \
619 l = LBITS(h); \
638 l = LBITS(h); \
H A Dbn_div.c401 t2l = LBITS(d1); in bn_div_fixed_top()
403 ql = LBITS(q); in bn_div_fixed_top()