Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lzma_check_state Struct Reference

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.
 

Detailed Description

Structure to hold internal state of the check being calculated.

Note
This is not in the public API because this structure may change in future if new integrity check algorithms are added.

Field Documentation

◆ [union] [1/3]

union { ... } buffer

Buffer to hold the final result and a temporary buffer for SHA256.

◆ [union] [2/3]

union { ... } buffer

Buffer to hold the final result and a temporary buffer for SHA256.

◆ [union] [3/3]

union { ... } buffer

Buffer to hold the final result and a temporary buffer for SHA256.

◆ crc32

uint32_t crc32

◆ crc64

uint64_t crc64

◆ sha256

◆ [union] [1/3]

union { ... } state

Check-specific data.

◆ [union] [2/3]

union { ... } state

Check-specific data.

◆ [union] [3/3]

union { ... } state

Check-specific data.

◆ u32

uint32_t u32[16]

◆ u64

uint64_t u64[8]

◆ u8

uint8_t u8[64]

The documentation for this struct was generated from the following files: