Home
last modified time | relevance | path

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

/external/dropbear/libtommath/
Dbn_mp_exptmod.c93 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
Dbn_mp_exptmod_fast.c32 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function
Dtommath.h569 int mp_exptmod_fast(mp_int *G, mp_int *X, mp_int *P, mp_int *Y, int mode);
Dchanges.txt202 …-- Fixed up s_mp_exptmod and mp_exptmod_fast so the lower half of the pre-computed table isn't all…
255 …-- Fixed up mp_exptmod_fast so it would set "redux" to the comba Montgomery reduction if allowed. …
305 -- Sped up mp_exptmod_fast by using new code to find R mod m [e.g. B^n mod m]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
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); in mp_exptmod()
2940 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function
/external/wpa_supplicant_8/src/tls/
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); in mp_exptmod()
2940 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function
/external/wpa_supplicant/
Dlibtommath.c608 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
/external/dropbear/libtommath/pre_gen/
Dmpi.c2594 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
2649 int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast() function