Searched full:flash_crypt_config (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 46 WR_DIS.FLASH_CRYPT_CONFIG, EFUSE_BLK0, 10, 1, [WR_DIS.ENCRYPT_CONFIG] wr_d… 69 RD_DIS.FLASH_CRYPT_CONFIG, EFUSE_BLK0, 19, 1, [RD_DIS.ENCRYPT_CONFIG] rd_d… 103 FLASH_CRYPT_CONFIG, EFUSE_BLK0, 188, 4, [ENCRYPT_CONFIG] Flash encry…
|
D | esp_efuse_table.c | 158 {EFUSE_BLK0, 10, 1}, // [WR_DIS.ENCRYPT_CONFIG] wr_dis of FLASH_CRYPT_CONFIG, 250 {EFUSE_BLK0, 19, 1}, // [RD_DIS.ENCRYPT_CONFIG] rd_dis of FLASH_CRYPT_CONFIG, 370 static const esp_efuse_desc_t FLASH_CRYPT_CONFIG[] = { variable 619 &WR_DIS_FLASH_CRYPT_CONFIG[0], // [WR_DIS.ENCRYPT_CONFIG] wr_dis of FLASH_CRYPT_CONFIG 734 &RD_DIS_FLASH_CRYPT_CONFIG[0], // [RD_DIS.ENCRYPT_CONFIG] rd_dis of FLASH_CRYPT_CONFIG 884 &FLASH_CRYPT_CONFIG[0], // [ENCRYPT_CONFIG] Flash encryption config (key tweak bits)
|
/hal_espressif-latest/tools/esptool_py/espsecure/ |
D | __init__.py | 1165 def _flash_encryption_tweak_range(flash_crypt_config=0xF): argument 1167 as determined by the FLASH_CRYPT_CONFIG 4 bit efuse value. 1170 if (flash_crypt_config & 1) != 0: 1172 if (flash_crypt_config & 2) != 0: 1174 if (flash_crypt_config & 4) != 0: 1176 if (flash_crypt_config & 8) != 0: 1181 def _flash_encryption_tweak_range_bits(flash_crypt_config=0xF): argument 1183 as determined by the FLASH_CRYPT_CONFIG 4 bit efuse value. 1186 if (flash_crypt_config & 1) != 0: 1190 if (flash_crypt_config & 2) != 0: [all …]
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 159 of flash_crypt_config to be non zero if they are not read 162 bit 3 in efuse_rd_disable[3:0] is mapped to flash_crypt_config 168 """we can read the flash_crypt_config efuse value
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | efuse_defs.h | 25 #define EFUSE_WR_DIS_FLASH_CRYPT_CODING_SCHEME (1<<10) /*< disable writing FLASH_CRYPT_CONFIG and C…
|
D | efuse_struct.h | 194 * read for flash_crypt_config 416 /** flash_crypt_config : R; bitpos: [31:28]; default: 0; 417 * program for flash_crypt_config 419 uint32_t flash_crypt_config:4; member
|
D | efuse_reg.h | 283 * read for flash_crypt_config 608 * program for flash_crypt_config
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32.rst | 40 …FLASH_CRYPT_CONFIG (BLOCK0): Flash encryption config (key tweak bits) …
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 377 "burn_efuse FLASH_CRYPT_CONFIG 15 RD_DIS 8", 378 check_msg="Efuse FLASH_CRYPT_CONFIG is read-protected. " 389 FLASH_CRYPT_CNT UART_DOWNLOAD_DIS FLASH_CRYPT_CONFIG
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32.yaml | 38 …FLASH_CRYPT_CONFIG : {show: y, blk : 0, word: 5, pos: 28, len : 4, start: 188, type : 'uint:4'…
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 429 print("Unexpected FLASH_CRYPT_CONFIG value: 0x%x" % (crypt_cfg_efuse))
|