Home
last modified time | relevance | path

Searched defs:P (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/crypto/
Dsha256-tlsprf.c34 u8 P[SHA256_MAC_LEN]; in tls_prf_sha256() local
Dsha384-tlsprf.c34 u8 P[SHA384_MAC_LEN]; in tls_prf_sha384() local
Dcrypto_mbedtls_alt.c1437 mbedtls_mpi P, G; in crypto_mbedtls_dh_set_bin_pg() local
/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()