Searched refs:SB_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
14 #define SB_BLOCK_SIZE 16 macro89 uint8_t cbc_mac[SB_BLOCK_SIZE];91 uint8_t key[SB_BLOCK_SIZE];
469 roundup_size = roundup(real_size, SB_BLOCK_SIZE); in sb_load_file()975 asize = roundup(dctx->size, SB_BLOCK_SIZE); in sb_build_command_load()999 if (cctx->length & (SB_BLOCK_SIZE - 1)) { in sb_build_command_load()1342 sizeof(struct sb_sections_header) / SB_BLOCK_SIZE; in sb_prefill_image_header()1366 hdr->image_blocks += kd_size / SB_BLOCK_SIZE; in sb_postfill_image_header()1371 hdr->image_blocks += sctx->size / SB_BLOCK_SIZE; in sb_postfill_image_header()1582 ictx->sect_tail->size / SB_BLOCK_SIZE; in sb_parse_line()1762 if (hdr->image_blocks != fsize / SB_BLOCK_SIZE) in sb_verify_image_header()1843 asize = roundup(cctx->length, SB_BLOCK_SIZE); in sb_verify_command()1994 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()[all …]
Completed in 8 milliseconds