Searched refs:static_private (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireguard/ |
D | noise.c | 52 peer->handshake.static_identity->static_private, in wg_noise_precompute_static_static() 298 memcpy(static_identity->static_private, private_key, in wg_noise_set_static_identity_private_key() 300 curve25519_clamp_secret(static_identity->static_private); in wg_noise_set_static_identity_private_key() 608 if (!mix_dh(chaining_key, key, wg->static_identity.static_private, e)) in wg_noise_handshake_consume_initiation() 739 u8 static_private[NOISE_PUBLIC_KEY_LEN]; in wg_noise_handshake_consume_response() local 774 if (!mix_dh(chaining_key, NULL, wg->static_identity.static_private, e)) in wg_noise_handshake_consume_response() 810 memzero_explicit(static_private, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_response()
|
D | noise.h | 52 u8 static_private[NOISE_PUBLIC_KEY_LEN]; member
|
D | netlink.c | 243 wg->static_identity.static_private) || in wg_get_device_dump() 551 if (!crypto_memneq(wg->static_identity.static_private, in wg_set_device()
|