/hal_espressif-3.6.0/docs/en/security/ |
D | secure-boot-v1.rst | 63 …e algorithm operates on a 256 bit key in all cases, 192 bit keys are extended by repeating some bi… 65 …ndard ECDSA public/private key pair (see :ref:`secure-boot-image-signing-algorithm`) in PEM format. 145 … the random number source of the system, and (b) the correctness of the algorithm used. For produc… 203 …ite protected, which prevents software access. For full details of this algorithm see `Secure Boot… 205 3. Generate a digest from data (usually the bootloader image from flash) using the same algorithm a… 207 .. _secure-bootloader-digest-algorithm: 212 Starting with an "image" of binary data as input, this algorithm generates a digest as output. The … 214 For a Python version of this algorithm, see the ``espsecure.py`` tool in the components/esptool_py … 218 …xtend the 192 bit key to 256 bits using the same algorithm described in :ref:`flash-encryption-alg… 231 .. _secure-boot-image-signing-algorithm:
|
D | flash-encryption.rst | 706 …:esp32: - The flash encryption algorithm is AES-256, where the key is "tweaked" with the offset ad… 855 … key which are "tweaked" with the block offset. For details, see :ref:`flash-encryption-algorithm`. 861 …flash encryption key will be tweaked. As a result, the flash encryption algorithm will be equivale… 922 .. _flash-encryption-algorithm: 936 …algorithm is used inverted in flash encryption, so the flash encryption "encrypt" operation is AES… 953 …- To see the full flash encryption algorithm implemented in Python, refer to the ``_flash_encrypti… 957 .. _flash-encryption-algorithm: 964 … AES-CTR) have for this use case. A detailed description of the XTS-AES algorithm can be found in … 968 …- To see the full flash encryption algorithm implemented in Python, refer to the `_flash_encryptio… 972 .. _flash-encryption-algorithm: [all …]
|
/hal_espressif-3.6.0/components/esp_http_client/lib/include/ |
D | http_auth.h | 16 char *algorithm; /*!< Authentication algorithm */ member
|
/hal_espressif-3.6.0/components/fatfs/ |
D | Kconfig | 185 bool "Enable fast seek algorithm when using lseek function through VFS FAT" 200 If fast seek algorithm is enabled, this defines the size of 201 CLMT buffer used by this algorithm in 32-bit word units.
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | blufi.rst | 12 …stomization. Here we use the DH algorithm for key negotiation, 128-AES algorithm for data encrypti… 422 … to negotiate (or generate) a shared key using an asymmetric encryption algorithm (DH, RSA, ECC, e… 426 To ensure data integrity, you need to add a checksum algorithm, such as SHA1, MD5, CRC, etc. 436 …he application layer does not process it, you can use the DH encryption algorithm provided by BluF…
|
D | core_dump.rst | 51 …The SHA256 hash algorithm provides greater probability of detecting corruption than a CRC32 with m…
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | power_management.rst | 9 Power management algorithm included in ESP-IDF can adjust the advanced peripheral bus (APB) frequen… 53 …rder to control the power management algorithm. When an application acquires a lock, the power man…
|
/hal_espressif-3.6.0/components/esp_http_client/lib/ |
D | http_auth.c | 92 if (strcasecmp(auth_data->algorithm, "md5-sess") == 0) { in http_auth_digest()
|
/hal_espressif-3.6.0/docs/zh_CN/security/ |
D | flash-encryption.rst | 853 ``FLASH_CRYPT_CONFIG`` eFuse 决定 flash 加密密钥中随块偏移“调整”的位数。详情可参考 :ref:`flash-encryption-algorithm`。 926 .. _flash-encryption-algorithm: 961 .. _flash-encryption-algorithm: 976 .. _flash-encryption-algorithm:
|
/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 779 bool "Enable RIPEMD-160 hash algorithm" 782 Enable the RIPEMD-160 hash algorithm. 939 bool "Poly1305 MAC algorithm" 942 Enable support for Poly1305 MAC algorithm. 951 bool "ChaCha20-Poly1305 AEAD algorithm" 955 Enable support for ChaCha20-Poly1305 AEAD algorithm. 958 bool "HKDF algorithm (RFC 5869)"
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/ |
D | README.md | 118 --pid=<y|n> Enable or disable PID algorithm 132 Set parameters and type for PID algorithm
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_read/ |
D | README.md | 12 …d or released. For ESP32-S2, the hardware integrates the edge detection algorithm, which can achie…
|
/hal_espressif-3.6.0/components/esp_http_client/ |
D | esp_http_client.c | 510 free(client->auth_data->algorithm); in _clear_auth_data() 1543 … client->auth_data->algorithm = http_utils_get_string_between(auth_header, "algorithm=", ","); 1544 if (client->auth_data->algorithm == NULL) { 1545 client->auth_data->algorithm = strdup("MD5");
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 119 …ects/esp-idf/en/latest/esp32/security/secure-boot-v1.html#image-signing-algorithm>`_ and `Secure B…
|
D | serial-protocol.rst | 324 …ownload is the same, only the data is compressed using the gzip Deflate algorithm to reduce serial… 325 …ownload is the same, only the data is compressed using the gzip Deflate algorithm to reduce serial… 330 …mpressed Flash Downloads, the data is compressed using the gzip deflate algorithm. The number of _… 344 …Consult the ``ESP8266ROM.get_erase_size()`` function in esptool for the algorithm which works arou…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 13 … devices to agree on the resources available and the applicable pairing algorithm (*Just Works* or… 121 The combination of input and output capabilities that determine which algorithm is used are:
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 13 … devices to agree on the resources available and the applicable pairing algorithm (*Just Works* or… 121 The combination of input and output capabilities that determine which algorithm is used are:
|
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_master/ |
D | README.md | 9 The example implements simple control algorithm and checks parameters from slave device and gets al…
|
/hal_espressif-3.6.0/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…
|
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_master/ |
D | README.md | 6 The example implements simple control algorithm and checks parameters from slave device and gets al…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/tutorial/ |
D | Gatt_Security_Client_Example_Walkthrough.md | 81 The combination of input and output capabilities that determine which algorithm is used are:
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/ |
D | ble50_security_client_Example_Walkthrough.md | 109 The combination of input and output capabilities that determine which algorithm is used are:
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | 00history.txt | 40 Improved cluster scan algorithm to write files fast.
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | touch_element.rst | 14 …the touch elements(such as button, slider etc). Then runs the specified algorithm to update touch …
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-key-cmd.rst | 134 …use block in reversed byte order, compared to the order used by the AES algorithm on the host. Usi…
|