Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_reconfig.c240 const u8 *a_nonce_attr, size_t a_nonce_len, in dpp_reconfig_init() argument
260 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
261 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init()
H A Ddpp_tcp.c1001 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in dpp_controller_rx_reconfig_announcement() local
1041 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in dpp_controller_rx_reconfig_announcement()
1045 a_nonce, a_nonce_len, e_id, e_id_len); in dpp_controller_rx_reconfig_announcement()
H A Ddpp.h835 const u8 *a_nonce_attr, size_t a_nonce_len,
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1761 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in hostapd_dpp_rx_reconfig_announcement() local
1809 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in hostapd_dpp_rx_reconfig_announcement()
1813 conf, freq, group, a_nonce, a_nonce_len, in hostapd_dpp_rx_reconfig_announcement()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2501 u16 csign_hash_len, fcgroup_len, a_nonce_len, e_id_len; in wpas_dpp_rx_reconfig_announcement() local
2545 a_nonce = dpp_get_attr(buf, len, DPP_ATTR_A_NONCE, &a_nonce_len); in wpas_dpp_rx_reconfig_announcement()
2549 a_nonce, a_nonce_len, e_id, e_id_len); in wpas_dpp_rx_reconfig_announcement()