Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c91 bool esp_flash_encrypt_is_write_protected(bool print_error) in esp_flash_encrypt_is_write_protected() function
105 bool flash_crypt_wr_dis = esp_flash_encrypt_is_write_protected(false); in esp_flash_encrypt_state()
126 if (esp_flash_encrypt_is_write_protected(true)) { in esp_flash_encrypt_check_and_update()
345 if (esp_flash_encrypt_is_write_protected(true)) { in esp_flash_encrypt_enable()
/mcuboot-latest/boot/espressif/
Dmain.c233 if (esp_flash_encrypt_is_write_protected(true)) { in main()