Searched refs:i_bootstrap (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_auth.c | 681 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local 893 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 896 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 899 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 900 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 1414 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 1473 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 1476 if (i_bootstrap) { in dpp_auth_resp_rx() 1484 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 1486 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
D | dpp_tcp.c | 468 const u8 *i_bootstrap, const u8 *r_bootstrap) in dpp_relay_rx_action() argument 589 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local 608 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req() 610 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req() 616 i_bootstrap, i_bootstrap_len); in dpp_controller_rx_auth_req() 620 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap, in dpp_controller_rx_auth_req()
|
D | dpp.h | 657 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, 675 const u8 *i_bootstrap, const u8 *r_bootstrap);
|
D | dpp.c | 4025 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair() argument 4047 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 718 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 742 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 744 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 750 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req() 754 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req() 759 src, hdr, buf, len, freq, i_bootstrap, in hostapd_dpp_rx_auth_req()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 1079 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 1103 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 1105 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 1111 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req() 1115 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
|