Searched refs:remote_static (Results 1 – 5 of 5) sorted by relevance
53 peer->handshake.remote_static)) in wg_noise_precompute_static_static()69 memcpy(handshake->remote_static, peer_public_key, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_init()456 const u8 remote_static[NOISE_PUBLIC_KEY_LEN]) in handshake_init()460 mix_hash(hash, remote_static, NOISE_PUBLIC_KEY_LEN); in handshake_init()538 handshake->remote_static); in wg_noise_handshake_create_initiation()551 handshake->remote_static)) in wg_noise_handshake_create_initiation()703 handshake->remote_static)) in wg_noise_handshake_create_response()
40 pubkey_bucket(table, peer->handshake.remote_static)); in wg_pubkey_hashtable_add()62 if (!memcmp(pubkey, iter_peer->handshake.remote_static, in wg_pubkey_hashtable_lookup()
64 peer->handshake.remote_static, cookie_key_label); in wg_cookie_checker_precompute_peer_keys()66 peer->handshake.remote_static, mac1_key_label); in wg_cookie_checker_precompute_peer_keys()
74 u8 remote_static[NOISE_PUBLIC_KEY_LEN]; member
118 peer->handshake.remote_static); in get_peer()