Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 63) sorted by relevance

123

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); in bignum_get_unsigned_bin() local
78 if (len && need > *len) { in bignum_get_unsigned_bin()
79 *len = need; in bignum_get_unsigned_bin()
87 *len = need; in bignum_get_unsigned_bin()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd4-internal.c113 size_t have, need; in MD4Update() local
117 need = MD4_BLOCK_LENGTH - have; in MD4Update()
122 if (len >= need) { in MD4Update()
124 os_memcpy(ctx->buffer + have, input, need); in MD4Update()
126 input += need; in MD4Update()
127 len -= need; in MD4Update()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md17 The stub loader is already automatically integrated into esptool.py. You don't need to do anything …
23 * You will need an ESP8266 gcc toolchain (xtensa-lx106-elf-) and toolchains for ESP32 and later chi…
31 …nly for the ESP32 family, type `make WITHOUT_ESP8266=1` (this negates the need of an ESP8266 toolc…
/hal_espressif-latest/components/bootloader_support/
DREADME.rst9 … BOOTLOADER_BUILD macro set) or in an esp-idf app environment (RTOS running, need locking support.)
DCMakeLists.txt114 # Whether CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES or not, we need verification key to embed
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast_pac.c484 size_t i, need; in eap_fast_write() local
492 need = os_strlen(field) + len * 2 + 30; in eap_fast_write()
494 need += os_strlen(field) + len + 20; in eap_fast_write()
496 if (*pos - *buf + need > *buf_len) { in eap_fast_write()
497 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
505 *buf_len += need; in eap_fast_write()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst58 …. If this option is not used, a manual confirmation step is required, you need to enter the word `…
64 This mode is enabled with the ``--virt`` flag (need to specify chip with ``--chip``). This helps to…
69 Each burn operation requires manual confirmation, you need to type the word ``BURN`` to continue bu…
80 * ``None`` no need any special encoding data. BLOCK0 is always None.
88 * ``None`` no need any special encoding data, but internally it copies data four times. BLOCK0.
107 …hat requires encoded data, making these blocks only writable once. If you need to write multiple k…
Dexecute-scripts-cmd.rst30 … available in CLI, see ``espefuse.py --help``. To run a efuse command you need to call ``espefuse(…
71 …ome checks of written eFuses by ``espefuse.py``. In production, you might need to check that all w…
78 In case you are running the ``execute_scripts`` command from your production script, you may need t…
/hal_espressif-latest/components/esp_psram/
Dproject_include.cmake7 # note that we don't need to set link options as the library linked is independent of this
DCMakeLists.txt44 # note that we don't need to set link options as the library linked is independent of this
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.newlib-time.ld2 They should not be used when you need to solve the Y2K38 problem.
/hal_espressif-latest/
DREADME.md10 …tutorial](https://www.zephyrproject.org/zephyr-rtos-on-esp32/). You don't need to do anything spec…
/hal_espressif-latest/zephyr/
DKconfig111 Some flash chips need sufficient time to pass between power on and first read operation.
113 some flash chip types need more than that.
/hal_espressif-latest/components/soc/
DKconfig37 # need to use the smallest possible MMU page size for the given flash size.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dentering-bootloader.rst8 …o the serial bootloader <automatic-bootloader>` - in which case you don't need to read this sectio…
Dremote-serial-ports.rst38 …der. If using this mode, don't pass the ``--baud`` option to esptool. You need to set the baud rat…
/hal_espressif-latest/components/newlib/
DCMakeLists.txt2 # Bootloader builds need the platform_include directory (for assert.h), but nothing else
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst138 cleans the state context before exiting. Thus, applications do not need to
158 bits). Note that if you need AES-256, it doesn't sound as though your
165 blocks. If you need to encrypt larger data sets, your application would
166 need to replace the key after 2^32 block encryptions.
186 collision property of AES128-CMAC, an external attacker would need the
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst12 You will need `Python 3.7 or newer <https://www.python.org/downloads/>`_ installed on your system t…
47 - If you no longer need the virtual environment, you can remove it by deleting the ``esptoolenv`` d…
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt6 # they need to be updated to be consistent with the changes you are making.
DCMakeLists.txt110 # need to introduce panic "event" concept to remove this dependency (IDF-2194)
/hal_espressif-latest/components/efuse/
DKconfig41 This mode is useful when need to keep changes after reboot
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dreadsamplesjoint.inc99 * Check if we need to do mid/side
/hal_espressif-latest/components/esp_hw_support/
DKconfig117 … To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin
118 … during light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up
155 … Some flash chips need sufficient time to pass between power on and first read operation.
157 some flash chip types need more than that.
/hal_espressif-latest/components/esp_rom/
DCMakeLists.txt76 # We need to disable some warnings due to the ROM code's printf implementation
147 … # Otherwise we need to link to a multilib version of libc compiled with PSRAM workaround.

123