Searched refs:unencrypted_ephemeral (Results 1 – 2 of 2) sorted by relevance
/linux/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 | 509 if (!curve25519_generate_public(dst->unencrypted_ephemeral, in wg_noise_handshake_create_initiation() 512 message_ephemeral(dst->unencrypted_ephemeral, in wg_noise_handshake_create_initiation() 513 dst->unencrypted_ephemeral, handshake->chaining_key, in wg_noise_handshake_create_initiation() 572 message_ephemeral(e, src->unencrypted_ephemeral, chaining_key, hash); in wg_noise_handshake_consume_initiation() 656 if (!curve25519_generate_public(dst->unencrypted_ephemeral, in wg_noise_handshake_create_response() 659 message_ephemeral(dst->unencrypted_ephemeral, in wg_noise_handshake_create_response() 660 dst->unencrypted_ephemeral, handshake->chaining_key, in wg_noise_handshake_create_response() 734 message_ephemeral(e, src->unencrypted_ephemeral, chaining_key, hash); in wg_noise_handshake_consume_response()
|
Completed in 5 milliseconds