/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | serial_handler.py | 52 force_line_print, start_cmd_sent, serial_instance, encrypted): argument 64 self.encrypted = encrypted 173 run_make_func('encrypted-flash' if self.encrypted else 'flash') 175 run_make_func('encrypted-app-flash' if self.encrypted else 'app-flash')
|
/hal_espressif-latest/components/spi_flash/sim/stubs/spi_flash/ |
D | esp_partition.h | 82 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap.h | 55 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
|
D | eap.c | 350 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() argument 368 } else if (!encrypted && config->anonymous_identity) { in eap_sm_buildIdentity() 410 struct wpabuf * eap_sm_build_identity_resp(struct eap_sm *sm, u8 id, int encrypted) in eap_sm_build_identity_resp() argument 426 } else if (!encrypted && config->anonymous_identity) { in eap_sm_build_identity_resp()
|
D | eap_i.h | 336 struct wpabuf * eap_sm_build_identity_resp(struct eap_sm *sm, u8 id, int encrypted);
|
/hal_espressif-latest/tools/idf_monitor/ |
D | idf_monitor.py | 75 encrypted=False, # type: bool argument 120 False, False, self.serial, encrypted) 327 args.encrypted,
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 72 uint8_t encrypted : 1; /**< whether mesh networking IE is encrypted */ member
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 567 for address, argfile, encrypted in all_files: 571 if compress and encrypted: 582 image = pad_to(image, esp.FLASH_ENCRYPTED_WRITE_ALIGN if encrypted else 4) 616 uncsize, address, begin_rom_encrypted=encrypted 654 if encrypted: 664 if attempt == esp.WRITE_FLASH_ATTEMPTS or encrypted: 714 if not encrypted and not esp.secure_download_mode:
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 78 …Overwriting the encrypted firmware (bootloader, application, etc.) without the ``--encrypt`` optio… 82 …Overwriting the encrypted firmware (bootloader, application, etc.) without the ``--encrypt`` optio… 87 …This is a safety measure to prevent accidentally overwriting the encrypted firmware with a plainte… 151 …This is a safety measure to prevent accidentally deleting the secure bootloader or encrypted data,…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 979 BOOLEAN encrypted; in smp_calculate_legacy_short_term_key() local 981 encrypted = SMP_Encrypt( p_cb->tk, BT_OCTET16_LEN, ptext, BT_OCTET16_LEN, output); in smp_calculate_legacy_short_term_key() 982 if (!encrypted) { in smp_calculate_legacy_short_term_key() 985 return encrypted; in smp_calculate_legacy_short_term_key()
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 381 bool "Enable encrypted partition read/write operations" 384 This option enables flash read/write operations to encrypted partition/s. This option
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 814 If this option is set, flash contents will be encrypted by the bootloader on first boot. 816 … Note: After first boot, the system will be permanently encrypted. Re-flashing an encrypted 1060 If not set (default), the whole partition of type APP would be encrypted, 1116 espefuse.py, read/writing memory or registers, encrypted download, or any other
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 454 Maximum number of encrypted peers supported by espnow. 457 …Maximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware key…
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 1030 This option is used to enable encrypted advertising data. 1037 Defines maximum number of encrypted advertising data key material to save
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 233 same nonce for two different messages which are encrypted with the same
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 226 …h offset. A fifth 32-bit word passed to ROM loader only: ``1`` to begin encrypted flash, ``0`` to … 251 … | A fifth 32-bit word passed to ROM loader only: ``1`` to begin encrypted flash, ``0`` to …
|
D | boot-mode-selection.rst | 303 … plaintext. Alternatively, flash encryption is disabled but the bootloader is encrypted ciphertext.
|