Home
last modified time | relevance | path

Searched refs:sb_sections_header (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dmxsimage.c151 struct sb_sections_header payload;
324 struct sb_sections_header *shdr; in sb_encrypt_sb_sections_header()
713 struct sb_sections_header *shdr; in sb_build_section()
1341 sizeof(struct sb_sections_header) / SB_BLOCK_SIZE; in sb_prefill_image_header()
1412 struct sb_sections_header *shdr; in sb_fixup_sections_and_tags()
1748 sz = sizeof(struct sb_sections_header) / SB_BLOCK_SIZE; in sb_verify_image_header()
1944 struct sb_sections_header *shdr; in sb_verify_sections_cmds()
2263 ictx->sect_count * sizeof(struct sb_sections_header) + in sb_build_image()
2282 memcpy(iptr, &sctx->payload, sizeof(struct sb_sections_header)); in sb_build_image()
2283 iptr += sizeof(struct sb_sections_header); in sb_build_image()
Dmxsimage.h124 struct sb_sections_header { struct