![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Collaboration diagram for message_handshake_cookie:Data Fields | |
| message_header_t | header |
| u32 | receiver_index |
| u8 | nonce [COOKIE_NONCE_SIZE] |
| u8 | encrypted_cookie [noise_encrypted_len(COOKIE_MAC_SIZE)] |
Definition at line 77 of file wireguard_messages.h.
| u8 message_handshake_cookie::encrypted_cookie[noise_encrypted_len(COOKIE_MAC_SIZE)] |
Definition at line 82 of file wireguard_messages.h.
| message_header_t message_handshake_cookie::header |
Definition at line 79 of file wireguard_messages.h.
| u8 message_handshake_cookie::nonce[COOKIE_NONCE_SIZE] |
Definition at line 81 of file wireguard_messages.h.
| u32 message_handshake_cookie::receiver_index |
Definition at line 80 of file wireguard_messages.h.