Searched refs:crc_offset (Results 1 – 3 of 3) sorted by relevance
2581 u16 img_optype, u32 img_offset, u32 crc_offset) in be_cmd_get_flash_crc() argument2602 req->params.offset = cpu_to_le32(img_offset + crc_offset); in be_cmd_get_flash_crc()2604 req->params.offset = cpu_to_le32(crc_offset); in be_cmd_get_flash_crc()2672 u32 crc_offset; in be_check_flash_crc() local2681 crc_offset = hdr_size + img_offset + img_size - 4; in be_check_flash_crc()2684 if (!memcmp(crc, p + crc_offset, 4)) in be_check_flash_crc()
814 u8 crc_offset = size - 4; in ps_get_report() local815 u32 report_crc = get_unaligned_le32(&buf[crc_offset]); in ps_get_report()817 if (!ps_check_crc32(PS_FEATURE_CRC32_SEED, buf, crc_offset, report_crc)) { in ps_get_report()
3968 size_t crc_offset = 0; in sanity_check_raw_super() local3979 crc_offset = le32_to_cpu(raw_super->checksum_offset); in sanity_check_raw_super()3980 if (crc_offset != in sanity_check_raw_super()3983 crc_offset); in sanity_check_raw_super()3987 if (crc != f2fs_crc32(raw_super, crc_offset)) { in sanity_check_raw_super()