Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_auth.c1414 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
1453 &r_bootstrap_len); in dpp_auth_resp_rx()
1454 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
1460 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
1818 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
1860 &r_bootstrap_len); in dpp_auth_conf_rx()
1861 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
1867 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
H A Ddpp_tcp.c743 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
752 &r_bootstrap_len); in dpp_controller_rx_auth_req()
753 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
759 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_auth_req()
953 u16 r_bootstrap_len; in dpp_controller_rx_presence_announcement() local
961 &r_bootstrap_len); in dpp_controller_rx_presence_announcement()
962 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_presence_announcement()
968 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_presence_announcement()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1037 u16 r_bootstrap_len, i_bootstrap_len; in hostapd_dpp_rx_auth_req() local
1051 &r_bootstrap_len); in hostapd_dpp_rx_auth_req()
1052 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
1058 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
1674 u16 r_bootstrap_len; in hostapd_dpp_rx_presence_announcement() local
1682 &r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
1683 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_presence_announcement()
1689 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1226 u16 r_bootstrap_len, i_bootstrap_len; in wpas_dpp_rx_auth_req() local
1240 &r_bootstrap_len); in wpas_dpp_rx_auth_req()
1241 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
1247 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
2409 u16 r_bootstrap_len; in wpas_dpp_rx_presence_announcement() local
2427 &r_bootstrap_len); in wpas_dpp_rx_presence_announcement()
2428 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_presence_announcement()
2434 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_presence_announcement()