Lines Matching defs:r_bootstrap
586 const u8 *i_bootstrap, const u8 *r_bootstrap,
623 if (!r_bootstrap)
625 ctrl = dpp_relay_controller_get(dpp, r_bootstrap);
742 const u8 *r_bootstrap, *i_bootstrap;
751 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH,
753 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) {
759 r_bootstrap, r_bootstrap_len);
773 dpp_bootstrap_find_pair(conn->ctrl->global, i_bootstrap, r_bootstrap,
952 const u8 *r_bootstrap;
960 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH,
962 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) {
968 r_bootstrap, r_bootstrap_len);
969 peer_bi = dpp_bootstrap_find_chirp(dpp, r_bootstrap);