Searched refs:bootloader_common_get_sha256_of_partition (Results 1 – 5 of 5) sorted by relevance
/device/soc/esp/esp32/components/spi_flash/sim/stubs/bootloader_support/include/ |
D | bootloader_common.h | 20 esp_err_t bootloader_common_get_sha256_of_partition(uint32_t address, uint32_t size, int type, uint…
|
/device/soc/esp/esp32/components/spi_flash/sim/stubs/bootloader_support/src/ |
D | bootloader_common.c | 16 esp_err_t bootloader_common_get_sha256_of_partition (uint32_t address, uint32_t size, int type, uin… in bootloader_common_get_sha256_of_partition() function
|
/device/soc/esp/esp32/components/bootloader_support/include/ |
D | bootloader_common.h | 129 esp_err_t bootloader_common_get_sha256_of_partition(uint32_t address, uint32_t size, int type, uint…
|
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_common.c | 154 esp_err_t bootloader_common_get_sha256_of_partition (uint32_t address, uint32_t size, int type, uin… in bootloader_common_get_sha256_of_partition() function
|
/device/soc/esp/esp32/components/spi_flash/ |
D | partition.c | 564 …return bootloader_common_get_sha256_of_partition(partition->address, partition->size, partition->t… in esp_partition_get_sha256()
|