Searched refs:mp_lshd (Results 1 – 1 of 1) sorted by relevance
147 static int mp_lshd(mp_int * a, int b);1396 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()1494 static int mp_lshd (mp_int * a, int b) in mp_lshd() function1750 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */ in mp_div()1814 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()1827 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()2307 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()