Home
last modified time | relevance | path

Searched refs:i_bootstrap (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c539 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data; in hostapd_dpp_rx_auth_req() local
567 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
569 if (!i_bootstrap || i_bootstrap > wrapped_data || in hostapd_dpp_rx_auth_req()
576 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req()
591 os_memcmp(bi->pubkey_hash, i_bootstrap, in hostapd_dpp_rx_auth_req()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c780 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data; in wpas_dpp_rx_auth_req() local
808 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
810 if (!i_bootstrap || i_bootstrap > wrapped_data || in wpas_dpp_rx_auth_req()
817 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req()
832 os_memcmp(bi->pubkey_hash, i_bootstrap, in wpas_dpp_rx_auth_req()
/external/wpa_supplicant_8/src/common/
Ddpp.c2157 const u8 *i_proto, *i_nonce, *i_capab, *i_bootstrap; in dpp_auth_req_rx() local
2300 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
2303 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx()
2306 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
2307 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx()
2541 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
2581 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
2584 if (i_bootstrap) { in dpp_auth_resp_rx()
2592 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
2594 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
[all …]