Searched refs:unencrypted_ephemeral (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | messages.h | 83 u8 unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN]; member 93 u8 unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN]; member
|
A D | noise.c | 542 if (!curve25519_generate_public(dst->unencrypted_ephemeral, in wg_noise_handshake_create_initiation() 545 message_ephemeral(dst->unencrypted_ephemeral, in wg_noise_handshake_create_initiation() 546 dst->unencrypted_ephemeral, handshake->chaining_key, in wg_noise_handshake_create_initiation() 605 message_ephemeral(e, src->unencrypted_ephemeral, chaining_key, hash); in wg_noise_handshake_consume_initiation() 689 if (!curve25519_generate_public(dst->unencrypted_ephemeral, in wg_noise_handshake_create_response() 692 message_ephemeral(dst->unencrypted_ephemeral, in wg_noise_handshake_create_response() 693 dst->unencrypted_ephemeral, handshake->chaining_key, in wg_noise_handshake_create_response() 767 message_ephemeral(e, src->unencrypted_ephemeral, chaining_key, hash); in wg_noise_handshake_consume_response()
|
Completed in 6 milliseconds