Home
last modified time | relevance | path

Searched defs:X (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/common/
Ddpp_pkex.c33 struct crypto_ec_point *Qi = NULL, *M = NULL, *X = NULL; in dpp_pkex_build_exchange_req() local
354 struct crypto_ec_point *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, in dpp_pkex_rx_exchange_req() 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()
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c2486 mbedtls_mpi *X = &ecp_kp_Q->MBEDTLS_PRIVATE(X); in crypto_mbedtls_pk_parse_subpubkey_compressed() local