FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
enum noise_state_hs | hs_state |
uint32_t | hs_local_index |
uint32_t | hs_remote_index |
uint8_t | hs_e [NOISE_PUBLIC_KEY_LEN] |
uint8_t | hs_hash [NOISE_HASH_LEN] |
uint8_t | hs_ck [NOISE_HASH_LEN] |
Definition at line 69 of file wireguard_noise.h.
uint8_t noise_handshake::hs_ck[NOISE_HASH_LEN] |
Definition at line 76 of file wireguard_noise.h.
uint8_t noise_handshake::hs_e[NOISE_PUBLIC_KEY_LEN] |
Definition at line 74 of file wireguard_noise.h.
uint8_t noise_handshake::hs_hash[NOISE_HASH_LEN] |
Definition at line 75 of file wireguard_noise.h.
uint32_t noise_handshake::hs_local_index |
Definition at line 72 of file wireguard_noise.h.
uint32_t noise_handshake::hs_remote_index |
Definition at line 73 of file wireguard_noise.h.
enum noise_state_hs noise_handshake::hs_state |
Definition at line 71 of file wireguard_noise.h.