Searched refs:mul64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_asm.c | 587 mul64(lo, hi, bl, bh); \ 599 mul64(lo, hi, bl, bh); \ 895 #ifdef mul64 in bn_mul_mont() 912 #ifdef mul64 in bn_mul_mont() 929 #ifdef mul64 in bn_mul_mont() 945 #ifdef mul64 in bn_mul_mont() 954 #ifdef mul64 in bn_mul_mont()
|
| H A D | bn_local.h | 576 #define mul64(l, h, bl, bh) \ macro 621 mul64(l, h, (bl), (bh)); \ 640 mul64(l, h, (bl), (bh)); \
|
| H A D | bn_div.c | 405 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|