Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs1795 const HDR_SIZE: usize = 32; in install_image() regex
1814 slot_len, HDR_SIZE, trailer); in install_image()
1815 slot_len - HDR_SIZE - trailer - tlv_len in install_image()
1829 slot_len, HDR_SIZE, trailer); in install_image()
1832 slot_len - HDR_SIZE - trailer - tlv_len - sector_offset + dev.align()*4 in install_image()
1841 hdr_size: HDR_SIZE as u16, in install_image()
1849 let mut b_header = [0; HDR_SIZE]; in install_image()
1851 assert_eq!(b_header.len(), HDR_SIZE); in install_image()