Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/espressif/
Dmain.c226 bool flash_encryption_enabled = esp_flash_encrypt_state(); in main() local
227 if (!flash_encryption_enabled) { in main()
244 if (!flash_encryption_enabled) { in main()
259 if (!esp_secure_boot_enabled() || !flash_encryption_enabled) { in main()
273 if (!flash_encryption_enabled && esp_flash_encryption_enabled()) { in main()
/mcuboot-3.6.0/boot/espressif/port/
Desp_mcuboot.c216 bool flash_encryption_enabled = esp_flash_encryption_enabled(); in aligned_flash_write() local
218 bool flash_encryption_enabled = false; in aligned_flash_write()
224 … return bootloader_flash_write(dest_addr, (void *)src, size, flash_encryption_enabled) == ESP_OK; in aligned_flash_write()
242 …oader_flash_write(aligned_addr, write_data, ALIGN_UP(bytes, 4), flash_encryption_enabled) != ESP_O… in aligned_flash_write()
260 …sh_write(aligned_addr + offset, write_data, ALIGN_UP(bytes, 4), flash_encryption_enabled) != ESP_O… in aligned_flash_write()
335 bool flash_encryption_enabled = esp_flash_encryption_enabled(); in flash_area_align() local
337 bool flash_encryption_enabled = false; in flash_area_align()
340 if (flash_encryption_enabled) { in flash_area_align()
/mcuboot-3.6.0/boot/espressif/hal/src/
Dflash_encrypt.c123 bool flash_encryption_enabled = esp_flash_encrypt_state(); in esp_flash_encrypt_check_and_update() local
124 if (!flash_encryption_enabled) { in esp_flash_encrypt_check_and_update()