Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/common/
Ddpp_pkex.c355 *N = NULL, *Y = NULL; in dpp_pkex_rx_exchange_req() local
527 Y = crypto_ec_key_get_public_key(pkex->y); in dpp_pkex_rx_exchange_req()
528 if (!Y) in dpp_pkex_rx_exchange_req()
530 crypto_ec_point_debug_print(ec, Y, "DPP: Y"); in dpp_pkex_rx_exchange_req()
534 crypto_ec_point_add(ec, Y, Qr, N) || in dpp_pkex_rx_exchange_req()
573 crypto_ec_point_deinit(Y, 1); in dpp_pkex_rx_exchange_req()
706 struct crypto_ec_point *Qr = NULL, *Y = NULL, *N = NULL; in dpp_pkex_rx_exchange_resp() local
805 Y = crypto_ec_point_init(ec); in dpp_pkex_rx_exchange_resp()
807 if (!Y || !N || in dpp_pkex_rx_exchange_resp()
811 crypto_ec_point_add(ec, N, Qr, Y) || in dpp_pkex_rx_exchange_resp()
[all …]
/hostap-latest/tests/hwsim/auth_serv/
Duser.csr8 q7hVBqkATzHiQvHntC6cRQ3cqfmtsnfB8LHDolomkL0ZL0YdpSE98DVilMjPMz/Y
Drsa3072-ca.pem15 o+1rNlN41zN6+Y/J9sTr/SRgGfP6vCtUEa8UMObbAgMBAAGjZjBkMB0GA1UdDgQW
Dserver-expired.key11 AM+559Y+LZZ3jAndrHdEpM1vCAG0VE85Ycv+1lBqlFEOthrWDL16UX6BBK5mjUsZ
Dsha512-server.pem110 v8Q5cY6k2BGILolggkrX6aVuy+xLedRIP+P9H+JvfkO/Y//j7NOCf70qOmZFUNX3
/hostap-latest/src/tls/
Dlibtommath.c132 static int s_mp_exptmod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
179 static int mp_exptmod_fast (mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode);
583 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() argument
621 err = mp_exptmod(&tmpG, &tmpX, P, Y); in mp_exptmod()
635 return s_mp_exptmod(G, X, P, Y, 1); in mp_exptmod()
657 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
662 return s_mp_exptmod (G, X, P, Y, 0); 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() argument
2089 mp_exch (&res, Y); 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() argument
[all …]
/hostap-latest/
Dbuild_release13 NOW=`date +%Y-%m-%d`
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c2189 mbedtls_mpi *py = &((mbedtls_ecp_point *)point)->MBEDTLS_PRIVATE(Y); in crypto_ec_point_to_bin()
2284 mbedtls_mpi *py = &((mbedtls_ecp_point *)p)->MBEDTLS_PRIVATE(Y); in crypto_ec_point_invert()
2487 mbedtls_mpi *Y = &ecp_kp_Q->MBEDTLS_PRIVATE(Y); in crypto_mbedtls_pk_parse_subpubkey_compressed() local
2497 ret = mbedtls_mpi_copy(Y, X) /*(Y is used as input and output obj below)*/ in crypto_mbedtls_pk_parse_subpubkey_compressed()
2498 || crypto_mbedtls_short_weierstrass_derive_y(ecp_kp_grp, Y, (*p & 1)); in crypto_mbedtls_pk_parse_subpubkey_compressed()