Searched refs:remote_static (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | peerlookup.c | 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()
|
H A D | noise.c | 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() 454 handshake_init(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], const u8 remote_static[NOISE_PUBLIC_KEY_LEN]) handshake_init() argument
|
H A D | cookie.c | 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()
|
H A D | noise.h | 74 u8 remote_static[NOISE_PUBLIC_KEY_LEN]; member 87 * init): remote_static, precomputed_static_static, static_identity.
|
H A D | netlink.c | 118 peer->handshake.remote_static); in get_peer()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | peerlookup.c | 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()
|
H A D | noise.c | 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() 454 handshake_init(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], const u8 remote_static[NOISE_PUBLIC_KEY_LEN]) handshake_init() argument
|
H A D | cookie.c | 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()
|
H A D | noise.h | 74 u8 remote_static[NOISE_PUBLIC_KEY_LEN]; member 87 * init): remote_static, precomputed_static_static, static_identity.
|
H A D | netlink.c | 118 peer->handshake.remote_static); in get_peer()
|
Completed in 6 milliseconds