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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c155 static int mp_lshd(mp_int * a, int b);
1404 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
1502 static int mp_lshd (mp_int * a, int b) function
1758 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1822 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1835 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
2315 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) {

Completed in 44 milliseconds