Home
last modified time | relevance | path

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

/hostap/src/common/
Ddpp_pkex.c355 *N = NULL, *Y = NULL; in dpp_pkex_rx_exchange_req() local
706 struct crypto_ec_point *Qr = NULL, *Y = NULL, *N = NULL; in dpp_pkex_rx_exchange_resp() local
/hostap/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()