Home
last modified time | relevance | path

Searched refs:r_bootstrap (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_tcp.c468 const u8 *i_bootstrap, const u8 *r_bootstrap) in dpp_relay_rx_action() argument
499 if (!r_bootstrap) in dpp_relay_rx_action()
501 ctrl = dpp_relay_controller_get(dpp, r_bootstrap); in dpp_relay_rx_action()
589 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local
598 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req()
600 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
606 r_bootstrap, r_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()
799 const u8 *r_bootstrap; in dpp_controller_rx_presence_announcement() local
813 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_presence_announcement()
[all …]
Ddpp_auth.c1414 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
1453 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
1456 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
1462 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
1463 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
1819 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
1860 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
1863 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
1869 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
1870 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
Ddpp.h658 const u8 *r_bootstrap,
675 const u8 *i_bootstrap, const u8 *r_bootstrap);
Ddpp.c4026 const u8 *r_bootstrap, in dpp_bootstrap_find_pair() argument
4039 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c718 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local
732 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
734 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
740 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
755 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req()
760 r_bootstrap) == 0) in hostapd_dpp_rx_auth_req()
1252 const u8 *r_bootstrap; in hostapd_dpp_rx_presence_announcement() local
1260 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_presence_announcement()
1262 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_presence_announcement()
1268 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_presence_announcement()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1079 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local
1093 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
1095 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
1101 r_bootstrap, r_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()
2064 const u8 *r_bootstrap; in wpas_dpp_rx_presence_announcement() local
2081 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_presence_announcement()
2083 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_presence_announcement()
2089 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_presence_announcement()
2090 peer_bi = dpp_bootstrap_find_chirp(wpa_s->dpp, r_bootstrap); in wpas_dpp_rx_presence_announcement()
[all …]