/hal_espressif-2.7.6/components/efuse/esp32/ |
D | esp_efuse_table.csv | 35 # Flash encrypt # 37 ENCRYPT_FLASH_KEY, EFUSE_BLK1, 0, MAX_BLK_LEN, Flash encrypt. Key. (length = "None" - … 38 ENCRYPT_CONFIG, EFUSE_BLK0, 188, 4, Flash encrypt. EFUSE_FLASH_CRYPT_CONFIG_M 40 DISABLE_DL_ENCRYPT, EFUSE_BLK0, 199, 1, Flash encrypt. Disable UART bootloader encrypti… 41 DISABLE_DL_DECRYPT, EFUSE_BLK0, 200, 1, Flash encrypt. Disable UART bootloader decrypti… 42 DISABLE_DL_CACHE, EFUSE_BLK0, 201, 1, Flash encrypt. Disable UART bootloader MMU cach… 43 FLASH_CRYPT_CNT, EFUSE_BLK0, 20, 7, Flash encrypt. Flash encryption is enabled if t… 53 WR_DIS_FLASH_CRYPT_CNT, EFUSE_BLK0, 2, 1, Flash encrypt. Write protection FLASH_CRYPT_CNT… 54 WR_DIS_BLK1, EFUSE_BLK0, 7, 1, Flash encrypt. Write protection encryption key.… 60 RD_DIS_BLK1, EFUSE_BLK0, 16, 1, Flash encrypt. efuse_key_read_protected. EFUSE_…
|
/hal_espressif-2.7.6/components/nvs_flash/nvs_partition_generator/ |
D | README_CN.rst | 87 python nvs_partition_gen.py [-h] {generate,generate-key,encrypt,decrypt} ... 108 | 3 | encrypt | 加密 NVS 分区 | 182 python nvs_partition_gen.py encrypt [-h] [--version {1,2}] [--keygen] 226 python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --keygen 232 …python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --keygen --k… 239 …python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --inputkey s…
|
D | README.rst | 92 python nvs_partition_gen.py [-h] {generate,generate-key,encrypt,decrypt} ... 110 …| 3 | encrypt | Generate NVS encrypted partition | … 186 python nvs_partition_gen.py encrypt [-h] [--version {1,2}] [--keygen] 226 You can run the utility to encrypt NVS partition using the command below: 231 python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --keygen 237 …python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --keygen --k… 244 …python nvs_partition_gen.py encrypt sample_singlepage_blob.csv sample_encr.bin 0x3000 --inputkey s…
|
D | nvs_partition_gen.py | 218 if nvs_obj.encrypt: 480 def __init__(self, fout, input_size, version, encrypt=False, key_input=None): argument 482 self.encrypt = encrypt 489 if self.encrypt: 625 return NVS(result_obj, input_size, version, encrypt=is_encrypt, key_input=key) 723 def encrypt(args): function 1007 parser_encr.set_defaults(func=encrypt)
|
/hal_espressif-2.7.6/components/nvs_flash/ |
D | Kconfig | 8 This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt
|
/hal_espressif-2.7.6/examples/protocols/coap_server/main/ |
D | Kconfig.projbuild | 8 The Preshared Key to use to encrypt the communicatons. The same key must be
|
/hal_espressif-2.7.6/components/protocomm/include/security/ |
D | protocomm_security.h | 92 esp_err_t (*encrypt)(protocomm_security_handle_t handle, member
|
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | IDFDUT.py | 229 encrypt = self.app.flash_settings.get('encrypt', False) 230 if encrypt: 257 if not macro_encryption or encrypt: 280 'encrypt': encrypt,
|
/hal_espressif-2.7.6/components/esp_wifi/include/ |
D | esp_now.h | 79 …bool encrypt; /**< ESPNOW data that this peer sends/receives is encrypte… member
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | README.md | 7 This is the demo of APIs to connect to and encrypt with peer devices.
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/ |
D | README.md | 7 This is the demo for users to use ESP BLE security APIs to connect to and encrypt with peer devices.
|
/hal_espressif-2.7.6/examples/protocols/coap_client/main/ |
D | Kconfig.projbuild | 15 The Preshared Key to use to encrypt the communicatons. The same key must be
|
/hal_espressif-2.7.6/components/esptool_py/ |
D | project_include.cmake | 394 # can use --encrypt-files parameter to specify which ones should be 397 # --encrypt parameter. 408 # Prepare esptool arguments (--encrypt or --encrypt-files) 410 "" "--encrypt") 423 "--encrypt-files\n" "")
|
D | Makefile.projbuild | 65 ESPTOOLPY_WRITE_FLASH_ENCRYPT=$(ESPTOOLPY_SERIAL) write_flash --encrypt $(if $(CONFIG_ESPTOOLPY_COM…
|
/hal_espressif-2.7.6/examples/wifi/espnow/main/ |
D | espnow_example_main.c | 227 peer->encrypt = true; in example_espnow_task() 314 peer->encrypt = false; in example_espnow_init()
|
/hal_espressif-2.7.6/components/spiffs/ |
D | project_include.cmake | 53 # case, spiffs is not encrypt so pass FALSE to the function.
|
/hal_espressif-2.7.6/docs/en/security/ |
D | flash-encryption.rst | 85 … number of bits set (0, 2, 4, 6) - encrypt flash at boot time. If odd number of bits set (1, 3, 5,… 240 During development, you can encrypt flash using either an {IDF_TARGET_NAME} generated key or extern… 293 At this stage, if you need to update and re-flash binaries, see :ref:`encrypt-partitions`. 301 … on the host computer and burn it into the eFuse. This allows you to pre-encrypt data on the host … 403 At this stage, if you need to update and re-flash binaries, see :ref:`encrypt-partitions`. 411 … in plaintext) and want to re-flash it, you will need to encrypt it before flashing. To encrypt th… 429 …es can ONLY be downloaded using the over-the-air (OTA) scheme which will encrypt the plaintext ima… 469 . _flash-encrypt-best-practices: 657 … write function :cpp:func:`esp_partition_write`. This function will only encrypt data when it is w… 659 You can also pre-encrypt and write data using the function :cpp:func:`esp_flash_write_encrypted` [all …]
|
/hal_espressif-2.7.6/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 66 …DIS_DOWNLOAD_MANUAL_ENCRYPT, EFUSE_BLK0, 51, 1, Disable flash encrypt function, othe… 76 …SPI_BOOT_CRYPT_CNT, EFUSE_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd…
|
/hal_espressif-2.7.6/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 65 …DIS_DOWNLOAD_MANUAL_ENCRYPT, EFUSE_BLK0, 52, 1, Disable flash encrypt function, othe… 75 …SPI_BOOT_CRYPT_CNT, EFUSE_BLK0, 82, 3, SPI boot encrypt decrypt enable. odd…
|
/hal_espressif-2.7.6/docs/en/api-reference/network/ |
D | esp_now.rst | 53 …* PMK is used to encrypt LMK with the AES-128 algorithm. Call ``esp_now_set_pmk()`` to set PMK. If… 54 …* LMK of the paired device is used to encrypt the vendor-specific action frame with the CCMP metho…
|
/hal_espressif-2.7.6/tools/mass_mfg/docs/ |
D | README.rst | 205 You can run the utility to encrypt factory images for each device using the command below. A sample… 242 Generated encryption key binary file can further be used to encrypt factory images created on the p…
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 193 size_t data_len, int encrypt);
|
/hal_espressif-2.7.6/components/protocomm/src/common/ |
D | protocomm.c | 249 ret = pc->sec->encrypt(pc->sec_inst, session_id, plaintext_resp, plaintext_resp_len, in protocomm_req_handle()
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | blufi.rst | 318 … | | 0x03: encrypt error; …
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | ds.rst | 26 …e_write_block` to set the HMAC key and :cpp:func:`esp_hmac_calculate` to encrypt the private RSA k…
|