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

Data Fields

uint8_t cc_mac1_key [COOKIE_KEY_SIZE]
 
uint8_t cc_cookie_key [COOKIE_KEY_SIZE]
 
f64 cc_secret_birthdate
 
uint8_t cc_secret [COOKIE_SECRET_SIZE]
 

Detailed Description

Definition at line 73 of file wireguard_cookie.h.

Field Documentation

◆ cc_cookie_key

uint8_t cookie_checker::cc_cookie_key[COOKIE_KEY_SIZE]

Definition at line 76 of file wireguard_cookie.h.

◆ cc_mac1_key

uint8_t cookie_checker::cc_mac1_key[COOKIE_KEY_SIZE]

Definition at line 75 of file wireguard_cookie.h.

◆ cc_secret

uint8_t cookie_checker::cc_secret[COOKIE_SECRET_SIZE]

Definition at line 79 of file wireguard_cookie.h.

◆ cc_secret_birthdate

f64 cookie_checker::cc_secret_birthdate

Definition at line 78 of file wireguard_cookie.h.


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