|
Data Accelerator Offload
|
#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] |
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.
| 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.
| uint8_t kek[DAO_LC_AES_MAX_KEY_ENC_KEY_LEN] |
The key encryption key (KEK)
Definition at line 899 of file dao_liquid_crypto.h.