Lines Matching refs:pubkey_hash

850 			  bi->pubkey_hash) < 0) {  in dpp_parse_uri_pk()
856 bi->pubkey_hash, SHA256_MAC_LEN); in dpp_parse_uri_pk()
1301 res = sha256_vector(1, addr, len, bi->pubkey_hash); in dpp_bootstrap_key_hash()
1305 wpa_hexdump(MSG_DEBUG, "DPP: Public key hash", bi->pubkey_hash, in dpp_bootstrap_key_hash()
1348 res = sha256_vector(1, addr, &len, bi->pubkey_hash); in dpp_keygen()
1353 wpa_hexdump(MSG_DEBUG, "DPP: Public key hash", bi->pubkey_hash, in dpp_keygen()
2181 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_init()
2182 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_init()
2810 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_ok()
2812 i_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_resp_ok()
2901 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_status()
2903 i_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_resp_status()
3239 os_memcmp(auth->waiting_pubkey_hash, peer_bi->pubkey_hash, in dpp_notify_new_qr_code()
3290 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_conf()
3292 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_conf()
3591 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
3597 auth->peer_bi->pubkey_hash, SHA256_MAC_LEN); in dpp_auth_resp_rx()
3614 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
3996 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
4000 auth->peer_bi->pubkey_hash, SHA256_MAC_LEN); in dpp_auth_conf_rx()
4019 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()
8567 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()
8575 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()