Home
last modified time | relevance | path

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

/linux/drivers/mtd/parsers/
H A Dparser_imagetag.c33 u32 computed_crc; in bcm963xx_read_imagetag() local
42 computed_crc = crc32_le(IMAGETAG_CRC_START, (u8 *)buf, in bcm963xx_read_imagetag()
44 if (computed_crc == buf->header_crc) { in bcm963xx_read_imagetag()
55 name, tag_offset, buf->header_crc, computed_crc); in bcm963xx_read_imagetag()