Searched refs:s_mp_exptmod (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_exptmod.c71 return s_mp_exptmod(G, X, P, Y, 1);
98 return s_mp_exptmod (G, X, P, Y, 0);
H A Dbn_s_mp_exptmod.c23 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
H A Dtommath.h570 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int mode);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
643 return s_mp_exptmod(G, X, P, Y, 1);
670 return s_mp_exptmod (G, X, P, Y, 0);
1884 static int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
643 return s_mp_exptmod(G, X, P, Y, 1);
670 return s_mp_exptmod (G, X, P, Y, 0);
1884 static int s_mp_exptmod (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.c140 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
643 return s_mp_exptmod(G, X, P, Y, 1);
670 return s_mp_exptmod (G, X, P, Y, 0);
1884 static int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c2572 return s_mp_exptmod(G, X, P, Y, 1);
2599 return s_mp_exptmod (G, X, P, Y, 0);
8880 int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) function

Completed in 719 milliseconds