esp-idf/components/efuse/src
KonstantinKondrashov 89d11be4a9 efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5)
eFuse module has a hardware bug.
It is related to ESP32-C3, C6, S3, H2 chips:
    - BLOCK9 (BLOCK_KEY5) can not be used by XTS_AES keys.
For H2 chips, the BLOCK9 (BLOCK_KEY5) can not be used by ECDSA keys.
S2 does not have such a hardware bug.
2023-04-20 13:58:51 +08:00
..
esp_efuse_api.c efuse: Checks errors of 4x coding scheme for BLOCK0 if so then abort 2022-06-22 17:16:26 +08:00
esp_efuse_api_key_esp32.c all: Apply new version logic (major * 100 + minor) 2023-03-03 22:26:39 +00:00
esp_efuse_api_key_esp32xx.c efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) 2023-04-20 13:58:51 +08:00
esp_efuse_fields.c bootloader: add anti-FI checks around secure version in anti-rollback scheme 2021-11-29 18:49:22 +05:30
esp_efuse_utility.c efuse: Fix load_efuses_from_flash when FE is on 2023-03-29 16:18:54 +08:00