Home
last modified time | relevance | path

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

/hardware/ti/am57x/bootctrl/
Dboot_control.cc55 offsetof(bootloader_control, crc32_le)); in GetBootloaderControlCRC()
71 boot_ctrl->crc32_le = GetBootloaderControlCRC(boot_ctrl); in SaveBootloaderControl()
130 if (boot_ctrl.crc32_le != computed_crc32) { in BootControlInit()
133 computed_crc32, boot_ctrl.crc32_le); in BootControlInit()
Dbootloader_message.h173 uint32_t crc32_le; member
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp77 CRC32(reinterpret_cast<const uint8_t*>(boot_ctrl), offsetof(bootloader_control, crc32_le))); in BootloaderControlLECRC()
98 buffer->crc32_le = BootloaderControlLECRC(buffer); in UpdateAndSaveBootloaderControl()
181 boot_ctrl->crc32_le = BootloaderControlLECRC(boot_ctrl); in InitDefaultBootloaderControl()
229 if (boot_ctrl.crc32_le != computed_crc32) { in Init()
231 << " but found 0x" << std::hex << boot_ctrl.crc32_le << ". Re-initializing."; in Init()
/hardware/interfaces/boot/1.1/default/boot_control/include/private/
Dboot_control_definition.h103 uint32_t crc32_le; member