Searched refs:i_bootstrap (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 526 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 546 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 548 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 554 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req() 558 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 693 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 713 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 715 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 721 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req() 725 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 2967 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local 3190 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 3193 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 3196 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 3197 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 3542 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 3601 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 3604 if (i_bootstrap) { in dpp_auth_resp_rx() 3612 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 3614 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
D | dpp.h | 492 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
|