Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h144 static int mp_lshd(mp_int * a, int b);
1420 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) { in mp_mul_2d()
1522 mp_lshd (mp_int * a, int b) in mp_lshd() function
1782 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */ in mp_div()
1846 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
1859 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) { in mp_div()
2346 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()