Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 25 of 37) sorted by relevance

12

/hal_espressif-2.7.6/components/efuse/esp32/
Desp_efuse_table.csv35 # 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/
DREADME_CN.rst87 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…
DREADME.rst92 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…
Dnvs_partition_gen.py218 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/
DKconfig8 This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt
/hal_espressif-2.7.6/examples/protocols/coap_server/main/
DKconfig.projbuild8 The Preshared Key to use to encrypt the communicatons. The same key must be
/hal_espressif-2.7.6/components/protocomm/include/security/
Dprotocomm_security.h92 esp_err_t (*encrypt)(protocomm_security_handle_t handle, member
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DIDFDUT.py229 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/
Desp_now.h79 …bool encrypt; /**< ESPNOW data that this peer sends/receives is encrypte… member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/
DREADME.md7 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/
DREADME.md7 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/
DKconfig.projbuild15 The Preshared Key to use to encrypt the communicatons. The same key must be
/hal_espressif-2.7.6/components/esptool_py/
Dproject_include.cmake394 # 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" "")
DMakefile.projbuild65 ESPTOOLPY_WRITE_FLASH_ENCRYPT=$(ESPTOOLPY_SERIAL) write_flash --encrypt $(if $(CONFIG_ESPTOOLPY_COM…
/hal_espressif-2.7.6/examples/wifi/espnow/main/
Despnow_example_main.c227 peer->encrypt = true; in example_espnow_task()
314 peer->encrypt = false; in example_espnow_init()
/hal_espressif-2.7.6/components/spiffs/
Dproject_include.cmake53 # case, spiffs is not encrypt so pass FALSE to the function.
/hal_espressif-2.7.6/docs/en/security/
Dflash-encryption.rst85 … 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/
Desp_efuse_table.csv66 …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/
Desp_efuse_table.csv65 …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/
Desp_now.rst53 …* 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/
DREADME.rst205 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/
Dwpa_auth.h193 size_t data_len, int encrypt);
/hal_espressif-2.7.6/components/protocomm/src/common/
Dprotocomm.c249 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/
Dblufi.rst318 … | | 0x03: encrypt error; …
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dds.rst26 …e_write_block` to set the HMAC key and :cpp:func:`esp_hmac_calculate` to encrypt the private RSA k…

12