Searched refs:mul64 (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_asm.c | 553 mul64(lo,hi,bl,bh); \ 562 mul64(lo,hi,bl,bh); \ 851 # ifdef mul64 in bn_mul_mont() 868 # ifdef mul64 in bn_mul_mont() 885 # ifdef mul64 in bn_mul_mont() 901 # ifdef mul64 in bn_mul_mont() 910 # ifdef mul64 in bn_mul_mont()
|
A D | bn_local.h | 569 # define mul64(l,h,bl,bh) \ macro 610 mul64(l,h,(bl),(bh)); \ 626 mul64(l,h,(bl),(bh)); \
|
A D | bn_div.c | 403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|
Completed in 8 milliseconds