FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
noise_handshake Struct Reference

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]
 

Detailed Description

Definition at line 69 of file wireguard_noise.h.

Field Documentation

◆ hs_ck

uint8_t noise_handshake::hs_ck[NOISE_HASH_LEN]

Definition at line 76 of file wireguard_noise.h.

◆ hs_e

uint8_t noise_handshake::hs_e[NOISE_PUBLIC_KEY_LEN]

Definition at line 74 of file wireguard_noise.h.

◆ hs_hash

uint8_t noise_handshake::hs_hash[NOISE_HASH_LEN]

Definition at line 75 of file wireguard_noise.h.

◆ hs_local_index

uint32_t noise_handshake::hs_local_index

Definition at line 72 of file wireguard_noise.h.

◆ hs_remote_index

uint32_t noise_handshake::hs_remote_index

Definition at line 73 of file wireguard_noise.h.

◆ hs_state

enum noise_state_hs noise_handshake::hs_state

Definition at line 71 of file wireguard_noise.h.


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