Searched refs:expected_crc (Results 1 – 5 of 5) sorted by relevance
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()
159 expected_crc = f.get('crc32', None)160 if not expected_crc:167 assert expected_crc in output199 expected_crc = f.get('crc32', None)200 if not expected_crc:207 assert expected_crc in output
131 expected_crc = f.get('crc32', None)132 if not expected_crc:139 assert expected_crc in output
457 u32 expected_crc,
472 uint32_t expected_crc = in ReadDebugLink() local489 if (actual_crc != expected_crc) { in ReadDebugLink()