Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/
Dmain.c132 if (!esp_secure_boot_enabled() || !esp_flash_encryption_enabled()) { in main()
273 if (!flash_encryption_enabled && esp_flash_encryption_enabled()) { in main()
/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c56 bool IRAM_ATTR esp_flash_encryption_enabled(void) in esp_flash_encryption_enabled() function
248 if (esp_flash_encryption_enabled() || esp_flash_encrypt_initialized_once()) { in esp_flash_encrypt_init()
343 if (!esp_flash_encryption_enabled()) { in esp_flash_encrypt_enable()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c224 bool flash_encryption_enabled = esp_flash_encryption_enabled(); in aligned_flash_write()
343 bool flash_encryption_enabled = esp_flash_encryption_enabled(); in flash_area_align()