Home
last modified time | relevance | path

Searched refs:encrypted (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dserial_handler.py52 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/
Desp_partition.h82 bool encrypted; /*!< flag is set to true if partition is encrypted */ member
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.h55 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
Deap.c350 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()
Deap_i.h336 struct wpabuf * eap_sm_build_identity_resp(struct eap_sm *sm, u8 id, int encrypted);
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py75 encrypted=False, # type: bool argument
120 False, False, self.serial, encrypted)
327 args.encrypted,
/hal_espressif-latest/components/esp_wifi/include/
Desp_mesh_internal.h72 uint8_t encrypted : 1; /**< whether mesh networking IE is encrypted */ member
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py567 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/
Dbasic-commands.rst78 …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/
Dsmp_keys.c979 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/
DKconfig381 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/
DKconfig.projbuild814 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/
DKconfig454 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/
DKconfig.in1030 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/
Dtinycrypt.rst233 same nonce for two different messages which are encrypted with the same
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst226 …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 …
Dboot-mode-selection.rst303 … plaintext. Alternatively, flash encryption is disabled but the bootloader is encrypted ciphertext.