Home
last modified time | relevance | path

Searched refs:Ny (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_pkex.c215 const u8 *Nx, const u8 *Ny) in dpp_pkex_build_exchange_resp()
294 wpabuf_put_data(msg, Ny, curve->prime_len); in dpp_pkex_build_exchange_resp()
213 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, enum dpp_status_error status, const u8 *Nx, const u8 *Ny) dpp_pkex_build_exchange_resp() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c7081 const BIGNUM *Nx, const BIGNUM *Ny) in dpp_pkex_build_exchange_resp()
7148 dpp_bn2bin_pad(Ny, wpabuf_put(msg, curve->prime_len), in dpp_pkex_build_exchange_resp()
7271 BIGNUM *Nx = NULL, *Ny = NULL; in dpp_pkex_rx_exchange_req() local
7428 Ny = BN_new(); in dpp_pkex_rx_exchange_req()
7429 if (!N || !Nx || !Ny || in dpp_pkex_rx_exchange_req()
7431 EC_POINT_get_affine_coordinates_GFp(group, N, Nx, Ny, bnctx) != 1) in dpp_pkex_rx_exchange_req()
7436 Nx, Ny); in dpp_pkex_rx_exchange_req()
7466 BN_free(Ny); in dpp_pkex_rx_exchange_req()
7606 BIGNUM *Nx = NULL, *Ny = NULL; in dpp_pkex_rx_exchange_resp() local
7690 Ny in dpp_pkex_rx_exchange_resp()
7079 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, enum dpp_status_error status, const BIGNUM *Nx, const BIGNUM *Ny) dpp_pkex_build_exchange_resp() argument
[all...]

Completed in 11 milliseconds