/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dragonfly.c | 114 int check, res = -1; in dragonfly_is_quadratic_residue_blind() local 162 check = const_time_select_int(mask, -1, 1); in dragonfly_is_quadratic_residue_blind() 172 mask = const_time_eq(res, check); in dragonfly_is_quadratic_residue_blind()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
D | Kconfig.mac | 43 # TODO: check ESP32-C2 mac address WIFI-4134
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-siv.c | 174 u8 check[AES_BLOCK_SIZE]; in aes_siv_decrypt() local 201 ret = aes_s2v(k1, key_len, num_elem + 1, _addr, _len, check); in aes_siv_decrypt() 204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 12 …`_ section on GitHub if you find a bug or have a feature request. Please check existing `issues <… 16 * If you're interested in contributing to esptool.py, please check the :ref:`contribute` page.
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/ |
D | cpio.h | 39 uint32_t check; member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/ |
D | cpio.h | 39 uint32_t check; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | csv_table_parser.py | 123 def check(p, n): function 155 state = check(p, n) 167 state = check(p, d)
|
/hal_espressif-latest/components/log/ |
D | CMakeLists.txt | 16 …# Ideally, FreeRTOS shouldn't be included into bootloader build, so the 2nd check should be unnece…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 39 Please report bugs in ``esptool.py`` if you find them. However, before reporting a bug please check… 103 …ols will be automatically run by ``pre-commit`` if that is configured. To check your code manually… 113 Codespell check 117 …check, utilize the `skip` keyword followed by comma-separated paths to the files (wildcards are su… 127 …ally by GitHub Actions for each Pull Request. You can run them locally to check for regressions in…
|
D | CHANGELOG.md | 25 - **espefuse**: Adds incompatible eFuse settings check for S3 33 - **espefuse**: Added check for correctness of written data 40 - **esp32c5**: skipped the stub check for esp32c5 mp 67 - **bin_image**: add check for ELF file segment when saving RAM segments 138 - **load_ram**: check for overlaps in bss section
|
D | README.md | 13 If you're interested in contributing to esptool.py, please check the [contributions guide](https://…
|
D | pyproject.toml | 111 …python_version = "3.7" # Specifies the Python version used to parse and check the target… 157 # don't check for unused imports in __init__.py files
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 26 …DISABLE_WAFER_VERSION_MAJOR (BLOCK0) Disables check of wafer version major … 27 …DISABLE_BLK_VERSION_MAJOR (BLOCK0) Disables check of blk version major …
|
D | summary_ESP32-C3.rst | 36 …E (BLOCK0) Use BLOCK0 to check error record registers = with ch… 51 …DISABLE_WAFER_VERSION_MAJOR (BLOCK0) Disables check of wafer version major … 52 …DISABLE_BLK_VERSION_MAJOR (BLOCK0) Disables check of blk version major …
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 141 … EFUSE_BLK0, 159, 1, [] Use BLOCK0 to check error record registers {0: "without check"; 1: "… 142 DISABLE_WAFER_VERSION_MAJOR, EFUSE_BLK0, 160, 1, [] Disables check of wafer v… 143 DISABLE_BLK_VERSION_MAJOR, EFUSE_BLK0, 161, 1, [] Disables check of blk ver…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 31 …` which prompts ``Type 'BURN' (all capitals) to continue.``. To skip this check and go without con… 71 …ks of written eFuses by ``espefuse.py``. In production, you might need to check that all written e… 73 …se_script.py>`__ burns some efuses and checks them after reading back. To check read and write pro…
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_i.h | 35 bool (*check)(struct eap_sm *sm, void *priv, struct wpabuf *respData); member
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | coredump.py | 127 def check(self, line): # type: (bytes) -> Generator member in CoreDump
|