Searched defs:X (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/common/ |
D | dpp_pkex.c | 33 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/ |
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 | 2486 mbedtls_mpi *X = &ecp_kp_Q->MBEDTLS_PRIVATE(X); in crypto_mbedtls_pk_parse_subpubkey_compressed() local
|