Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c93 u16 r_bootstrap_len, i_bootstrap_len; in esp_dpp_rx_auth_req() local
100 &r_bootstrap_len); in esp_dpp_rx_auth_req()
101 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in esp_dpp_rx_auth_req()
106 wpa_hexdump(MSG_MSGDUMP, "DPP: Responder Bootstrapping Key Hash", r_bootstrap, r_bootstrap_len); in esp_dpp_rx_auth_req()
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c2956 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_resp_rx() local
2991 &r_bootstrap_len); in dpp_auth_resp_rx()
2992 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
2998 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
3334 u16 r_bootstrap_len, i_bootstrap_len, wrapped_data_len, status_len, in dpp_auth_conf_rx() local
3371 &r_bootstrap_len); in dpp_auth_conf_rx()
3372 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
3378 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()