Searched refs:CRC_SIZE (Results 1 – 1 of 1) sorted by relevance
32 #define CRC_SIZE (sizeof(uint32_t)) macro61 env_readout.length() <= (FLAGS_env_size - CRC_SIZE - NULL_PAD_LENGTH), in MkenvimageSlimMain()65 uint8_t* env_ptr = env_buffer.data() + CRC_SIZE; in MkenvimageSlimMain()68 uint32_t crc = crc32(0, env_ptr, FLAGS_env_size - CRC_SIZE); in MkenvimageSlimMain()