Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 77) sorted by relevance

1234

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c114 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/
DKconfig.hw_support5 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/
DKconfig.hw_support5 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/
DKconfig.hw_support5 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/
DKconfig.hw_support5 Required minimum chip revision. ESP-IDF will check for it and
6 reject to boot if the chip revision fails the check.
DKconfig.mac43 # TODO: check ESP32-C2 mac address WIFI-4134
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DKconfig.hw_support5 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/
DKconfig.hw_support5 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/
Daes-siv.c174 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/
DKconfig.hw_support5 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/
Dresources.rst12 …`_ 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/
Dcpio.h39 uint32_t check; member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dcpio.h39 uint32_t check; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dcsv_table_parser.py123 def check(p, n): function
155 state = check(p, n)
167 state = check(p, d)
/hal_espressif-latest/components/log/
DCMakeLists.txt16 …# Ideally, FreeRTOS shouldn't be included into bootloader build, so the 2nd check should be unnece…
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst39 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
117check, 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…
DCHANGELOG.md25 - **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
DREADME.md13 If you're interested in contributing to esptool.py, please check the [contributions guide](https://…
Dpyproject.toml111 …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/
Dsummary_ESP32-C2.rst26 …DISABLE_WAFER_VERSION_MAJOR (BLOCK0) Disables check of wafer version major …
27 …DISABLE_BLK_VERSION_MAJOR (BLOCK0) Disables check of blk version major …
Dsummary_ESP32-C3.rst36 …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/
Desp_efuse_table.csv141 … 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/
Dexecute-scripts-cmd.rst31 …` 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/
Deap_i.h35 bool (*check)(struct eap_sm *sm, void *priv, struct wpabuf *respData); member
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dcoredump.py127 def check(self, line): # type: (bytes) -> Generator member in CoreDump

1234