Searched refs:host_crc (Results 1 – 1 of 1) sorted by relevance
4790 unsigned long host_crc, target_crc; in compare_sections_command() local4831 host_crc = crc32 ((unsigned char *) sectdata, size, 0xffffffff); in compare_sections_command()4845 if (host_crc == target_crc) in compare_sections_command()