Lines Matching refs:i_bootstrap
2409 const u8 *i_bootstrap; in dpp_auth_req_rx() local
2604 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
2607 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx()
2610 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
2611 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx()
2954 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
3009 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
3012 if (i_bootstrap) { in dpp_auth_resp_rx()
3020 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
3022 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
3053 if (!i_bootstrap && auth->own_bi) { in dpp_auth_resp_rx()
3333 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
3389 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
3392 if (i_bootstrap) { in dpp_auth_conf_rx()
3400 i_bootstrap, i_bootstrap_len); in dpp_auth_conf_rx()
3402 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()
6235 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair() argument
6257 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()