Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/linker/
Desp32.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c2/src/linker/
Desp32c2.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c3/src/linker/
Desp32c3.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32c6/src/linker/
Desp32c6.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32s2/src/linker/
Desp32s2.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/zephyr/esp32s3/src/linker/
Desp32s3.rom.alias.ld3 /* Consider using prefix in all names when adding it */
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.h130 const char *prefix,
Deap_tls_common.c945 const char *prefix, in eap_peer_select_phase2_methods() argument
961 prefix_len = os_strlen(prefix); in eap_peer_select_phase2_methods()
965 pos = os_strstr(start, prefix); in eap_peer_select_phase2_methods()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h28 static inline void trc_dump_buffer(const char *prefix, uint8_t *data, uint16_t len) in trc_dump_buffer() argument
36 if (prefix) { in trc_dump_buffer()
37 printf("%s: len %d\r\n", prefix, len); in trc_dump_buffer()
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md43 …de/zephyr/dt-bindings/pinctrl/{soc}-gpio-sigmap.h` file. Drop the `ESP_` prefix and lowercase the …
/hal_espressif-latest/components/mbedtls/
DKconfig717 Enable to support ciphersuites with prefix TLS-RSA-WITH-
724 Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-
742 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
749 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
756 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
763 Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-
770 Enable to support ciphersuites with prefix TLS-ECJPAKE-WITH-
DCMakeLists.txt236 # We don't need to filter aes.c as this uses a different prefix (esp_aes_x) and the
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst19 New values can be a numeric value in decimal or hex (with "0x" prefix). eFuse bits can only be burn…
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflash-modes.rst69 …ytes, although Espressif's technical documentation doesn't use the Mebi- prefix. This is due to co…
Dbasic-commands.rst201 …n`` and ``my_app.elf-0x40000.bin``. You can alter the firmware file name prefix using the ``--outp…
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py432 prefix = "TRACE +%.3f " % delta
433 print(prefix + (message % format_args))
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c175 static struct wpabuf * dpp_get_pubkey_point(struct crypto_key *pkey, int prefix) in dpp_get_pubkey_point() argument
204 if (!prefix) { in dpp_get_pubkey_point()