Lines Matching refs:sb_boot_image_header
182 struct sb_boot_image_header payload;
257 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_aes_reinit()
312 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_encrypt_sb_header()
1316 struct sb_boot_image_header *hdr = &ictx->payload; in sb_prefill_image_header()
1339 sizeof(struct sb_boot_image_header) / SB_BLOCK_SIZE; in sb_prefill_image_header()
1355 struct sb_boot_image_header *hdr = &ictx->payload; in sb_postfill_image_header()
1399 sizeof(struct sb_boot_image_header) - in sb_postfill_image_header()
1410 struct sb_boot_image_header *ihdr = &ictx->payload; in sb_fixup_sections_and_tags()
1653 struct sb_boot_image_header *hdr = &ictx->payload; in sb_verify_image_header()
1677 sizeof(struct sb_boot_image_header) - in sb_verify_image_header()
1740 sz = sizeof(struct sb_boot_image_header) / SB_BLOCK_SIZE; in sb_verify_image_header()
1943 struct sb_boot_image_header *hdr = &ictx->payload; in sb_verify_sections_cmds()
2224 struct sb_boot_image_header *hdr; in mxsimage_verify_header()
2229 hdr = (struct sb_boot_image_header *)ptr; in mxsimage_verify_header()
2253 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_build_image()