Searched refs:mp_reduce_setup (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_reduce_setup.c | 21 int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
|
D | bn_s_mp_exptmod.c | 77 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
|
D | tommath.h | 396 int mp_reduce_setup(mp_int *a, mp_int *b);
|
D | bn.tex | 1308 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/ |
D | libtommath.c | 170 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/ |
D | libtommath.c | 170 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/ |
D | mpi.c | 7015 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()
|