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

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
 

Detailed Description

Definition at line 86 of file wireguard_noise.h.

Field Documentation

◆ kp_birthdate

f64 noise_keypair::kp_birthdate

Definition at line 94 of file wireguard_noise.h.

◆ kp_ctr

noise_counter_t noise_keypair::kp_ctr

Definition at line 95 of file wireguard_noise.h.

◆ kp_is_initiator

int noise_keypair::kp_is_initiator

Definition at line 89 of file wireguard_noise.h.

◆ kp_local_index

uint32_t noise_keypair::kp_local_index

Definition at line 90 of file wireguard_noise.h.

◆ kp_recv_index

vnet_crypto_key_index_t noise_keypair::kp_recv_index

Definition at line 93 of file wireguard_noise.h.

◆ kp_remote_index

uint32_t noise_keypair::kp_remote_index

Definition at line 91 of file wireguard_noise.h.

◆ kp_send_index

vnet_crypto_key_index_t noise_keypair::kp_send_index

Definition at line 92 of file wireguard_noise.h.

◆ kp_valid

int noise_keypair::kp_valid

Definition at line 88 of file wireguard_noise.h.


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