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,
848 uint32_t boot_image_component_count = image_header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local850 if (boot_image_component_count > expected_image_component_count) { in ValidateBootImageChecksum()852 boot_image_component_count, in ValidateBootImageChecksum()861 for (size_t component_count = 0u; component_count != boot_image_component_count; ) { in ValidateBootImageChecksum()863 if (current_header.GetComponentCount() > boot_image_component_count - component_count) { in ValidateBootImageChecksum()867 boot_image_component_count, in ValidateBootImageChecksum()1401 uint32_t boot_image_component_count; member1725 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local1726 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()1729 boot_image_component_count, in ValidateBootImageChecksum()[all …]