Home
last modified time | relevance | path

Searched refs:remote_static (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireguard/
Dpeerlookup.c40 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()
Dnoise.c53 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()
Dcookie.c64 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()
Dnoise.h74 u8 remote_static[NOISE_PUBLIC_KEY_LEN]; member
Dnetlink.c118 peer->handshake.remote_static); in get_peer()