Searched refs:protected (Results 1 – 25 of 36) sorted by relevance
12
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | read-write-protections-cmd.rst | 6 There are two commands (to get the correct list of eFuse fields that can be protected, specify the … 19 …d and write protections. See the help for these commands for the eFuse names that can be protected. 21 …protected as a group, so protecting one of eFuse will result in some related eFuses becoming prote… 28 …gh hardware may use the correct value. In espefuse v2.6 and newer, read-protected eFuse values are…
|
D | burn-key-cmd.rst | 39 …eFuse key even if it looks like it is already been written, or is write protected. Note that this … 48 …Keys for ``flash_encryption`` and ``secure_boot_v1`` will be burned as read and write protected. T… 50 …Key for ``secure_boot_v2`` will be burned only as write protected. The key must be readable becaus… 84 …s of this key will be burned to the low part of the eFuse block. These bits will be read protected. 99 Only flash encryption key is read protected if ``--no-read-protect`` is not used. 114 By default, when an encryption key block is burned it is also read and write protected. 141 …llow any eFuse bits to be cleared 1->0, and can not write anything to write protected eFuse blocks. 160 The key block will be read and write protected
|
D | burn-bit-cmd.rst | 15 …. Burn it even if it looks like it is already been written, or is write protected. Note that this …
|
D | burn-key-digest-cmd.rst | 27 …eFuse key even if it looks like it is already been written, or is write protected. Note that this … 37 The secure boot v2 key(s) will be readable and write protected.
|
D | burn-block-data-cmd.rst | 19 …eFuse key even if it looks like it is already been written, or is write protected. Note that this …
|
D | summary-cmd.rst | 27 …gh hardware may use the correct value. In espefuse v2.6 and newer, read-protected eFuse values are…
|
D | burn-custom-mac-cmd.rst | 14 …eFuse key even if it looks like it is already been written, or is write protected. Note that this …
|
D | dump-cmd.rst | 88 …d to write them back to another chip. Note that some blocks may be read-protected, in which case t…
|
/hal_espressif-3.4.0/components/nvs_flash/src/ |
D | intrusive_list.h | 26 protected: 116 protected: 251 protected:
|
/hal_espressif-3.4.0/tools/kconfig/ |
D | qconf.h | 54 protected: 257 protected: 281 protected: 314 protected:
|
/hal_espressif-3.4.0/.gitlab/ci/dependencies/ |
D | README.md | 86 - If a mapping key has postfix `-preview`, no `if-protected-xxx` clause will be added 87 … - else if a mapping key has postfix `-production`, an `if-protected-no_label` clause will be added 88 - else, an `if-protected` clause will be added
|
/hal_espressif-3.4.0/components/wear_levelling/private_include/ |
D | WL_Ext_Safe.h | 32 protected:
|
D | Partition.h | 30 protected:
|
D | WL_Ext_Perf.h | 36 protected:
|
D | WL_Flash.h | 50 protected:
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | esp_flash_api.c | 569 uint64_t protected = 0; in esp_flash_erase_region() local 570 err = chip->chip_drv->get_protected_regions(chip, &protected); in esp_flash_erase_region() 571 if (err == ESP_OK && protected != 0) { in esp_flash_erase_region() 574 if ((protected & BIT64(i)) in esp_flash_erase_region()
|
/hal_espressif-3.4.0/components/nvs_flash/test_nvs_host/ |
D | spi_flash_emulation.h | 226 protected:
|
/hal_espressif-3.4.0/.gitlab/ci/ |
D | README.md | 99 - <<: *if-protected 185 - `protected`
|
/hal_espressif-3.4.0/ |
D | Kconfig | 351 buffers larger than 8 bytes are protected. 354 … to be protected -- those that have local array definitions, or have references to local frame 357 - In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.
|
/hal_espressif-3.4.0/docs/en/security/ |
D | flash-encryption.rst | 149 …-flash encrypted binaries. Also, the ``{IDF_TARGET_CRYPT_CNT}`` eFuse bits are NOT write-protected. 161 …ne or two `BLOCK_KEYN` eFuses are set. ``KEY_PURPOSE_N`` field is write-protected as well. The fla… 167 …binaries. Also, the ``{IDF_TARGET_CRYPT_CNT}`` eFuse bits are NOT write-protected. In addition, th… 179 …n bits for `BLOCK_KEYN` eFuse are set. ``KEY_PURPOSE_N`` field is write-protected as well. The fla… 185 …binaries. Also, the ``{IDF_TARGET_CRYPT_CNT}`` eFuse bits are NOT write-protected. In addition, th… 704 …the ``flash_encryption`` eFuse internal to the chip and, by default, is protected from software ac… 708 …e or two ``BLOCK_KEYN`` eFuses internal to the chip and, by default, is protected from software ac… 710 …ed in one ``BLOCK_KEYN`` eFuse internal to the chip and, by default, is protected from software ac… 929 …ion key is stored in the ``flash_encryption`` eFuse and, by default, is protected from further wri… 966 …n key is stored in one or two ``BLOCK_KEYN`` eFuses and, by default, is protected from further wri… [all …]
|
D | secure-boot-v1.rst | 20 - Most data is stored in flash. Flash access does not need to be protected from physical access in … 41 …cure bootloader key (generated via hardware RNG, then stored read/write protected in efuse), and a… 44 …t by burning the ABS_DONE_0 efuse. The software bootloader then becomes protected (the chip will o… 55 …:`secure-boot-reflashable`). The Efuse holding this key is read & write protected (preventing soft… 203 … stored in Efuse block 2. The key in Efuse can (& should) be read/write protected, which prevents …
|
D | secure-boot-v2.rst | 201 The key(s) must be readable in order to give software access to it. If the key(s) is read-protected… 257 …protected. (If :doc:`/security/flash-encryption` is enabled then the bootloader will ensure that a… 308 * The KEY_DIGEST eFuses should be write protected after being programmed.
|
/hal_espressif-3.4.0/docs/en/contribute/ |
D | style-guide.rst | 335 * First put the public members, then the protected, then private ones. Omit public, protected or pr… 367 * Put ``public``, ``protected`` and ``private`` labels at the same indentation level as the corresp…
|
/hal_espressif-3.4.0/docs/en/api-reference/provisioning/ |
D | provisioning.rst | 10 …rovisioning process. Some applications may work with SoftAP that's WPA2 protected or BLE with "jus… 75 1. *Transport Security:* SoftAP provisioning may choose WPA2 protected security with unique per-dev…
|
/hal_espressif-3.4.0/components/fatfs/ |
D | Kconfig | 128 int "Number of simultaneously open files protected by lock function"
|
12