Home
last modified time | relevance | path

Searched refs:r_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
556 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
558 if (!r_bootstrap || r_bootstrap > wrapped_data || in hostapd_dpp_rx_auth_req()
565 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
583 os_memcmp(bi->pubkey_hash, r_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
797 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
799 if (!r_bootstrap || r_bootstrap > wrapped_data || in wpas_dpp_rx_auth_req()
806 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
824 os_memcmp(bi->pubkey_hash, r_bootstrap, in wpas_dpp_rx_auth_req()
/external/wpa_supplicant_8/src/common/
Ddpp.c2541 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
2563 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
2566 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
2572 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
2573 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
2798 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
2822 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
2825 if (!r_bootstrap || r_bootstrap > wrapped_data || in dpp_auth_conf_rx()
2832 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
2833 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()