| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/file_compression/file_compression_core.h>

Data Fields | |
| uint64_t | expected_checksum |
| uint32_t | expected_file_chunks |
| uint32_t | received_file_chunks |
| uint32_t | received_file_length |
| char * | compressed_file |
| uint32_t | expected_sha_len |
| uint8_t * | expected_sha |
| char * | sha_src_data |
| struct doca_buf * | sha_src_buf |
| struct doca_sha_task_hash * | sha_hash_task |
| struct doca_sha_task_partial_hash * | sha_partial_hash_task |
| struct program_core_objects * | sha_state |
| size_t | active_sha_tasks |
| int | fd |
Definition at line 60 of file file_compression_core.h.
| size_t server_runtime_data::active_sha_tasks |
Definition at line 69 of file file_integrity_core.h.
| char* server_runtime_data::compressed_file |
Definition at line 65 of file file_compression_core.h.
| uint64_t server_runtime_data::expected_checksum |
Definition at line 61 of file file_compression_core.h.
| uint32_t server_runtime_data::expected_file_chunks |
Definition at line 62 of file file_compression_core.h.
| uint8_t* server_runtime_data::expected_sha |
Definition at line 61 of file file_integrity_core.h.
| uint32_t server_runtime_data::expected_sha_len |
Definition at line 60 of file file_integrity_core.h.
| int server_runtime_data::fd |
Definition at line 70 of file file_integrity_core.h.
| uint32_t server_runtime_data::received_file_chunks |
Definition at line 63 of file file_compression_core.h.
| uint32_t server_runtime_data::received_file_length |
Definition at line 64 of file file_compression_core.h.
| struct doca_sha_task_hash* server_runtime_data::sha_hash_task |
Definition at line 66 of file file_integrity_core.h.
| struct doca_sha_task_partial_hash* server_runtime_data::sha_partial_hash_task |
Definition at line 67 of file file_integrity_core.h.
| struct doca_buf* server_runtime_data::sha_src_buf |
Definition at line 65 of file file_integrity_core.h.
| char* server_runtime_data::sha_src_data |
Definition at line 64 of file file_integrity_core.h.
| struct program_core_objects* server_runtime_data::sha_state |
Definition at line 68 of file file_integrity_core.h.