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

/external/wpa_supplicant_8/hostapd/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
1531 /* much like mp_rshd this is implemented using a sliding window
1771 mp_rshd (&y, n - t);
2270 mp_rshd (&q, um - 1);
2296 mp_rshd (&q, um + 1);
2811 * array of mp_word to mp_digit than calling mp_rshd
/external/wpa_supplicant_8/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
1531 /* much like mp_rshd this is implemented using a sliding window
1771 mp_rshd (&y, n - t);
2270 mp_rshd (&q, um - 1);
2296 mp_rshd (&q, um + 1);
2811 * array of mp_word to mp_digit than calling mp_rshd
/external/wpa_supplicant_8/wpa_supplicant/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
1531 /* much like mp_rshd this is implemented using a sliding window
1771 mp_rshd (&y, n - t);
2270 mp_rshd (&q, um - 1);
2296 mp_rshd (&q, um + 1);
2811 * array of mp_word to mp_digit than calling mp_rshd

Completed in 176 milliseconds