Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py44 SIG_BLOCK_SIZE = ( variable
441 if len(signature_sector) % SIG_BLOCK_SIZE != 0:
517 and len(signature_sector) > SIG_BLOCK_SIZE * 3
518 and len(signature_sector) % SIG_BLOCK_SIZE != 0
522 total_sig_blocks = len(signature_sector) // SIG_BLOCK_SIZE
623 if len(signature_block) != SIG_BLOCK_SIZE:
685 if len(signature_block) != SIG_BLOCK_SIZE:
801 offset = -SECTOR_SIZE + sig_blk_num * SIG_BLOCK_SIZE
802 sig_blk = image_content[offset : offset + SIG_BLOCK_SIZE]
803 assert len(sig_blk) == SIG_BLOCK_SIZE
[all …]