Searched defs:P (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/crypto/ |
D | sha256-tlsprf.c | 34 u8 P[SHA256_MAC_LEN]; in tls_prf_sha256() local
|
D | sha384-tlsprf.c | 34 u8 P[SHA384_MAC_LEN]; in tls_prf_sha384() local
|
D | crypto_mbedtls_alt.c | 1437 mbedtls_mpi P, G; in crypto_mbedtls_dh_set_bin_pg() local
|
/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()
|