Searched refs:i_bootstrap (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 92 const u8 *r_bootstrap, *i_bootstrap; in esp_dpp_rx_auth_req() local 108 i_bootstrap = dpp_get_attr(dpp_data, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in esp_dpp_rx_auth_req() 110 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in esp_dpp_rx_auth_req() 115 wpa_hexdump(MSG_MSGDUMP, "DPP: Initiator Bootstrapping Key Hash", i_bootstrap, i_bootstrap_len); in esp_dpp_rx_auth_req()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 2409 const u8 *i_bootstrap; in dpp_auth_req_rx() local 2604 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 2607 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 2610 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 2611 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 2954 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 3009 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 3012 if (i_bootstrap) { in dpp_auth_resp_rx() 3020 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 3022 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
D | dpp.h | 577 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
|