Lines Matching refs:i_bootstrap
680 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local
892 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
895 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx()
898 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
899 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx()
1412 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
1471 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
1474 if (i_bootstrap) { in dpp_auth_resp_rx()
1482 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
1484 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
1537 if (!i_bootstrap && auth->own_bi) { in dpp_auth_resp_rx()
1817 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
1878 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
1881 if (i_bootstrap) { in dpp_auth_conf_rx()
1889 i_bootstrap, i_bootstrap_len); in dpp_auth_conf_rx()
1891 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()