Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp109 return ESP_ERR_NVS_XTS_ENCR_FAILED; in write()
/device/soc/esp/esp32/components/esp_common/src/
Desp_err_to_name.c193 # ifdef ESP_ERR_NVS_XTS_ENCR_FAILED
194 …ERR_TBL_IT(ESP_ERR_NVS_XTS_ENCR_FAILED), /* 4369 0x1111 XTS encryption failed …
/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h55 #define ESP_ERR_NVS_XTS_ENCR_FAILED (ESP_ERR_NVS_BASE + 0x11) /*!< XTS encryption failed w… macro