Lines Matching refs:mp_lshd
155 static int mp_lshd(mp_int * a, int b);
1404 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1503 static int mp_lshd (mp_int * a, int b)
1759 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1823 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1836 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
2316 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {