Searched refs:_hdr (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 21 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()
|
D | firmware_loader.c | 25 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/ |
D | single_loader.c | 21 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/ |
D | boot_serial_encryption.c | 234 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()
|