|
Data Accelerator Offload
|
#include <dao_liquid_crypto.h>
Data Fields | |
| enum dao_lc_sym_opcode | opcode |
| uint16_t | iv_len |
| bool | is_chained_cipher |
| enum dao_lc_fc_chain_order | chain_order |
The liquid crypto symmetric context.
Definition at line 905 of file dao_liquid_crypto.h.
| enum dao_lc_sym_opcode opcode |
The operation code
Definition at line 907 of file dao_liquid_crypto.h.
| uint16_t iv_len |
IV length
Definition at line 909 of file dao_liquid_crypto.h.
| bool is_chained_cipher |
Chained cipher
Definition at line 911 of file dao_liquid_crypto.h.
| enum dao_lc_fc_chain_order chain_order |
Chained cipher order
Definition at line 913 of file dao_liquid_crypto.h.
| struct dao_lc_sym_fc_ctx fc |
Flexi Crypto context
Definition at line 916 of file dao_liquid_crypto.h.
| struct dao_lc_hmac_hash_ctx hash |
HMAC Hash context
Definition at line 918 of file dao_liquid_crypto.h.
| struct dao_lc_aes_key_wrap_ctx aes_key_wrap |
AES Key Wrap context
Definition at line 920 of file dao_liquid_crypto.h.