Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h26 #define ESP_ERR_NVS_XTS_ENCR_FAILED (ESP_ERR_NVS_BASE + 0x11) /*!< XTS encryption failed w… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h26 #define ESP_ERR_NVS_XTS_ENCR_FAILED (ESP_ERR_NVS_BASE + 0x11) /*!< XTS encryption failed w… macro
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp109 return ESP_ERR_NVS_XTS_ENCR_FAILED; in write()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c192 # ifdef ESP_ERR_NVS_XTS_ENCR_FAILED
193 …ERR_TBL_IT(ESP_ERR_NVS_XTS_ENCR_FAILED), /* 4369 0x1111 XTS encryption failed …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h47 #define ESP_ERR_NVS_XTS_ENCR_FAILED (ESP_ERR_NVS_BASE + 0x11) /*!< XTS encryption failed w… macro