Searched refs:mp_mul_2d (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/rsaenh/ |
H A D | mpi.c | 1432 static int mp_mul_2d (const mp_int * a, int b, mp_int * c) in mp_mul_2d() function 1617 if ((res = mp_mul_2d (&x, norm, &x)) != MP_OKAY) { in mp_div() 1620 if ((res = mp_mul_2d (&y, norm, &y)) != MP_OKAY) { in mp_div() 2309 if ((res = mp_mul_2d (&u, k, c)) != MP_OKAY) { in mp_gcd() 3518 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) { in mp_read_unsigned_bin() 3696 if ((res = mp_mul_2d (a, 4, a)) != MP_OKAY) { in mp_set_int()
|