Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs130 pub fn boot_max_align() -> usize { in boot_max_align() function
131 unsafe { raw::boot_max_align() as usize } in boot_max_align()
184 pub fn boot_max_align() -> u32; in boot_max_align() function
/mcuboot-latest/sim/src/
Dimage.rs174 let offset_from_end = c::boot_magic_sz() + c::boot_max_align() * 4; in new()
2117 let offset = slot.trailer_off + c::boot_max_align(); in verify_trailer()
2119 let mut copy = vec![0u8; c::boot_magic_sz() + c::boot_max_align() * 3]; in verify_trailer()
2128 let magic_off = (c::boot_max_align() * 3) + (c::boot_magic_sz() - MAGIC.len()); in verify_trailer()
2149 let image_ok_off = c::boot_max_align() * 2; in verify_trailer()
2162 let copy_done_off = c::boot_max_align(); in verify_trailer()
2288 let offset = slot.trailer_off + c::boot_max_align() * 4; in mark_upgrade()
2293 let mut buf = vec![dev.erased_val(); c::boot_max_align()]; in mark_upgrade()
2316 let off = slot.trailer_off + c::boot_max_align() * 3; in mark_permanent_upgrade()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c538 uint32_t boot_max_align(void) in boot_max_align() function