Lines Matching refs:bits
20 …t is a raw binary file. It must contain 256 bits of binary key if the coding scheme is ``None`` an…
38 … not support post-write data changes. Forced write can damage RS encoding bits. The write-protecti…
66 :esp32s2 or esp32s3: - XTS_AES_256_KEY_1. The first 256 bits of 512bit flash encryption key.
67 … :esp32s2 or esp32s3: - XTS_AES_256_KEY_2. The second 256 bits of 512bit flash encryption key.
83 For NIST192p, the private key is 192 bits long, so 8 padding bytes ("0x00") are added.
97 …{IDF_TARGET_NAME} has only one eFuse key block (256 bits long). It is block #3 - ``BLOCK_KEY0``. T…
102 …bits flash encryption key. The secure boot key can not be used with this option. In addition, eFus…
103 …128_EFUSE_BITS. 128 bits flash encryption key. The 128 bits of this key will be burned to the low …
104 …- SECURE_BOOT_DIGEST. Secure boot key. The first 128 bits of key will be burned to the high part o…
108 …1. Both, Flash encryption (low 128 bits of eFuse block) and Secure boot key (high 128 bits of eFus…
109 …2. only Flash encryption (low 128 bits of eFuse block), rest part of eFuse block is not possible t…
110 3. only Flash encryption key (256 bits long), whole eFuse key block.
111 4. only Secure boot key (high 128 bits of eFuse block).
127 …bits (32 bytes) long. When 3/4 Coding Scheme is in use (``CODING_SCHEME`` eFuse has value 1 not 0)…
160 …s still limited by the eFuse hardware - hardware does not allow any eFuse bits to be cleared 1->0,…