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

/external/dropbear/libtommath/
H A Dbn_mp_reduce.c22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
H A Dbn_s_mp_exptmod.c80 redux = mp_reduce;
H A Dtommath.h401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
403 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
H A Dbn.tex1316 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
1347 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
1361 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c28 * would require other than mp_reduce */
171 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1925 redux = mp_reduce;
2243 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
2272 #error mp_reduce would always fail
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c28 * would require other than mp_reduce */
179 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1933 redux = mp_reduce;
2251 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
2280 #error mp_reduce would always fail
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c28 * would require other than mp_reduce */
179 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1933 redux = mp_reduce;
2251 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
2280 #error mp_reduce would always fail
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c28 * would require other than mp_reduce */
179 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1933 redux = mp_reduce;
2251 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
2280 #error mp_reduce would always fail
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6578 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
8937 redux = mp_reduce;

Completed in 694 milliseconds