Lines Matching refs:crc32
31 #include <linux/crc32.h>
103 u32 crc32;
110 u32 crc32;
322 swsusp_header->crc32 = handle->crc32;
587 u32 *crc32; /* points to handle's crc32 */
612 *d->crc32 = crc32_le(*d->crc32,
767 handle->crc32 = 0;
768 crc->crc32 = &handle->crc32;
1289 handle->crc32 = 0;
1290 crc->crc32 = &handle->crc32;
1497 if(handle->crc32 != swsusp_header->crc32) {