Home
last modified time | relevance | path

Searched defs:G (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/tls/
Dlibtommath.c583 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/
Dcrypto_mbedtls_alt.c1437 mbedtls_mpi P, G; in crypto_mbedtls_dh_set_bin_pg() local