Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/
Dsingle_loader.c21 static struct image_header _hdr = { 0 }; variable
110 rc = boot_image_load_header(_fa_p, &_hdr); in boot_go()
115 FIH_CALL(boot_image_validate, fih_rc, _fa_p, &_hdr); in boot_go()
120 FIH_CALL(boot_image_validate_once, fih_rc, _fa_p, &_hdr); in boot_go()
130 rsp->br_hdr = &_hdr; in boot_go()
Dfirmware_loader.c25 static struct image_header _hdr = { 0 }; variable
114 rc = boot_image_load_header(_fa_p, &_hdr); in validate_image_slot()
120 FIH_CALL(boot_image_validate, fih_rc, _fa_p, &_hdr); in validate_image_slot()
125 FIH_CALL(boot_image_validate_once, fih_rc, _fa_p, &_hdr); in validate_image_slot()
135 rsp->br_hdr = &_hdr; in validate_image_slot()
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c21 static struct image_header _hdr = { 0 }; variable
110 rc = boot_image_load_header(_fa_p, &_hdr); in boot_go()
115 FIH_CALL(boot_image_validate, fih_rc, _fa_p, &_hdr); in boot_go()
120 FIH_CALL(boot_image_validate_once, fih_rc, _fa_p, &_hdr); in boot_go()
130 rsp->br_hdr = &_hdr; in boot_go()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c234 FIH_CALL(boot_image_validate_encrypted,fih_rc,fa_p,&_hdr,tmpbuf,BOOT_TMPBUF_SZ); in decrypt_image_inplace()
283 struct image_header _hdr = { 0 }; in boot_handle_enc_fw() local
286 rc = boot_image_load_header(flash_area, &_hdr); in boot_handle_enc_fw()
291 if (IS_ENCRYPTED(&_hdr)) { in boot_handle_enc_fw()
293 FIH_CALL(decrypt_image_inplace,fih_rc,flash_area,&_hdr); in boot_handle_enc_fw()