/external/dropbear/libtommath/ |
bn_mp_exptmod.c | 93 return mp_exptmod_fast (G, X, P, Y, dr);
|
bn_mp_exptmod_fast.c | 32 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
|
tommath.h | 569 int mp_exptmod_fast(mp_int *G, mp_int *X, mp_int *P, mp_int *Y, int mode);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
libtommath.c | 174 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 652 return mp_exptmod_fast (G, X, P, Y, dr); 2940 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function [all...] |
/external/wpa_supplicant/ |
libtommath.c | 608 return mp_exptmod_fast (G, X, P, Y, dr); [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 2649 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function [all...] |