Data Accelerator Offload
|
#include <dao_liquid_crypto.h>
Data Fields | |
void * | data |
uint32_t | seg_len |
struct dao_lc_buf * | next |
The liquid crypto buffer
Definition at line 29 of file dao_liquid_crypto.h.
void* data |
The data buffer Total pkt len: sum of all segments. Need to be set only for the first segment.
Definition at line 31 of file dao_liquid_crypto.h.
uint32_t seg_len |
The length of the data buffer
Definition at line 35 of file dao_liquid_crypto.h.
struct dao_lc_buf* next |
Pointer to the next buffer
Definition at line 37 of file dao_liquid_crypto.h.