Searched refs:crc32_state (Results 1 – 3 of 3) sorted by relevance
137 void crc32_init(crc32_state *ctx) in crc32_init()143 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length) in crc32_update()157 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size) in crc32_finish()183 crc32_state ctx; in crc32_test()
132 } crc32_state; typedef134 void crc32_init(crc32_state *ctx);135 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length);136 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size);
279 SZ_STRINGIFY_T(crc32_state),
Completed in 3 milliseconds