Searched defs:G (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/tls/ |
D | libtommath.c | 583 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() 1875 static int s_mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in s_mp_exptmod() 2952 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode) in mp_exptmod_fast()
|
/hostap-latest/src/crypto/ |
D | crypto_mbedtls_alt.c | 1437 mbedtls_mpi P, G; in crypto_mbedtls_dh_set_bin_pg() local
|