Searched refs:i_bootstrap (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 680 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local 892 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx() 895 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx() 898 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx() 899 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx() 1412 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 1471 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 1474 if (i_bootstrap) { in dpp_auth_resp_rx() 1482 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx() 1484 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx() [all …]
|
H A D | dpp_tcp.c | 586 const u8 *i_bootstrap, const u8 *r_bootstrap, in dpp_relay_rx_action() argument 742 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local 761 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req() 763 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req() 769 i_bootstrap, i_bootstrap_len); in dpp_controller_rx_auth_req() 773 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap, in dpp_controller_rx_auth_req()
|
H A D | dpp.h | 735 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, 759 const u8 *i_bootstrap, const u8 *r_bootstrap,
|
H A D | dpp.c | 4640 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair() argument 4662 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 1036 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 1060 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 1062 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 1068 i_bootstrap, i_bootstrap_len); in hostapd_dpp_rx_auth_req() 1072 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req() 1077 src, hdr, buf, len, freq, i_bootstrap, in hostapd_dpp_rx_auth_req()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 1225 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 1249 i_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_I_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 1251 if (!i_bootstrap || i_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 1257 i_bootstrap, i_bootstrap_len); in wpas_dpp_rx_auth_req() 1261 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
|