Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 1071) sorted by relevance

12345678910>>...43

/hal_espressif-3.4.0/components/hal/
DCMakeLists.txt3 set(srcs "wdt_hal_iram.c"
4 "mpu_hal.c"
5 "cpu_hal.c")
11 "rmt_hal.c"
12 "rtc_io_hal.c"
13 "spi_hal.c"
14 "spi_hal_iram.c"
15 "spi_slave_hal.c"
16 "spi_slave_hal_iram.c"
17 "i2s_hal.c"
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c30 void multiprecision_init(DWORD *c, uint32_t keyLength) in multiprecision_init() argument
33 c[i] = 0; in multiprecision_init()
37 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_copy() argument
40 c[i] = a[i]; in multiprecision_copy()
101 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add() argument
112 c[i] = temp; in multiprecision_add()
119 DWORD multiprecision_sub(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub() argument
128 c[i] = temp - b[i]; in multiprecision_sub()
129 borrow |= (c[i] > temp); in multiprecision_sub()
136 void multiprecision_lshift_mod(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_lshift_mod() argument
[all …]
/hal_espressif-3.4.0/components/driver/
DCMakeLists.txt4 "gpio.c"
5 "i2c.c"
6 "i2s.c"
7 "ledc.c"
8 "pcnt.c"
9 "periph_ctrl.c"
10 "rmt.c"
11 "rtc_io.c"
12 "rtc_module.c"
13 "sdspi_crc.c"
[all …]
/hal_espressif-3.4.0/components/bt/
DCMakeLists.txt3 set(srcs "controller/esp32/bt.c"
4 "controller/esp32/hli_api.c"
7 set(srcs "controller/esp32c3/bt.c")
9 set(srcs "controller/esp32s3/bt.c")
30 list(APPEND srcs "common/btc/core/btc_alarm.c"
31 "common/api/esp_blufi_api.c"
32 "common/btc/core/btc_manage.c"
33 "common/btc/core/btc_task.c"
34 "common/btc/profile/esp/blufi/blufi_prf.c"
35 "common/btc/profile/esp/blufi/blufi_protocol.c"
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/
DCMakeLists.txt1 set(srcs "port/os_xtensa.c"
2 "src/ap/ap_config.c"
3 "src/ap/ieee802_1x.c"
4 "src/ap/wpa_auth.c"
5 "src/ap/wpa_auth_ie.c"
6 "src/common/sae.c"
7 "src/common/wpa_common.c"
8 "src/common/dpp.c"
9 "src/utils/bitfield.c"
10 "src/crypto/aes-siv.c"
[all …]
/hal_espressif-3.4.0/components/lwip/
DCMakeLists.txt10 "apps/sntp/sntp.c"
11 "lwip/src/api/api_lib.c"
12 "lwip/src/api/api_msg.c"
13 "lwip/src/api/err.c"
14 "lwip/src/api/if_api.c"
15 "lwip/src/api/netbuf.c"
16 "lwip/src/api/netdb.c"
17 "lwip/src/api/netifapi.c"
18 "lwip/src/api/sockets.c"
19 "lwip/src/api/tcpip.c"
[all …]
/hal_espressif-3.4.0/components/libsodium/
DCMakeLists.txt5 "${SRC}/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c"
6 "${SRC}/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c"
7 "${SRC}/crypto_auth/crypto_auth.c"
8 "${SRC}/crypto_auth/hmacsha256/auth_hmacsha256.c"
9 "${SRC}/crypto_auth/hmacsha512/auth_hmacsha512.c"
10 "${SRC}/crypto_auth/hmacsha512256/auth_hmacsha512256.c"
11 "${SRC}/crypto_box/crypto_box.c"
12 "${SRC}/crypto_box/crypto_box_easy.c"
13 "${SRC}/crypto_box/crypto_box_seal.c"
14 "${SRC}/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c"
[all …]
/hal_espressif-3.4.0/zephyr/esp32/
DCMakeLists.txt94 ../esp_shared/src/host_flash/cache_utils.c
95 ../../components/spi_flash/flash_mmap.c
96 ../../components/spi_flash/esp32/spi_flash_rom_patch.c
97 ../../components/spi_flash/flash_ops.c
98 ../../components/spi_flash/esp32/flash_ops_esp32.c
106 zephyr_library_sources_ifdef(CONFIG_COUNTER_TMR_ESP32 ../../components/hal/timer_hal.c)
110 ../../components/hal/spi_hal.c
111 ../../components/hal/spi_hal_iram.c
112 ../../components/soc/lldesc.c
113 ../../components/soc/esp32/spi_periph.c
[all …]
/hal_espressif-3.4.0/zephyr/esp32s2/
DCMakeLists.txt92 ../esp_shared/src/host_flash/cache_utils.c
93 ../../components/spi_flash/flash_mmap.c
94 ../../components/spi_flash/esp32s2/spi_flash_rom_patch.c
95 ../../components/spi_flash/flash_ops.c
96 ../../components/spi_flash/esp32s2/flash_ops_esp32s2.c
104 zephyr_library_sources_ifdef(CONFIG_COUNTER_TMR_ESP32 ../../components/hal/timer_hal.c)
108 ../../components/hal/spi_hal.c
109 ../../components/hal/spi_hal_iram.c
110 ../../components/soc/lldesc.c
111 ../../components/soc/esp32s2/spi_periph.c
[all …]
/hal_espressif-3.4.0/zephyr/esp32c3/
DCMakeLists.txt85 ../../components/hal/spi_hal.c
86 ../../components/hal/spi_hal_iram.c
87 ../../components/soc/lldesc.c
88 ../../components/soc/esp32c3/spi_periph.c
89 ../../components/hal/gdma_hal.c
94 ../esp_shared/src/host_flash/cache_utils.c
95 ../../components/spi_flash/flash_mmap.c
96 ../../components/spi_flash/esp32c3/spi_flash_rom_patch.c
97 ../../components/spi_flash/flash_ops.c
98 ../../components/spi_flash/esp32c3/flash_ops_esp32c3.c
[all …]
/hal_espressif-3.4.0/zephyr/esp32s3/
DCMakeLists.txt91 ../esp_shared/src/host_flash/cache_utils.c
92 ../../components/spi_flash/flash_mmap.c
93 ../../components/spi_flash/esp32s3/spi_flash_rom_patch.c
94 ../../components/spi_flash/flash_ops.c
95 ../../components/spi_flash/esp32s3/flash_ops_esp32s3.c
105 ../../components/hal/uart_hal.c
106 ../../components/hal/uart_hal_iram.c
111 ../../components/hal/spi_hal.c
112 ../../components/hal/spi_hal_iram.c
113 ../../components/soc/lldesc.c
[all …]
/hal_espressif-3.4.0/components/esp_gdbstub/src/
Dpacket.c31 void esp_gdbstub_send_char(char c) in esp_gdbstub_send_char() argument
33 if (c == '#' || c == '$' || c == '}' || c == '*') { in esp_gdbstub_send_char()
35 esp_gdbstub_putchar(c ^ 0x20); in esp_gdbstub_send_char()
36 s_chsum += (c ^ 0x20) + '}'; in esp_gdbstub_send_char()
38 esp_gdbstub_putchar(c); in esp_gdbstub_send_char()
39 s_chsum += c; in esp_gdbstub_send_char()
44 void esp_gdbstub_send_str(const char *c) in esp_gdbstub_send_str() argument
46 while (*c != 0) { in esp_gdbstub_send_str()
47 esp_gdbstub_send_char(*c); in esp_gdbstub_send_str()
48 c++; in esp_gdbstub_send_str()
[all …]
/hal_espressif-3.4.0/components/freemodbus/
DCMakeLists.txt6 "common/esp_modbus_master.c"
7 "common/esp_modbus_slave.c"
8 "modbus/mb.c"
9 "modbus/mb_m.c"
10 "modbus/ascii/mbascii.c"
11 "modbus/ascii/mbascii_m.c"
12 "modbus/rtu/mbrtu_m.c"
13 "modbus/rtu/mbrtu.c"
14 "modbus/rtu/mbcrc.c"
15 "modbus/tcp/mbtcp.c"
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dsha1-internal.c178 u32 a, b, c, d, e; in SHA1Transform() local
180 unsigned char c[64]; in SHA1Transform() member
194 c = state[2]; in SHA1Transform()
198 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
199 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
200 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
201 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
202 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform()
203 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
204 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
[all …]
Dmd5-internal.c210 register u32 a, b, c, d; in MD5Transform() local
214 c = buf[2]; in MD5Transform()
217 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
218 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
219 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
220 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
221 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
222 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform()
223 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform()
224 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform()
[all …]
Dmd4-internal.c200 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
216 c = state[2]; in MD4Transform()
219 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform()
220 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform()
221 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform()
222 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform()
223 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform()
224 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform()
225 MD4STEP(F1, c, d, a, b, in[ 6], 11); in MD4Transform()
226 MD4STEP(F1, b, c, d, a, in[ 7], 19); in MD4Transform()
[all …]
/hal_espressif-3.4.0/components/esp_rom/linux/
Desp_rom_sys.c23 static void call_linux_putc(char c);
25 static void (*s_esp_rom_putc)(char c) = call_linux_putc;
27 static void call_linux_putc(char c) { in call_linux_putc() argument
28 putc(c, stdout); in call_linux_putc()
31 #define is_digit(c) ((c >= '0') && (c <= '9')) argument
60 static int esp_rom_vprintf(void (*putc)(char c), const char *fmt, va_list ap) in esp_rom_vprintf() argument
68 char c, sign, *cp=buf; in esp_rom_vprintf() local
74 while ((c = *fmt++) != '\0') { in esp_rom_vprintf()
75 if (c == '%') { in esp_rom_vprintf()
76 c = *fmt++; in esp_rom_vprintf()
[all …]
Desp_rom_md5.c166 register uint32_t a, b, c, d; in MD5Transform() local
170 c = buf[2]; in MD5Transform()
173 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
174 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
175 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
176 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
177 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
178 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform()
179 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform()
180 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform()
[all …]
/hal_espressif-3.4.0/components/soc/esp32s3/
DCMakeLists.txt2 "adc_periph.c"
3 "dedic_gpio_periph.c"
4 "gdma_periph.c"
5 "gpio_periph.c"
6 "i2c_periph.c"
7 "i2s_periph.c"
8 "interrupts.c"
9 "lcd_periph.c"
10 "ledc_periph.c"
11 "mcpwm_periph.c"
[all …]
/hal_espressif-3.4.0/components/nghttp/
DCMakeLists.txt2 "nghttp2/lib/nghttp2_buf.c"
3 "nghttp2/lib/nghttp2_callbacks.c"
4 "nghttp2/lib/nghttp2_debug.c"
5 "nghttp2/lib/nghttp2_frame.c"
6 "nghttp2/lib/nghttp2_hd.c"
7 "nghttp2/lib/nghttp2_hd_huffman.c"
8 "nghttp2/lib/nghttp2_hd_huffman_data.c"
9 "nghttp2/lib/nghttp2_helper.c"
10 "nghttp2/lib/nghttp2_http.c"
11 "nghttp2/lib/nghttp2_map.c"
[all …]
/hal_espressif-3.4.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-architecture.rst241 * - :component_file:`access.c <bt/esp_ble_mesh/mesh_core/access.c>`
243 * - :component_file:`transport.c <bt/esp_ble_mesh/mesh_core/transport.c>`
245 * - :component_file:`net.c <bt/esp_ble_mesh/mesh_core/net.c>`
247 * - :component_file:`adv.c <bt/esp_ble_mesh/mesh_core/adv.c>`
263 * - :component_file:`prov.c <bt/esp_ble_mesh/mesh_core/prov.c>`
265 * - :component_file:`proxy_server.c <bt/esp_ble_mesh/mesh_core/proxy_server.c>`
267 * - :component_file:`beacon.c <bt/esp_ble_mesh/mesh_core/beacon.c>`
278 * - :component_file:`provisioner_prov.c <bt/esp_ble_mesh/mesh_core/provisioner_prov.c>`
280 * - :component_file:`proxy_client.c <bt/esp_ble_mesh/mesh_core/proxy_client.c>`
282 * - :component_file:`provisioner_main.c <bt/esp_ble_mesh/mesh_core/provisioner_main.c>`
[all …]
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32c3.map3 esp-idf/app_update/libapp_update.a(esp_app_desc.c.obj)
5 esp-idf/pthread/libpthread.a(pthread.c.obj)
7 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj)
8 esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create)
9 esp-idf/esp_system/libesp_system.a(ubsan.c.obj)
11 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj)
13 esp-idf/esp_system/libesp_system.a(clk.c.obj)
14 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_clk_init)
15 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj)
16 … esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_cache_err_int_init)
[all …]
/hal_espressif-3.4.0/components/protocomm/
DCMakeLists.txt4 set(priv_include_dirs proto-c src/common)
6 "src/common/protocomm.c"
7 "src/security/security0.c"
8 "src/security/security1.c"
9 "proto-c/constants.pb-c.c"
10 "proto-c/sec0.pb-c.c"
11 "proto-c/sec1.pb-c.c"
12 "proto-c/session.pb-c.c"
13 "src/transports/protocomm_console.c"
14 "src/transports/protocomm_httpd.c")
[all …]
/hal_espressif-3.4.0/components/soc/esp32s2/
DCMakeLists.txt2 "adc_periph.c"
3 "dac_periph.c"
4 "dedic_gpio_periph.c"
5 "gpio_periph.c"
6 "i2c_periph.c"
7 "i2s_periph.c"
8 "interrupts.c"
9 "lcd_periph.c"
10 "ledc_periph.c"
11 "pcnt_periph.c"
[all …]
/hal_espressif-3.4.0/components/soc/esp32/
DCMakeLists.txt2 "adc_periph.c"
3 "dac_periph.c"
4 "gpio_periph.c"
5 "i2c_periph.c"
6 "i2s_periph.c"
7 "interrupts.c"
8 "lcd_periph.c"
9 "ledc_periph.c"
10 "mcpwm_periph.c"
11 "pcnt_periph.c"
[all …]

12345678910>>...43