Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_lshd

142 static int mp_lshd(mp_int * a, int b);
1388 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1487 static int mp_lshd (mp_int * a, int b)
1743 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1807 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1820 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
2300 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {