esp-idf/components/efuse/test
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
..
include efuse: update copyright notice 2021-05-31 06:43:23 +02:00
CMakeLists.txt secure_boot: Checks secure boot efuses 2021-02-23 03:56:21 +08:00
component.mk efuse: Add support for esp32s2beta 2019-09-20 16:59:46 +10:00
esp_efuse_test_table.c efuse: update copyright notice 2021-05-31 06:43:23 +02:00
esp_efuse_test_table.csv efuse: Add API efuse 2019-02-28 07:31:29 +00:00
test_efuse_coding_scheme.c efuse: Fix 3/4 coding scheme UTs 2022-05-12 07:49:28 +00:00
test_efuse_keys.c efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) 2023-04-20 13:58:51 +08:00
test_efuse.c efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00