Home
last modified time | relevance | path

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/
Dbootloader_common.h20 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/
Dbootloader_common.c16 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/
Dbootloader_common.h129 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/
Dbootloader_common.c154 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/
Dpartition.c564 …return bootloader_common_get_sha256_of_partition(partition->address, partition->size, partition->t… in esp_partition_get_sha256()