Searched refs:flash_encryption_enabled (Results 1 – 2 of 2) sorted by relevance
656 bool flash_encryption_enabled = esp_flash_encrypt_state(); local657 if (!flash_encryption_enabled) {675 if (!esp_secure_boot_enabled() || !flash_encryption_enabled) {686 if (!flash_encryption_enabled) {717 if (!flash_encryption_enabled && esp_flash_encryption_enabled()) {
92 bool flash_encryption_enabled = esp_flash_encrypt_state(); in esp_flash_encrypt_check_and_update() local93 if (!flash_encryption_enabled) { in esp_flash_encrypt_check_and_update()