liberasurecode
1.5.0
Erasure Code API library
|
#include <sys/param.h>
Go to the source code of this file.
Macros | |
#define | POLY_CRC_32 0x11EDC6F41 |
Functions | |
int | crc32 (int crc, const void *buf, size_t size) |
Variables | |
static int | crc32_tab [] |
int crc32 | ( | int | crc, |
const void * | buf, | ||
size_t | size | ||
) |
Definition at line 119 of file crc32.c.
Referenced by is_invalid_fragment_header(), liberasurecode_get_fragment_metadata(), set_checksum(), and set_metadata_chksum().