/external/dropbear/libtommath/ |
bn_mp_reduce.c | 22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
|
bn_s_mp_exptmod.c | 80 redux = mp_reduce;
|
tommath.h | 401 * 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);
|
bn.tex | [all...] |
/external/wpa_supplicant/ |
libtommath.c | 31 * would require other than mp_reduce */ 140 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu); 1985 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 28 * would require other than mp_reduce */ 171 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu); 2243 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 28 * would require other than mp_reduce */ 171 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu); 2243 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 6578 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function [all...] |