FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Data Fields | |
int | kp_valid |
int | kp_is_initiator |
uint32_t | kp_local_index |
uint32_t | kp_remote_index |
vnet_crypto_key_index_t | kp_send_index |
vnet_crypto_key_index_t | kp_recv_index |
f64 | kp_birthdate |
noise_counter_t | kp_ctr |
Definition at line 86 of file wireguard_noise.h.
f64 noise_keypair::kp_birthdate |
Definition at line 94 of file wireguard_noise.h.
noise_counter_t noise_keypair::kp_ctr |
Definition at line 95 of file wireguard_noise.h.
int noise_keypair::kp_is_initiator |
Definition at line 89 of file wireguard_noise.h.
uint32_t noise_keypair::kp_local_index |
Definition at line 90 of file wireguard_noise.h.
vnet_crypto_key_index_t noise_keypair::kp_recv_index |
Definition at line 93 of file wireguard_noise.h.
uint32_t noise_keypair::kp_remote_index |
Definition at line 91 of file wireguard_noise.h.
vnet_crypto_key_index_t noise_keypair::kp_send_index |
Definition at line 92 of file wireguard_noise.h.
int noise_keypair::kp_valid |
Definition at line 88 of file wireguard_noise.h.