Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | N 5 |
#define | W 4 |
#define | POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ |
Functions | |
z_crc_t multmodp | OF ((z_crc_t a, z_crc_t b)) |
z_crc_t x2nmodp | OF ((z_off64_t n, unsigned k)) |
z_crc_t | multmodp (z_crc_t a, z_crc_t b) |
z_crc_t | x2nmodp (z_off64_t n, unsigned k) |
const z_crc_t FAR *ZEXPORT | get_crc_table () |
unsigned long ZEXPORT | crc32_z (unsigned long crc, const unsigned char FAR *buf, z_size_t len) |
unsigned long ZEXPORT | crc32 (unsigned long crc, const unsigned char FAR *buf, uInt len) |
uLong ZEXPORT | crc32_combine64 (uLong crc1, uLong crc2, z_off64_t len2) |
uLong ZEXPORT | crc32_combine (uLong crc1, uLong crc2, z_off_t len2) |
uLong ZEXPORT | crc32_combine_gen64 (z_off64_t len2) |
uLong ZEXPORT | crc32_combine_gen (z_off_t len2) |
uLong | crc32_combine_op (uLong crc1, uLong crc2, uLong op) |
Definition at line 1063 of file crc32.c.
References crc32_z(), and len.
Referenced by _zip_string_crc32(), crc_read(), deflate(), deflateResetKeep(), gunpipe(), gzinit(), gzscan(), gztack(), inflate(), log_append(), LZ4F_makeBlock(), oabd_sys_write(), out(), read_buf(), search_collisions(), test_file(), unzReadCurrentFile(), update_keys(), zip_source_crc_create(), zipCloseFileInZipRaw(), zipCloseFileInZipRaw64(), and zipWriteInFileInZip().
Definition at line 1084 of file crc32.c.
References crc32_combine64().
Referenced by gzcopy(), and gzip_normalize().
Definition at line 1072 of file crc32.c.
References multmodp(), once, and x2nmodp().
Referenced by crc32_combine().
Definition at line 586 of file crc32.c.
References crc_table, FAR, and once.
Referenced by unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().
Definition at line 542 of file crc32.c.
References a, b, regress::m, p, and POLY.
Referenced by crc32_combine64(), crc32_combine_op(), and x2nmodp().
Definition at line 566 of file crc32.c.
References k, multmodp(), n, p, and x2n_table.
Referenced by crc32_combine64(), and crc32_combine_gen64().