Searched refs:s_mp_exptmod (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 133 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 645 return s_mp_exptmod(G, X, P, Y, 1); in mp_exptmod() 673 return s_mp_exptmod (G, X, P, Y, 0); in mp_exptmod() 1912 s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in s_mp_exptmod() function
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 131 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode); 645 return s_mp_exptmod(G, X, P, Y, 1); in mp_exptmod() 669 return s_mp_exptmod (G, X, P, Y, 0); in mp_exptmod() 1908 s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in s_mp_exptmod() function
|