Searched refs:prod_high (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/crypto/mpi/ |
H A D | generic_mpih-mul1.c | 25 mpi_limb_t prod_high, prod_low; in mpihelp_mul_1() local 37 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_mul_1() 39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_mul_1()
|
H A D | generic_mpih-mul2.c | 25 mpi_limb_t prod_high, prod_low; in mpihelp_addmul_1() local 36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_addmul_1() 39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_addmul_1()
|
H A D | generic_mpih-mul3.c | 25 mpi_limb_t prod_high, prod_low; in mpihelp_submul_1() local 36 umul_ppmm(prod_high, prod_low, s1_ptr[j], s2_limb); in mpihelp_submul_1() 39 cy_limb = (prod_low < cy_limb ? 1 : 0) + prod_high; in mpihelp_submul_1()
|