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