Home
last modified time | relevance | path

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

/mcuboot-3.4.0/sim/src/
Dimage.rs1666 const HDR_SIZE: usize = 32; in install_image() regex
1681 slot_len, HDR_SIZE, trailer); in install_image()
1682 slot_len - HDR_SIZE - trailer - tlv_len in install_image()
1688 slot_len, HDR_SIZE, trailer); in install_image()
1691 slot_len - HDR_SIZE - trailer - tlv_len + dev.align()*4 in install_image()
1700 hdr_size: HDR_SIZE as u16, in install_image()
1708 let mut b_header = [0; HDR_SIZE]; in install_image()
1710 assert_eq!(b_header.len(), HDR_SIZE); in install_image()