Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dsecure_boot.h85 uint32_t block_crc; member
105 …uint32_t block_crc; /* note: crc covers all bytes in the structure before it, regardless of versio… member
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/
Dsecure_boot.h85 uint32_t block_crc; member
105 …uint32_t block_crc; /* note: crc covers all bytes in the structure before it, regardless of versio… member
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dsecure_boot.h80 uint32_t block_crc; member
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dsecure_boot.h69 uint32_t block_crc; member
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/
Dsecure_boot.h82 …uint32_t block_crc; /* note: crc covers all bytes in the structure before it, regardless of versio… member
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/
Dsecure_boot.h92 uint32_t block_crc; member
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/
Dsecure_boot.h63 uint32_t block_crc; member
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_bootloader.c61 || block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()
Dsecure_boot_signatures_app.c43 || block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()
Dsecure_boot.c37 if (block->block_crc != esp_rom_crc32_le(0, (uint8_t *)block, CRC_SIGN_BLOCK_LEN)) { in validate_signature_block()