Searched full:xts_key_length_256 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.7.0/components/bootloader_support/src/ |
D | flash_encrypt.c | 150 …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/ |
D | esp_efuse_table.csv | 21 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…
|
D | esp_efuse_table.c | 47 {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/ |
D | operations.py | 267 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/ |
D | flash_encrypt.c | 307 // 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/ |
D | summary_ESP32-C2.rst | 49 …XTS_KEY_LENGTH_256 (BLOCK0) Flash encryption key length …
|
D | summary_ESP32-P4.rst | 98 …XTS_KEY_LENGTH_256 (BLOCK0) Set this bit to configure flash encryption use …
|
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/ |
D | efuse_struct.h | 205 /** 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.
|
D | efuse_reg.h | 752 * 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/ |
D | burn-key-digest-cmd.rst | 101 …XTS_KEY_LENGTH_256 (BLOCK0) Flash encryption key length …
|
D | burn-key-cmd.rst | 102 …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/ |
D | esp32c2.yaml | 11 …XTS_KEY_LENGTH_256 : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type …
|
D | esp32p4.yaml | 25 …XTS_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/ |
D | base_operations.py | 539 not efuses["XTS_KEY_LENGTH_256"].get()
|