Lines Matching refs:sb_boot_image_header
183 struct sb_boot_image_header payload;
258 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_aes_reinit()
313 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_encrypt_sb_header()
1317 struct sb_boot_image_header *hdr = &ictx->payload; in sb_prefill_image_header()
1340 sizeof(struct sb_boot_image_header) / SB_BLOCK_SIZE; in sb_prefill_image_header()
1356 struct sb_boot_image_header *hdr = &ictx->payload; in sb_postfill_image_header()
1400 sizeof(struct sb_boot_image_header) - in sb_postfill_image_header()
1411 struct sb_boot_image_header *ihdr = &ictx->payload; in sb_fixup_sections_and_tags()
1654 struct sb_boot_image_header *hdr = &ictx->payload; in sb_verify_image_header()
1678 sizeof(struct sb_boot_image_header) - in sb_verify_image_header()
1741 sz = sizeof(struct sb_boot_image_header) / SB_BLOCK_SIZE; in sb_verify_image_header()
1944 struct sb_boot_image_header *hdr = &ictx->payload; in sb_verify_sections_cmds()
2225 struct sb_boot_image_header *hdr; in mxsimage_verify_header()
2230 hdr = (struct sb_boot_image_header *)ptr; in mxsimage_verify_header()
2254 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_build_image()