Home
last modified time | relevance | path

Searched refs:r_bootstrap_len (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c620 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
629 &r_bootstrap_len); in dpp_controller_rx_auth_req()
630 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
636 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_auth_req()
831 u16 r_bootstrap_len; in dpp_controller_rx_presence_announcement() local
845 &r_bootstrap_len); in dpp_controller_rx_presence_announcement()
846 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_presence_announcement()
852 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_presence_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c719 u16 r_bootstrap_len, i_bootstrap_len; in hostapd_dpp_rx_auth_req() local
733 &r_bootstrap_len); in hostapd_dpp_rx_auth_req()
734 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
740 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
1261 u16 r_bootstrap_len; in hostapd_dpp_rx_presence_announcement() local
1269 &r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
1270 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_presence_announcement()
1276 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c1078 u16 r_bootstrap_len, i_bootstrap_len; in wpas_dpp_rx_auth_req() local
1092 &r_bootstrap_len); in wpas_dpp_rx_auth_req()
1093 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
1099 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
2053 u16 r_bootstrap_len; in wpas_dpp_rx_presence_announcement() local
2070 &r_bootstrap_len); in wpas_dpp_rx_presence_announcement()
2071 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_presence_announcement()
2077 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_presence_announcement()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddpp_supplicant.c723 u16 r_bootstrap_len, i_bootstrap_len; in wpas_dpp_rx_auth_req() local
733 &r_bootstrap_len); in wpas_dpp_rx_auth_req()
734 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
740 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c528 u16 r_bootstrap_len, i_bootstrap_len; in hostapd_dpp_rx_auth_req() local
538 &r_bootstrap_len); in hostapd_dpp_rx_auth_req()
539 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
545 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c3648 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
3687 &r_bootstrap_len); in dpp_auth_resp_rx()
3688 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
3694 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
4044 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
4081 &r_bootstrap_len); in dpp_auth_conf_rx()
4082 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
4088 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
9299 u16 r_bootstrap_len, i_bootstrap_len; in dpp_controller_rx_auth_req() local
9308 &r_bootstrap_len); in dpp_controller_rx_auth_req()
[all...]

Completed in 27 milliseconds