Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_lc_aes_key_wrap_ctx Struct Reference

#include <dao_liquid_crypto.h>

Data Fields

enum dao_lc_fc_aes_key_len aes_kek_type
 
uint8_t kek [DAO_LC_AES_MAX_KEY_ENC_KEY_LEN]
 

Detailed Description

The liquid crypto AES key wrap context. This structure is used to store the context for AES key wrap operations, including the key length and the key encryption key (KEK).

Note: The default IV will be used for both AES Key Wrap (AES-KW) and AES Key Wrap with Padding (AES-KWP) operations.

Definition at line 895 of file dao_liquid_crypto.h.

Field Documentation

◆ aes_kek_type

enum dao_lc_fc_aes_key_len aes_kek_type

The AES key type (128, 192, or 256 bits)

Definition at line 897 of file dao_liquid_crypto.h.

◆ kek

The key encryption key (KEK)

Definition at line 899 of file dao_liquid_crypto.h.


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