Searched refs:SIG_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
44 SIG_BLOCK_SIZE = ( variable441 if len(signature_sector) % SIG_BLOCK_SIZE != 0:517 and len(signature_sector) > SIG_BLOCK_SIZE * 3518 and len(signature_sector) % SIG_BLOCK_SIZE != 0522 total_sig_blocks = len(signature_sector) // SIG_BLOCK_SIZE623 if len(signature_block) != SIG_BLOCK_SIZE:685 if len(signature_block) != SIG_BLOCK_SIZE:801 offset = -SECTOR_SIZE + sig_blk_num * SIG_BLOCK_SIZE802 sig_blk = image_content[offset : offset + SIG_BLOCK_SIZE]803 assert len(sig_blk) == SIG_BLOCK_SIZE[all …]