Searched refs:block_crc (Results 1 – 10 of 10) sorted by relevance
85 uint32_t block_crc; member105 …uint32_t block_crc; /* note: crc covers all bytes in the structure before it, regardless of versio… member
80 uint32_t block_crc; member
69 uint32_t block_crc; member
82 …uint32_t block_crc; /* note: crc covers all bytes in the structure before it, regardless of versio… member
92 uint32_t block_crc; member
63 uint32_t block_crc; member
61 || block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()
43 || block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()
37 if (block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()