Home
last modified time | relevance | path

Searched refs:computed_crc32 (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/boot_control/
Dboot_control.cpp232 uint32_t computed_crc32 = BootloaderControlLECRC(&boot_ctrl); in BootControl_lazyInitialization() local
233 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()