Lines Matching refs:r_bootstrap
2954 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *r_proto, in dpp_auth_resp_rx() local
2989 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_resp_rx()
2992 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_resp_rx()
2998 r_bootstrap, r_bootstrap_len); in dpp_auth_resp_rx()
2999 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
3333 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
3369 r_bootstrap = dpp_get_attr(attr_start, attr_len, in dpp_auth_conf_rx()
3372 if (!r_bootstrap || r_bootstrap_len != SHA256_MAC_LEN) { in dpp_auth_conf_rx()
3378 r_bootstrap, r_bootstrap_len); in dpp_auth_conf_rx()
3379 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
6231 const u8 *r_bootstrap, in dpp_bootstrap_find_pair() argument
6244 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()