Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c526 const u8 *r_bootstrap, *i_bootstrap; in hostapd_dpp_rx_auth_req() local
536 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in hostapd_dpp_rx_auth_req()
538 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in hostapd_dpp_rx_auth_req()
544 r_bootstrap, r_bootstrap_len); in hostapd_dpp_rx_auth_req()
559 r_bootstrap, &own_bi, &peer_bi); in hostapd_dpp_rx_auth_req()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c693 const u8 *r_bootstrap, *i_bootstrap; in wpas_dpp_rx_auth_req() local
703 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in wpas_dpp_rx_auth_req()
705 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in wpas_dpp_rx_auth_req()
711 r_bootstrap, r_bootstrap_len); in wpas_dpp_rx_auth_req()
725 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap, in wpas_dpp_rx_auth_req()
/external/wpa_supplicant_8/src/common/
Ddpp.h493 const u8 *r_bootstrap,
Ddpp.c3542 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
3581 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
3584 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
3590 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
3591 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
3950 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
3986 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
3989 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
3995 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
3996 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
[all …]