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

/external/dropbear/libtommath/
H A Dbn_mp_reduce_setup.c21 int mp_reduce_setup (mp_int * a, mp_int * b) function
H A Dbn_s_mp_exptmod.c77 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
H A Dtommath.h396 int mp_reduce_setup(mp_int *a, mp_int *b);
H A Dbn.tex1308 int mp_reduce_setup(mp_int *a, mp_int *b);
1333 if ((result = mp_reduce_setup(&mu, b)) != MP_OKAY) \{
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c170 static int mp_reduce_setup(mp_int * a, mp_int * b);
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2228 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2240 * precomputed via mp_reduce_setup.
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c178 static int mp_reduce_setup(mp_int * a, mp_int * b);
1930 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2236 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2248 * precomputed via mp_reduce_setup.
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c178 static int mp_reduce_setup(mp_int * a, mp_int * b);
1930 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2236 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2248 * precomputed via mp_reduce_setup.
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c178 static int mp_reduce_setup(mp_int * a, mp_int * b);
1930 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
2236 static int mp_reduce_setup (mp_int * a, mp_int * b) function
2248 * precomputed via mp_reduce_setup.
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6575 * precomputed via mp_reduce_setup.
7015 int mp_reduce_setup (mp_int * a, mp_int * b) function
8934 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {

Completed in 143 milliseconds