Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_asm.c563 mul64(lo,hi,bl,bh); \
572 mul64(lo,hi,bl,bh); \
861 # ifdef mul64 in bn_mul_mont()
878 # ifdef mul64 in bn_mul_mont()
895 # ifdef mul64 in bn_mul_mont()
911 # ifdef mul64 in bn_mul_mont()
920 # ifdef mul64 in bn_mul_mont()
H A Dbn_local.h571 # define mul64(l,h,bl,bh) \ macro
612 mul64(l,h,(bl),(bh)); \
628 mul64(l,h,(bl),(bh)); \
H A Dbn_div.c403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()