Searched refs:r_bootstrap (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp_tcp.c | 525 const u8 *i_bootstrap, const u8 *r_bootstrap, in dpp_relay_rx_action() argument 558 if (!r_bootstrap) in dpp_relay_rx_action() 560 ctrl = dpp_relay_controller_get(dpp, r_bootstrap); in dpp_relay_rx_action() 650 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local 659 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req() 661 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req() 667 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_auth_req() 681 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap, in dpp_controller_rx_auth_req() 858 const u8 *r_bootstrap; in dpp_controller_rx_presence_announcement() local 872 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_presence_announcement() [all …]
|
D | dpp_auth.c | 1412 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local 1451 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx() 1454 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx() 1460 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx() 1461 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx() 1817 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local 1858 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx() 1861 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx() 1867 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx() 1868 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
|
D | dpp.h | 701 const u8 *r_bootstrap, 719 const u8 *i_bootstrap, const u8 *r_bootstrap,
|
D | dpp.c | 4423 const u8 *r_bootstrap, in dpp_bootstrap_find_pair() argument 4436 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 972 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local 986 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req() 988 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req() 994 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req() 1009 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req() 1014 r_bootstrap, hapd) == 0) in hostapd_dpp_rx_auth_req() 1533 const u8 *r_bootstrap; in hostapd_dpp_rx_presence_announcement() local 1541 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_presence_announcement() 1543 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_presence_announcement() 1549 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_presence_announcement() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 1101 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local 1115 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req() 1117 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req() 1123 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req() 1137 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req() 2194 const u8 *r_bootstrap; in wpas_dpp_rx_presence_announcement() local 2211 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_presence_announcement() 2213 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_presence_announcement() 2219 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_presence_announcement() 2220 peer_bi = dpp_bootstrap_find_chirp(wpa_s->dpp, r_bootstrap); in wpas_dpp_rx_presence_announcement() [all …]
|