Searched refs:remote_ephemeral (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | noise.h | 75 u8 remote_ephemeral[NOISE_PUBLIC_KEY_LEN]; member
|
H A D | noise.c | 81 memset(&handshake->remote_ephemeral, 0, NOISE_PUBLIC_KEY_LEN); in handshake_zero() 644 memcpy(handshake->remote_ephemeral, e, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_initiation() 698 handshake->remote_ephemeral)) in wg_noise_handshake_create_response() 794 memcpy(handshake->remote_ephemeral, e, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_response()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | noise.h | 75 u8 remote_ephemeral[NOISE_PUBLIC_KEY_LEN]; member
|
H A D | noise.c | 81 memset(&handshake->remote_ephemeral, 0, NOISE_PUBLIC_KEY_LEN); in handshake_zero() 644 memcpy(handshake->remote_ephemeral, e, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_initiation() 698 handshake->remote_ephemeral)) in wg_noise_handshake_create_response() 794 memcpy(handshake->remote_ephemeral, e, NOISE_PUBLIC_KEY_LEN); in wg_noise_handshake_consume_response()
|
Completed in 4 milliseconds