Home
last modified time | relevance | path

Searched refs:expected_crc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_net.py160 expected_crc = f.get('crc32', None)
161 if not expected_crc:
168 assert expected_crc in output
200 expected_crc = f.get('crc32', None)
201 if not expected_crc:
208 assert expected_crc in output
H A Dtest_efi_loader.py131 expected_crc = f.get('crc32', None)
132 if not expected_crc:
139 assert expected_crc in output
/openbmc/u-boot/lib/
H A Dgunzip.c102 u32 expected_crc, in gzwrite_progress_finish() argument
112 expected_crc, calculated_crc); in gzwrite_progress_finish()
129 u32 expected_crc; in gzwrite() local
175 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()
/openbmc/u-boot/include/
H A Dcommon.h440 u32 expected_crc,