Home
last modified time | relevance | path

Searched refs:esp_flash_encrypt_initialized_once (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/espressif/
Dmain.c127 if (esp_secure_boot_enabled() ^ esp_flash_encrypt_initialized_once()) { in main()
/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c86 bool esp_flash_encrypt_initialized_once(void) in esp_flash_encrypt_initialized_once() function
248 if (esp_flash_encryption_enabled() || esp_flash_encrypt_initialized_once()) { in esp_flash_encrypt_init()