Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h27 #define ESP_ERR_NVS_XTS_DECR_FAILED (ESP_ERR_NVS_BASE + 0x12) /*!< XTS decryption failed w… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h27 #define ESP_ERR_NVS_XTS_DECR_FAILED (ESP_ERR_NVS_BASE + 0x12) /*!< XTS decryption failed w… macro
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp67 return ESP_ERR_NVS_XTS_DECR_FAILED; in read()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c195 # ifdef ESP_ERR_NVS_XTS_DECR_FAILED
196 …ERR_TBL_IT(ESP_ERR_NVS_XTS_DECR_FAILED), /* 4370 0x1112 XTS decryption failed …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h48 #define ESP_ERR_NVS_XTS_DECR_FAILED (ESP_ERR_NVS_BASE + 0x12) /*!< XTS decryption failed w… macro