Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsimage.h14 #define SB_BLOCK_SIZE 16 macro
89 uint8_t cbc_mac[SB_BLOCK_SIZE];
91 uint8_t key[SB_BLOCK_SIZE];
H A Dmxsimage.c468 roundup_size = roundup(real_size, SB_BLOCK_SIZE); in sb_load_file()
974 asize = roundup(dctx->size, SB_BLOCK_SIZE); in sb_build_command_load()
998 if (cctx->length & (SB_BLOCK_SIZE - 1)) { in sb_build_command_load()
1341 sizeof(struct sb_sections_header) / SB_BLOCK_SIZE; in sb_prefill_image_header()
1365 hdr->image_blocks += kd_size / SB_BLOCK_SIZE; in sb_postfill_image_header()
1370 hdr->image_blocks += sctx->size / SB_BLOCK_SIZE; in sb_postfill_image_header()
1581 ictx->sect_tail->size / SB_BLOCK_SIZE; in sb_parse_line()
1761 if (hdr->image_blocks != fsize / SB_BLOCK_SIZE) in sb_verify_image_header()
1842 asize = roundup(cctx->length, SB_BLOCK_SIZE); in sb_verify_command()
1993 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
[all …]