Searched refs:crc0 (Results 1 – 1 of 1) sorted by relevance
1134 int crc0, crc0_ok; in fw_env_open() local1183 crc0 = crc32 (0, (uint8_t *) environment.data, ENV_SIZE); in fw_env_open()1192 crc0_ok = (crc0 == *environment.crc); in fw_env_open()