Searched refs:crc32_data_len (Results 1 – 1 of 1) sorted by relevance
108 size_t crc32_data_len; in u_boot_env_parse() local143 crc32_data_len = priv->mtd->size - crc32_data_offset; in u_boot_env_parse()146 calc = crc32(~0, buf + crc32_data_offset, crc32_data_len) ^ ~0L; in u_boot_env_parse()