FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
message_handshake_response Struct Reference
+ Collaboration diagram for message_handshake_response:

Data Fields

message_header_t header
 
u32 sender_index
 
u32 receiver_index
 
u8 unencrypted_ephemeral [NOISE_PUBLIC_KEY_LEN]
 
u8 encrypted_nothing [noise_encrypted_len(0)]
 
message_macs_t macs
 

Detailed Description

Definition at line 67 of file wireguard_messages.h.

Field Documentation

◆ encrypted_nothing

u8 message_handshake_response::encrypted_nothing[noise_encrypted_len(0)]

Definition at line 73 of file wireguard_messages.h.

◆ header

message_header_t message_handshake_response::header

Definition at line 69 of file wireguard_messages.h.

◆ macs

message_macs_t message_handshake_response::macs

Definition at line 74 of file wireguard_messages.h.

◆ receiver_index

u32 message_handshake_response::receiver_index

Definition at line 71 of file wireguard_messages.h.

◆ sender_index

u32 message_handshake_response::sender_index

Definition at line 70 of file wireguard_messages.h.

◆ unencrypted_ephemeral

u8 message_handshake_response::unencrypted_ephemeral[NOISE_PUBLIC_KEY_LEN]

Definition at line 72 of file wireguard_messages.h.


The documentation for this struct was generated from the following file: