Home
last modified time | relevance | path

Searched refs:mp_reduce_setup (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_reduce_setup.c21 int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
Dbn_s_mp_exptmod.c77 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
Dtommath.h396 int mp_reduce_setup(mp_int *a, mp_int *b);
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/
Dlibtommath.c170 static int mp_reduce_setup(mp_int * a, mp_int * b);
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
2228 static int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c170 static int mp_reduce_setup(mp_int * a, mp_int * b);
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
2228 static int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
/external/dropbear/libtommath/pre_gen/
Dmpi.c7015 int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
8934 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()