![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Structure to hold internal state of the check being calculated. More...
#include <check.h>
Data Fields | ||
| union { | ||
| uint8_t u8 [64] | ||
| uint32_t u32 [16] | ||
| uint64_t u64 [8] | ||
| } | buffer | |
| Buffer to hold the final result and a temporary buffer for SHA256. | ||
| union { | ||
| uint32_t crc32 | ||
| uint64_t crc64 | ||
| lzma_sha256_state sha256 | ||
| } | state | |
| Check-specific data. | ||
| union { | ||
| uint8_t u8 [64] | ||
| uint32_t u32 [16] | ||
| uint64_t u64 [8] | ||
| } | buffer | |
| Buffer to hold the final result and a temporary buffer for SHA256. | ||
| union { | ||
| uint32_t crc32 | ||
| uint64_t crc64 | ||
| lzma_sha256_state sha256 | ||
| } | state | |
| Check-specific data. | ||
| union { | ||
| uint8_t u8 [64] | ||
| uint32_t u32 [16] | ||
| uint64_t u64 [8] | ||
| } | buffer | |
| Buffer to hold the final result and a temporary buffer for SHA256. | ||
| union { | ||
| uint32_t crc32 | ||
| uint64_t crc64 | ||
| lzma_sha256_state sha256 | ||
| } | state | |
| Check-specific data. | ||
Structure to hold internal state of the check being calculated.
| union { ... } buffer |
Buffer to hold the final result and a temporary buffer for SHA256.
| union { ... } buffer |
Buffer to hold the final result and a temporary buffer for SHA256.
| union { ... } buffer |
Buffer to hold the final result and a temporary buffer for SHA256.
| uint32_t crc32 |
| uint64_t crc64 |
| lzma_sha256_state sha256 |
| union { ... } state |
Check-specific data.
| union { ... } state |
Check-specific data.
| union { ... } state |
Check-specific data.
| uint32_t u32[16] |
| uint64_t u64[8] |
| uint8_t u8[64] |