Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_pkex.c357 u8 *x_coord = NULL, *y_coord = NULL; in dpp_pkex_rx_exchange_req() local
490 x_coord = os_malloc(curve->prime_len); in dpp_pkex_rx_exchange_req()
492 if (!x_coord || !y_coord || in dpp_pkex_rx_exchange_req()
493 crypto_ec_point_to_bin(ec, X, x_coord, y_coord)) in dpp_pkex_rx_exchange_req()
496 pkex->x = crypto_ec_key_set_pub(curve->ike_group, x_coord, in dpp_pkex_rx_exchange_req()
535 crypto_ec_point_to_bin(ec, N, x_coord, y_coord)) in dpp_pkex_rx_exchange_req()
540 x_coord, y_coord); in dpp_pkex_rx_exchange_req()
566 os_free(x_coord); in dpp_pkex_rx_exchange_req()
707 u8 *x_coord = NULL, *y_coord = NULL; in dpp_pkex_rx_exchange_resp() local
824 x_coord = os_malloc(curve->prime_len); in dpp_pkex_rx_exchange_resp()
[all …]