Lines Matching defs:r_bootstrap
1225 const u8 *r_bootstrap, *i_bootstrap;
1239 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH,
1241 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) {
1247 r_bootstrap, r_bootstrap_len);
1261 dpp_bootstrap_find_pair(wpa_s->dpp, i_bootstrap, r_bootstrap,
2408 const u8 *r_bootstrap;
2426 r_bootstrap = dpp_get_attr(buf, len, DPP_ATTR_R_BOOTSTRAP_KEY_HASH,
2428 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) {
2434 r_bootstrap, r_bootstrap_len);
2435 peer_bi = dpp_bootstrap_find_chirp(wpa_s->dpp, r_bootstrap);
2437 freq, r_bootstrap);