Lines Matching refs:pubkey_hash

533 			  bi->pubkey_hash) < 0) {  in dpp_parse_uri_pk()
539 bi->pubkey_hash, SHA256_MAC_LEN); in dpp_parse_uri_pk()
757 res = sha256_vector(1, addr, len, bi->pubkey_hash); in dpp_bootstrap_key_hash()
761 wpa_hexdump(MSG_DEBUG, "DPP: Public key hash", bi->pubkey_hash, in dpp_bootstrap_key_hash()
804 res = sha256_vector(1, addr, &len, bi->pubkey_hash); in dpp_keygen()
809 wpa_hexdump(MSG_DEBUG, "DPP: Public key hash", bi->pubkey_hash, in dpp_keygen()
1604 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_init()
1605 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_init()
2249 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_ok()
2251 i_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_resp_ok()
2340 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_status()
2342 i_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_resp_status()
2652 os_memcmp(auth->waiting_pubkey_hash, peer_bi->pubkey_hash, in dpp_notify_new_qr_code()
2703 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_conf()
2705 i_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_conf()
2999 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
3005 auth->peer_bi->pubkey_hash, SHA256_MAC_LEN); in dpp_auth_resp_rx()
3022 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
3379 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
3383 auth->peer_bi->pubkey_hash, SHA256_MAC_LEN); in dpp_auth_conf_rx()
3402 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()
6218 wpa_snprintf_hex(pkhash, sizeof(pkhash), bi->pubkey_hash, in dpp_get_bootstrap_info()
6249 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()
6257 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()