| 
    Data Accelerator Offload
    
   | 
 
#include <dao_liquid_crypto.h>
Data Fields | |
| enum dao_lc_sym_opcode | opcode | 
| uint16_t | iv_len | 
The liquid crypto symmetric context.
Definition at line 785 of file dao_liquid_crypto.h.
| enum dao_lc_sym_opcode opcode | 
The operation code
Definition at line 787 of file dao_liquid_crypto.h.
| uint16_t iv_len | 
IV length
Definition at line 789 of file dao_liquid_crypto.h.
| struct dao_lc_sym_fc_ctx fc | 
Flexi Crypto context
Definition at line 792 of file dao_liquid_crypto.h.
| struct dao_lc_hmac_hash_ctx hash | 
HMAC Hash context
Definition at line 794 of file dao_liquid_crypto.h.
| struct dao_lc_aes_key_wrap_ctx aes_key_wrap | 
AES Key Wrap context
Definition at line 796 of file dao_liquid_crypto.h.