![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Single API to access different integrity checks. More...
#include "check.h"
Functions | |
LZMA_API (lzma_bool) | |
LZMA_API (uint32_t) | |
void | lzma_check_init (lzma_check_state *check, lzma_check type) |
Initialize *check depending on type. | |
void | lzma_check_update (lzma_check_state *check, lzma_check type, const uint8_t *buf, size_t size) |
Update the check state. | |
void | lzma_check_finish (lzma_check_state *check, lzma_check type) |
Finish the check calculation and store the result to check->buffer.u8. | |
Single API to access different integrity checks.
|
extern |
|
extern |
|
extern |
Finish the check calculation and store the result to check->buffer.u8.
|
extern |
Initialize *check depending on type.
|
extern |
Update the check state.