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

/external/dropbear/libtommath/
H A Dbn_mp_rshd.c19 void mp_rshd (mp_int * a, int b) function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c146 static void mp_rshd(mp_int * a, int b);
1045 mp_rshd (c, b / DIGIT_BIT);
1160 static void mp_rshd (mp_int * a, int b) function
1515 /* much like mp_rshd this is implemented using a sliding window
1755 mp_rshd (&y, n - t);
2254 mp_rshd (&q, um - 1);
2280 mp_rshd (&q, um + 1);
2791 * array of mp_word to mp_digit than calling mp_rshd
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c154 static void mp_rshd(mp_int * a, int b);
1053 mp_rshd (c, b / DIGIT_BIT);
1168 static void mp_rshd (mp_int * a, int b) function
1523 /* much like mp_rshd this is implemented using a sliding window
1763 mp_rshd (&y, n - t);
2262 mp_rshd (&q, um - 1);
2288 mp_rshd (&q, um + 1);
2799 * array of mp_word to mp_digit than calling mp_rshd
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c154 static void mp_rshd(mp_int * a, int b);
1053 mp_rshd (c, b / DIGIT_BIT);
1168 static void mp_rshd (mp_int * a, int b) function
1523 /* much like mp_rshd this is implemented using a sliding window
1763 mp_rshd (&y, n - t);
2262 mp_rshd (&q, um - 1);
2288 mp_rshd (&q, um + 1);
2799 * array of mp_word to mp_digit than calling mp_rshd
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c154 static void mp_rshd(mp_int * a, int b);
1053 mp_rshd (c, b / DIGIT_BIT);
1168 static void mp_rshd (mp_int * a, int b) function
1523 /* much like mp_rshd this is implemented using a sliding window
1763 mp_rshd (&y, n - t);
2262 mp_rshd (&q, um - 1);
2288 mp_rshd (&q, um + 1);
2799 * array of mp_word to mp_digit than calling mp_rshd
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c340 * array of mp_word to mp_digit than calling mp_rshd
1737 mp_rshd (&y, n - t);
1978 mp_rshd (c, b / DIGIT_BIT);
4501 /* much like mp_rshd this is implemented using a sliding window
4835 mp_rshd (x, n->used);
6589 mp_rshd (&q, um - 1);
6614 mp_rshd (&q, um + 1);
7051 void mp_rshd (mp_int * a, int b) function
7414 mp_rshd (&t1,t1.used/2);
7868 mp_rshd(
[all...]

Completed in 155 milliseconds