Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.py132 expected_crc = f.get('crc32', None)
133 if not expected_crc:
140 assert expected_crc in output
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c114 u32 expected_crc, in gzwrite_progress_finish() argument
124 expected_crc, calculated_crc); in gzwrite_progress_finish()
141 u32 expected_crc; in gzwrite() local
187 memcpy(&expected_crc, src + len - 8, sizeof(expected_crc)); in gzwrite()
188 expected_crc = le32_to_cpu(expected_crc); in gzwrite()
269 (crc != expected_crc)) in gzwrite()
276 expected_crc, crc); in gzwrite()
/rk3399_rockchip-uboot/include/
H A Dcommon.h663 u32 expected_crc,