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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c159 static void mp_rshd(mp_int * a, int b);
1061 mp_rshd (c, b / DIGIT_BIT);
1176 static void mp_rshd (mp_int * a, int b) function
1530 /* much like mp_rshd this is implemented using a sliding window
1770 mp_rshd (&y, n - t);
2269 mp_rshd (&q, um - 1);
2295 mp_rshd (&q, um + 1);
2811 * array of mp_word to mp_digit than calling mp_rshd

Completed in 32 milliseconds