OpenVPN
Data Fields

Container for unidirectional cipher and HMAC key material. More...

#include <crypto.h>

Data Fields

uint8_t cipher [MAX_CIPHER_KEY_LENGTH]
 Key material for cipher operations.
 
uint8_t hmac [MAX_HMAC_KEY_LENGTH]
 Key material for HMAC operations.
 

Detailed Description

Container for unidirectional cipher and HMAC key material.

. / key, so it cannot be changed to add fields or change the length of fields

Definition at line 151 of file crypto.h.

Field Documentation

◆ cipher

uint8_t key::cipher[MAX_CIPHER_KEY_LENGTH]

◆ hmac

uint8_t key::hmac[MAX_HMAC_KEY_LENGTH]

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