|
Data Accelerator Offload
|
#include <dao_liquid_crypto.h>
Data Fields | |
| uint8_t * | in_data |
| uint8_t * | out_data |
| uint32_t | in_data_len |
| uint32_t | out_data_len |
Decompress operation request parameters
Definition at line 557 of file dao_liquid_crypto.h.
| uint8_t* in_data |
Pointer to compressed input data (Deflate format)
Definition at line 559 of file dao_liquid_crypto.h.
| uint8_t* out_data |
Pointer to output buffer where decompressed data will be written
Definition at line 561 of file dao_liquid_crypto.h.
| uint32_t in_data_len |
Length of compressed input data in bytes
Definition at line 563 of file dao_liquid_crypto.h.
| uint32_t out_data_len |
Size of the output buffer in bytes (expected decompressed size)
Definition at line 565 of file dao_liquid_crypto.h.