Searched refs:computed_crc32 (Results 1 – 2 of 2) sorted by relevance
129 uint32_t computed_crc32 = GetBootloaderControlCRC(&boot_ctrl); in BootControlInit() local130 if (boot_ctrl.crc32_le != computed_crc32) { in BootControlInit()133 computed_crc32, boot_ctrl.crc32_le); in BootControlInit()
228 uint32_t computed_crc32 = BootloaderControlLECRC(&boot_ctrl); in Init() local229 if (boot_ctrl.crc32_le != computed_crc32) { in Init()230 LOG(WARNING) << "Invalid boot control found, expected CRC-32 0x" << std::hex << computed_crc32 in Init()