Home
last modified time | relevance | path

Searched refs:unencrypted_ephemeral (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireguard/
H A Dmessages.h83 u8 unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN]; member
93 u8 unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN]; member
H A Dnoise.c542 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()