/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local 191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress() 196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 198 h = g; g = f; f = e; e = d + t1; in compress() 209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 211 h = g; g = f; f = e; e = d + t1; in compress() 216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local 191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress() 196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 198 h = g; g = f; f = e; e = d + t1; in compress() 209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 211 h = g; g = f; f = e; e = d + t1; in compress() 216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | color_types.h | 163 uint32_t g: 8; /*!< G component [0, 255] */ member 175 uint8_t g; /*!< G component [0, 255] */ member 185 uint16_t g: 6; /*!< G component [0, 63] */ member
|
/hal_espressif-latest/components/esp_rom/ |
D | Kconfig.projbuild | 28 e.g. on ESP32-S2, the control GPIO is GPIO46. 34 e.g. on ESP32-S2, the control GPIO is GPIO46.
|
D | README.md | 5 …ROM bootloader, 2nd bootloader, esp_tool flash stub and some driver code (e.g. GPIO matrix). ROM f… 23 …rom/patches`. These ROM APIs are always prefixed with the name `esp_rom` (e.g. `esp_rom_printf`), …
|
/hal_espressif-latest/components/heap/ |
D | internals.md | 5 …efined in [esp_attr.h](./../../components/esp_common/include/esp_attr.h) (e.g., `heap_caps_malloc`… 7 2. The functions that does not require the best of performance placed in the flash (e.g., `heap_cap…
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 9 …aml_ file under `zephyr/port/pincfgs` named with the lowercased SoC name (e.g., `esp32.yml` for `E… 38 …r elements represent a pin number (e.g., `1` means `GPIO1`) while a 2-sized array represents a pin… 43 …oc}-gpio-sigmap.h` file. Drop the `ESP_` prefix and lowercase the result (e.g., `ESP_U0TXD_OUT` be…
|
/hal_espressif-latest/components/log/ |
D | README.rst | 35 Then use one of logging macros to produce output, e.g: 49 Additionally, there are ``ESP_EARLY_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_EA… 51 There are also ``ESP_DRAM_LOGx`` versions for each of these macros, e.g. :c:macro:`ESP_DRAM_LOGE`. … 59 At file scope, define it before including ``esp_log.h``, e.g.:
|
D | Kconfig | 103 e.g. (90000) 109 e.g. (00:01:30.000)
|
/hal_espressif-latest/tools/esptool_py/test/secure_images/ |
D | rsa_secure_boot_signing_pubkey2.pem | 6 QDgnjgkxYHtUq9psalCqR8hjAx+pQHyGOMLNYSK0RwqslbvXy0dheLjlUPg84Z/g
|
D | rsa_secure_boot_signing_key2.pem | 31 2g/NfF+j/qOA9Nekc465cwNRUGfhg0kvN4zbHlBEiWQRUHn9qjW2evYhudJNZEH+
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | lpn.c | 676 size_t i = 0U, g = 0U; in sub_update() local 684 for (i = 0U, g = 0U; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update() 699 if (added_count + g >= lpn->queue_size) { in sub_update() 704 req.addr_list[g++] = sys_cpu_to_be16(lpn->groups[i]); in sub_update() 707 if (g == ARRAY_SIZE(req.addr_list)) { in sub_update() 712 if (g == 0U) { in sub_update() 719 if (bt_mesh_ctl_send(&tx, op, &req, 1 + g * 2, in sub_update()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | sha256-internal.c | 106 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument 107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | configuration-file.rst | 39 environment variable, e.g. ``ESPTOOL_CFGFILE = ~/custom_config.cfg``. 123 - Consists of individual commands divided by ``|`` (e.g. ``R0|D1|W0.5``). 124 - Commands (e.g. ``R0``) are defined by a code (``R``) and an argument (``0``).
|
D | serial-connection.rst | 53 … {IDF_TARGET_NAME} bootloader uses. The apps on top of the Espressif SDK (e.g. Arduino sketch) tal…
|
D | basic-options.rst | 13 * The target chip type can be selected using the ``--chip``/ ``-c`` option, e.g. ``esptool.py --chi… 37 On most Linux distributions, the solution is to add the user to the ``dialout`` group (check e.g. `…
|
D | flasher-stub.rst | 24 There might be cases where it is necessary to disable the stub loader (e.g. debugging). To do that,…
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | installation.rst | 36 …users who may be concerned about interfering with existing installations (e.g. in an environment o… 38 - Create a virtual environment and choose its name, e.g. 'esptoolenv': ``python -m venv esptoolenv`` 64 If ``esptool.py`` is installed as a component of a development framework (e.g. `ESP-IDF <https://do…
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.memory | 29 E.g. parts are used by the software bootloader, and will only be available
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.memory | 29 E.g. parts are used by the software bootloader, and will only be available
|
/hal_espressif-latest/components/log/host_test/log_test/ |
D | README.md | 12 * The host's gcc/g++
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 103 identified by ``if_key`` (e.g. `ETH_DEF`) and to filter only specific frames based on their type (e…
|
/hal_espressif-latest/components/esp_hw_support/ |
D | README.md | 18 * **Peripheral** side extensions, e.g. GPTimer support generating different kinds of ETM events, an…
|