Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c79 uint16_t hdr_size; in bootutil_img_hash() local
98 (void)hdr_size; in bootutil_img_hash()
147 size = hdr_size = hdr->ih_hdr_size; in bootutil_img_hash()
174 if ((off < hdr_size) && ((off + blk_sz) > hdr_size)) { in bootutil_img_hash()
176 blk_sz = hdr_size - off; in bootutil_img_hash()
198 if (off >= hdr_size && off < tlv_off) { in bootutil_img_hash()
199 blk_off = (off - hdr_size) & 0xf; in bootutil_img_hash()
200 boot_enc_decrypt(enc_state, slot, off - hdr_size, in bootutil_img_hash()
/mcuboot-latest/samples/compression_test/
Dindependent_cmp.c21 uint16_t hdr_size; member
60 int lzma_stream_offset = ih.hdr_size + LZMA_HEADER_SIZE; in main()
/mcuboot-latest/scripts/
Dmcubin.bt60 uint16 hdr_size <format=hex>;
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs45 hdr_size: u16, field
/mcuboot-latest/sim/src/
Dimage.rs1841 hdr_size: HDR_SIZE as u16, in install_image()
2236 hdr_size: u16, field