Lines Matching refs:curve
160 if (peer_bi->curve != own_bi->curve) { in hostapd_dpp_nfc_handover_sel()
328 if (peer_bi->curve != own_bi->curve) { in hostapd_dpp_pkex_done()
331 peer_bi->curve->name, own_bi->curve->name); in hostapd_dpp_pkex_done()
897 if (peer_bi->curve != own_bi->curve) { in hostapd_dpp_auth_init()
900 peer_bi->curve->name, own_bi->curve->name); in hostapd_dpp_auth_init()
2441 ifaces->dpp_pb_bi->curve->nonce_len, in hostapd_dpp_pb_pkex_init()
2668 ifaces->dpp_pb_bi->curve->nonce_len)) { in hostapd_dpp_rx_pb_presence_announcement()
2688 ifaces->dpp_pb_bi->curve->nonce_len); in hostapd_dpp_rx_pb_presence_announcement()
2791 const struct dpp_curve_params *curve; in hostapd_dpp_rx_priv_peer_intro_update() local
2838 own_key = dpp_set_keypair(&curve, in hostapd_dpp_rx_priv_peer_intro_update()
2846 if (dpp_hpke_suite(curve->ike_group, &kem_id, &kdf_id, &aead_id) < 0) { in hostapd_dpp_rx_priv_peer_intro_update()
2848 curve->ike_group); in hostapd_dpp_rx_priv_peer_intro_update()
3192 char *curve = NULL; in hostapd_dpp_configurator_sign() local
3198 curve = get_param(cmd, " curve="); in hostapd_dpp_configurator_sign()
3201 dpp_configurator_own_config(auth, curve, 1) == 0) { in hostapd_dpp_configurator_sign()
3207 os_free(curve); in hostapd_dpp_configurator_sign()