Home
last modified time | relevance | path

Searched full:block_key0 (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-latest/tools/esptool_py/test/efuse_scripts/esp32xx/
Dexecute_efuse_script.py8 espefuse(esp, efuses, args, 'burn_key BLOCK_KEY0 ../../images/efuse/256bit XTS_AES_128_KEY --no-rea…
35 if efuses["BLOCK_KEY0"].get_meaning() != "bf be bd bc bb ba b9 b8 b7 b6 b5 b4 b3 b2 b1 b0 af ae ad …
36 raise esptool.FatalError("BLOCK_KEY0 was not set correctly")
38 if not efuses["BLOCK_KEY0"].is_readable() or efuses["BLOCK_KEY0"].is_writeable():
39 raise esptool.FatalError("BLOCK_KEY0 should be readable and not writable")
61 espefuse(esp, efuses, args, 'burn_key BLOCK_KEY0 ../../images/efuse/256bit XTS_AES_128_KEY')
63 if efuses["BLOCK_KEY0"].is_readable() or efuses["BLOCK_KEY0"].is_writeable():
64 raise esptool.FatalError("BLOCK_KEY0 should be not readable and not writeable")
Dexecute_efuse_script2.py20 espefuse(esp, efuses, args, 'burn_key BLOCK_KEY0 ../../images/efuse/256bit XTS_AES_128_KEY --no-rea…
21 if efuses["BLOCK_KEY0"].get_meaning() != "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 …
23 if not efuses["BLOCK_KEY0"].is_readable() or not efuses["BLOCK_KEY0"].is_writeable():
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst18 …It can be list of blocks and keyfiles and key purposes (like BLOCK_KEY0 keyfile0.pem SECURE_BOOT_D…
89 [03] BLOCK_KEY0 is empty, will burn the new value
103BLOCK_KEY0 (BLOCK3) BLOCK_KEY0 - 256-bits. 256-bit key of Flash Enc…
106 …BLOCK_KEY0_LOW_128 (BLOCK3) BLOCK_KEY0 - lower 128-bits. 128-bit key of Fla…
109 …BLOCK_KEY0_HI_128 (BLOCK3) BLOCK_KEY0 - higher 128-bits. 128-bits key of S…
118 BLOCK_KEY0 ~/esp/tests/efuse/secure_boot_key_v2_0.pem SECURE_BOOT_DIGEST0 \
125 …- BLOCK_KEY0 -> [?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? …
143 [04] BLOCK_KEY0 is empty, will burn the new value
163 BLOCK_KEY0 (BLOCK4)
Dburn-key-cmd.rst97 …{IDF_TARGET_NAME} has only one eFuse key block (256 bits long). It is block #3 - ``BLOCK_KEY0``. T…
246 …The first 256 bit of the key goes to given BLOCK (here it is ``BLOCK_KEY0``) with key purpose = ``…
259 …> espefuse.py burn_key BLOCK_KEY0 ~/esp/tests/efuse/512bits_0.bin XTS_AES_256_KEY --no-read-prote…
264 …- BLOCK_KEY0 -> [?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? …
281 [04] BLOCK_KEY0 is empty, will burn the new value
298 BLOCK_KEY0 (BLOCK4)
313 … burn_key BLOCK_KEY0 images/efuse/128bit_key.bin XTS_AES_128_KEY_DERIVED_FROM_128_EFUSE_BITS
338 [03] BLOCK_KEY0 is empty, will burn the new value
Ddump-cmd.rst58BLOCK_KEY0 (BLOCK3 ) [3 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00…
75BLOCK_KEY0 (BLOCK4 ) [4 ] read_regs: 00000000 00000000 00000000 00000000 00000000 00…
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Dmem_definition.py77 …("BLOCK_KEY0", ["BLOCK3"], 3, __base_rd_regs + 0x060, __base_wr_regs, 7, …
93 return ["BLOCK_KEY0"]
116 if efuse.name in ["BLOCK_KEY0"]:
123 "BLOCK_KEY0 - lower 128-bits. 128-bit key of Flash Encryption"
133 "BLOCK_KEY0 - higher 128-bits. 128-bits key of Secure Boot"
Doperations.py104 "to higher 128-bits of BLOCK_KEY0",
231 efuse = efuses["BLOCK_KEY0"]
295 args.block = ["BLOCK_KEY0"]
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py272 BLOCK_KEY0 \
316 f"burn_key BLOCK_KEY0 {IMAGES_DIR}/128bit_key SECURE_BOOT_DIGEST"
319 "read_protect_efuse BLOCK_KEY0",
321 "BLOCK_KEY0 must be readable, stop this operation!",
331 f"burn_key BLOCK_KEY0 {IMAGES_DIR}/256bit USER \
339 "read_protect_efuse BLOCK_KEY0",
341 "BLOCK_KEY0 must be readable, stop this operation!",
411 BLOCK_USR_DATA BLOCK_KEY0 BLOCK_KEY1
728 blk1 = "BLOCK_KEY0"
877 f"burn_key BLOCK_KEY0 {IMAGES_DIR}/128bit XTS_AES_128_KEY",
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C2.rst55BLOCK_KEY0 (BLOCK3) BLOCK_KEY0 - 256-bits. 256-bit key of Flash Enc…
58 …BLOCK_KEY0_LOW_128 (BLOCK3) BLOCK_KEY0 - lower 128-bits. 128-bit key of Fla…
61 …BLOCK_KEY0_HI_128 (BLOCK3) BLOCK_KEY0 - higher 128-bits. 128-bits key of S…
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Dmem_definition.py55 (EFUSE_RD_RS_ERR0_REG, 19), # BLOCK_KEY0
70 (EFUSE_RD_RS_ERR0_REG, 0x7, 12), # BLOCK_KEY0
107 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
153 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Dmem_definition.py50 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
87 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
134 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Dmem_definition.py55 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
92 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
138 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Dmem_definition.py55 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
92 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
139 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
91 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
137 "BLOCK_KEY0",
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Dmem_definition.py54 (EFUSE_RD_RS_ERR0_REG, 0x7, 12, 15), # BLOCK_KEY0
130 …("BLOCK_KEY0", ["BLOCK4"], 4, __base_rd_regs + 0x09C, __base_wr_regs, 23, 0, 8, "KEY_P…
176 "BLOCK_KEY0",
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_table.csv89 WR_DIS.BLOCK_KEY0, EFUSE_BLK0, 23, 1, [WR_DIS.KEY0] wr_dis of BLOC…
100 RD_DIS.BLOCK_KEY0, EFUSE_BLK0, 32, 1, [RD_DIS.KEY0] rd_dis of BLOC…
186 KEY0, EFUSE_BLK4, 0, 256, [BLOCK_KEY0] Key0 or user da…
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv93 WR_DIS.BLOCK_KEY0, EFUSE_BLK0, 23, 1, [WR_DIS.KEY0] wr_dis of BLOC…
104 RD_DIS.BLOCK_KEY0, EFUSE_BLK0, 32, 1, [RD_DIS.KEY0] rd_dis of BLOC…
195 KEY0, EFUSE_BLK4, 0, 256, [BLOCK_KEY0] Key0 or user da…
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_table.csv97 WR_DIS.BLOCK_KEY0, EFUSE_BLK0, 23, 1, [WR_DIS.KEY0] wr_dis of BLOC…
109 RD_DIS.BLOCK_KEY0, EFUSE_BLK0, 32, 1, [RD_DIS.KEY0] rd_dis of BLOC…
206 KEY0, EFUSE_BLK4, 0, 256, [BLOCK_KEY0] Key0 or user da…
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_table.csv94 WR_DIS.BLOCK_KEY0, EFUSE_BLK0, 23, 1, [WR_DIS.KEY0] wr_dis of BLOC…
105 RD_DIS.BLOCK_KEY0, EFUSE_BLK0, 32, 1, [RD_DIS.KEY0] rd_dis of BLOC…
197 KEY0, EFUSE_BLK4, 0, 256, [BLOCK_KEY0] Key0 or user da…
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_table.csv57 WR_DIS.BLOCK_KEY0, EFUSE_BLK0, 7, 1, [WR_DIS.KEY0] wr_dis of BLOC…
109 KEY0, EFUSE_BLK3, 0, 256, [BLOCK_KEY0] BLOCK_BLOCK_KEY…

123