Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c228 const u8 *a_nonce_attr, size_t a_nonce_len, in dpp_reconfig_init() argument
248 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
249 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
Ddpp_tcp.c849 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in dpp_controller_rx_reconfig_announcement() local
889 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in dpp_controller_rx_reconfig_announcement()
893 a_nonce, a_nonce_len, e_id, e_id_len); in dpp_controller_rx_reconfig_announcement()
Ddpp.h715 const u8 *a_nonce_attr, size_t a_nonce_len,
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1338 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in hostapd_dpp_rx_reconfig_announcement() local
1384 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in hostapd_dpp_rx_reconfig_announcement()
1388 conf, freq, group, a_nonce, a_nonce_len, in hostapd_dpp_rx_reconfig_announcement()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2146 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in wpas_dpp_rx_reconfig_announcement() local
2190 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in wpas_dpp_rx_reconfig_announcement()
2194 a_nonce, a_nonce_len, e_id, e_id_len); in wpas_dpp_rx_reconfig_announcement()