Searched refs:boot_image_component_count (Results 1 – 3 of 3) sorted by relevance
48 uint32_t boot_image_component_count, in ImageHeader() argument63 boot_image_component_count_(boot_image_component_count), in ImageHeader()
140 uint32_t boot_image_component_count,
852 boot_image_component_count, in ValidateBootImageChecksum()867 boot_image_component_count, in ValidateBootImageChecksum()1401 uint32_t boot_image_component_count; member1726 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()1729 boot_image_component_count, in ValidateBootImageChecksum()1737 if (component_count == boot_image_component_count) { in ValidateBootImageChecksum()1747 boot_image_component_count, in ValidateBootImageChecksum()1756 DCHECK_LE(component_count, boot_image_component_count); in ValidateBootImageChecksum()1757 if (component_count != boot_image_component_count) { in ValidateBootImageChecksum()1760 boot_image_component_count, in ValidateBootImageChecksum()[all …]