Lines Matching refs:i_bootstrap
2967 const u8 *wrapped_data, *i_proto, *i_nonce, *i_capab, *i_bootstrap, in dpp_auth_req_rx() local
3190 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_req_rx()
3193 if (i_bootstrap && i_bootstrap_len == SHA256_MAC_LEN) { in dpp_auth_req_rx()
3196 i_bootstrap, i_bootstrap_len); in dpp_auth_req_rx()
3197 wpa_snprintf_hex(hex, sizeof(hex), i_bootstrap, in dpp_auth_req_rx()
3542 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
3601 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
3604 if (i_bootstrap) { in dpp_auth_resp_rx()
3612 i_bootstrap, i_bootstrap_len); in dpp_auth_resp_rx()
3614 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
3659 if (!i_bootstrap && auth->own_bi) { in dpp_auth_resp_rx()
3950 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
4006 i_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
4009 if (i_bootstrap) { in dpp_auth_conf_rx()
4017 i_bootstrap, i_bootstrap_len); in dpp_auth_conf_rx()
4019 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()
8553 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair() argument
8575 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()