Lines Matching refs:r_bootstrap
586 const u8 *i_bootstrap, const u8 *r_bootstrap, in dpp_relay_rx_action() argument
623 if (!r_bootstrap) in dpp_relay_rx_action()
625 ctrl = dpp_relay_controller_get(dpp, r_bootstrap); in dpp_relay_rx_action()
742 const u8 *r_bootstrap, *i_bootstrap; in dpp_controller_rx_auth_req() local
751 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_auth_req()
753 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_auth_req()
759 r_bootstrap, r_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()
952 const u8 *r_bootstrap; in dpp_controller_rx_presence_announcement() local
960 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH, in dpp_controller_rx_presence_announcement()
962 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_controller_rx_presence_announcement()
968 r_bootstrap, r_bootstrap_len); in dpp_controller_rx_presence_announcement()
969 peer_bi = dpp_bootstrap_find_chirp(dpp, r_bootstrap); in dpp_controller_rx_presence_announcement()