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