Searched refs:mp_exptmod_fast (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_exptmod.c93 return mp_exptmod_fast (G, X, P, Y, dr);
H A Dbn_mp_exptmod_fast.c32 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
H A Dtommath.h569 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/
H A Dlibtommath.c174 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
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c182 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
660 return mp_exptmod_fast (G, X, P, Y, dr);
2948 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c182 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
660 return mp_exptmod_fast (G, X, P, Y, dr);
2948 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c182 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
660 return mp_exptmod_fast (G, X, P, Y, dr);
2948 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2594 return mp_exptmod_fast (G, X, P, Y, dr);
2649 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function

Completed in 179 milliseconds