Home
last modified time | relevance | path

Searched full:xts_key_length_256 (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.7.0/components/bootloader_support/src/
Dflash_encrypt.c150 …e in RELEASE mode, it is important for the AES128_DERIVED key that XTS_KEY_LENGTH_256 be write-pro… in esp_get_flash_encryption_mode()
197 // For AES128_DERIVED, FE key is 16 bytes and XTS_KEY_LENGTH_256 is 0. in esp_flash_encryption_set_release_mode()
198 …// It is important to protect XTS_KEY_LENGTH_256 from further changing it to 1. Set write protecti… in esp_flash_encryption_set_release_mode()
199 …nging of eFuses: DIS_DOWNLOAD_MANUAL_ENCRYPT, SPI_BOOT_CRYPT_CNT, [XTS_KEY_LENGTH_256], SECURE_BOO… in esp_flash_encryption_set_release_mode()
/hal_espressif-3.7.0/components/efuse/esp32c2/
Desp_efuse_table.csv21 WR_DIS.XTS_KEY_LENGTH_256, EFUSE_BLK0, 2, 1, [] wr_dis of XTS_KEY_LENGTH_…
67 XTS_KEY_LENGTH_256, EFUSE_BLK0, 42, 1, [] Flash encryption key leng…
Desp_efuse_table.c47 {EFUSE_BLK0, 2, 1}, // [] wr_dis of XTS_KEY_LENGTH_256,
230 static const esp_efuse_desc_t XTS_KEY_LENGTH_256[] = { variable
439 &WR_DIS_XTS_KEY_LENGTH_256[0], // [] wr_dis of XTS_KEY_LENGTH_256
669 …&XTS_KEY_LENGTH_256[0], // [] Flash encryption key length {0: "128 bits key"; 1: "256 bits ke…
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py267 if efuses["XTS_KEY_LENGTH_256"].get():
268 print("\t'XTS_KEY_LENGTH_256' is already '1'")
271 efuses["XTS_KEY_LENGTH_256"].save(1)
/hal_espressif-3.7.0/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c307 // For AES128_DERIVED, FE key is 16 bytes and XTS_KEY_LENGTH_256 is 0. in esp_flash_encrypt_enable()
308 …// It is important to protect XTS_KEY_LENGTH_256 from further changing it to 1. Set write protecti… in esp_flash_encrypt_enable()
309 …nging of eFuses: DOWNLOAD_DIS_MANUAL_ENCRYPT, SPI_BOOT_CRYPT_CNT, [XTS_KEY_LENGTH_256], SECURE_BOO… in esp_flash_encrypt_enable()
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst49XTS_KEY_LENGTH_256 (BLOCK0) Flash encryption key length …
Dsummary_ESP32-P4.rst98XTS_KEY_LENGTH_256 (BLOCK0) Set this bit to configure flash encryption use …
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/
Defuse_struct.h205 /** xts_key_length_256 : RO; bitpos: [10]; default: 0;
209 uint32_t xts_key_length_256:1; member
642 * If any bit in XTS_KEY_LENGTH_256 is 1, then it indicates a programming error.
Defuse_reg.h752 * If any bit in XTS_KEY_LENGTH_256 is 1, then it indicates a programming error.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst101XTS_KEY_LENGTH_256 (BLOCK0) Flash encryption key length …
Dburn-key-cmd.rst102 …re boot key can not be used with this option. In addition, eFuse ``XTS_KEY_LENGTH_256`` is set to …
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse_defs/
Desp32c2.yaml11XTS_KEY_LENGTH_256 : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type …
Desp32p4.yaml25XTS_KEY_LENGTH_256 : {show: y, blk : 0, word: 2, pos: 14, len : 1, start : 78, type…
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/
Dbase_operations.py539 not efuses["XTS_KEY_LENGTH_256"].get()