Searched refs:expected_crc (Results 1 – 4 of 4) sorted by relevance
160 expected_crc = f.get('crc32', None)161 if not expected_crc:168 assert expected_crc in output200 expected_crc = f.get('crc32', None)201 if not expected_crc:208 assert expected_crc in output
131 expected_crc = f.get('crc32', None)132 if not expected_crc:139 assert expected_crc in output
102 u32 expected_crc, in gzwrite_progress_finish() argument112 expected_crc, calculated_crc); in gzwrite_progress_finish()129 u32 expected_crc; in gzwrite() local175 memcpy(&expected_crc, src + len - 8, sizeof(expected_crc)); in gzwrite()176 expected_crc = le32_to_cpu(expected_crc); in gzwrite()257 (crc != expected_crc)) in gzwrite()264 expected_crc, crc); in gzwrite()
440 u32 expected_crc,