Searched refs:computed_crc32 (Results 1 – 1 of 1) sorted by relevance
232 uint32_t computed_crc32 = BootloaderControlLECRC(&boot_ctrl); in BootControl_lazyInitialization() local233 if (boot_ctrl.crc32_le != computed_crc32) { in BootControl_lazyInitialization()234 LOG(WARNING) << "Invalid boot control found, expected CRC-32 0x" << std::hex << computed_crc32 in BootControl_lazyInitialization()