Home
last modified time | relevance | path

Searched refs:mp_lshd (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c155 static int mp_lshd(mp_int * a, int b);
1404 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()
1502 static int mp_lshd (mp_int * a, int b) in mp_lshd() function
1758 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */ in mp_div()
1822 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
1835 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
2315 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()