Searched refs:a_nonce_len (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_reconfig.c | 228 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()
|
D | dpp_tcp.c | 849 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()
|
D | dpp.h | 715 const u8 *a_nonce_attr, size_t a_nonce_len,
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 1338 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/ |
D | dpp_supplicant.c | 2146 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()
|