Home
last modified time | relevance | path

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

12345678910>>...35

/hal_espressif-2.7.6/components/hal/
DCMakeLists.txt3 set(srcs "wdt_hal_iram.c"
4 "mpu_hal.c")
9 "cpu_hal.c"
10 "rmt_hal.c"
11 "rtc_io_hal.c"
12 "spi_hal.c"
13 "spi_hal_iram.c"
14 "spi_slave_hal.c"
15 "spi_slave_hal_iram.c"
16 "i2s_hal.c"
[all …]
/hal_espressif-2.7.6/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-ctr.c"
[all …]
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/components/bt/
DCMakeLists.txt3 set(srcs "controller/esp32/bt.c")
5 set(srcs "controller/esp32c3/bt.c")
7 set(srcs "controller/esp32s3/bt.c")
24 list(APPEND srcs "common/btc/core/btc_alarm.c"
25 "common/btc/core/btc_manage.c"
26 "common/btc/core/btc_task.c"
27 "common/osi/alarm.c"
28 "common/osi/allocator.c"
29 "common/osi/buffer.c"
30 "common/osi/config.c"
[all …]
/hal_espressif-2.7.6/components/lwip/
DCMakeLists.txt10 "apps/dhcpserver/dhcpserver.c"
11 "apps/ping/esp_ping.c"
12 "apps/ping/ping.c"
13 "apps/ping/ping_sock.c"
14 "apps/sntp/sntp.c"
15 "lwip/src/api/api_lib.c"
16 "lwip/src/api/api_msg.c"
17 "lwip/src/api/err.c"
18 "lwip/src/api/if_api.c"
19 "lwip/src/api/netbuf.c"
[all …]
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/components/soc/esp32s3/
DCMakeLists.txt2 "adc_periph.c"
3 "dac_periph.c"
4 "dedic_gpio_periph.c"
5 "gdma_periph.c"
6 "gpio_periph.c"
7 "i2c_periph.c"
8 "i2s_periph.c"
9 "interrupts.c"
10 "ledc_periph.c"
11 "pcnt_periph.c"
[all …]
/hal_espressif-2.7.6/zephyr/esp32/
DCMakeLists.txt81 ../../components/spi_flash/flash_mmap.c
82 ../../components/spi_flash/esp32/spi_flash_rom_patch.c
83 ../../components/spi_flash/flash_ops.c
86 zephyr_library_sources_ifdef(CONFIG_COUNTER_ESP32 ../../components/hal/timer_hal.c)
90 ../../components/hal/spi_hal.c
91 ../../components/hal/spi_hal_iram.c
92 ../../components/soc/lldesc.c
93 ../../components/soc/esp32/spi_periph.c
98 ../../components/spi_flash/flash_ops.c
99 ../../components/esp32/spiram.c
[all …]
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dsha1-internal.c229 u32 a, b, c, d, e; in SHA1Transform() local
231 unsigned char c[64]; in SHA1Transform() member
245 c = state[2]; in SHA1Transform()
249 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()
250 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()
251 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()
252 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()
253 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()
254 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()
255 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.c218 register u32 a, b, c, d; in MD5Transform() local
222 c = buf[2]; in MD5Transform()
225 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform()
226 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform()
227 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform()
228 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform()
229 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform()
230 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform()
231 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in MD5Transform()
232 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in MD5Transform()
[all …]
Dmd4-internal.c137 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
143 c = state[2]; in MD4Transform()
146 MD4SETP(F1, a, b, c, d, in[ 0], 3); in MD4Transform()
147 MD4SETP(F1, d, a, b, c, in[ 1], 7); in MD4Transform()
148 MD4SETP(F1, c, d, a, b, in[ 2], 11); in MD4Transform()
149 MD4SETP(F1, b, c, d, a, in[ 3], 19); in MD4Transform()
150 MD4SETP(F1, a, b, c, d, in[ 4], 3); in MD4Transform()
151 MD4SETP(F1, d, a, b, c, in[ 5], 7); in MD4Transform()
152 MD4SETP(F1, c, d, a, b, in[ 6], 11); in MD4Transform()
153 MD4SETP(F1, b, c, d, a, in[ 7], 19); in MD4Transform()
[all …]
/hal_espressif-2.7.6/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-2.7.6/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 "ledc_periph.c"
9 "pcnt_periph.c"
10 "rmt_periph.c"
11 "rtc_io_periph.c"
[all …]
/hal_espressif-2.7.6/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 "ledc_periph.c"
10 "pcnt_periph.c"
11 "rmt_periph.c"
[all …]
/hal_espressif-2.7.6/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-2.7.6/components/wifi_provisioning/
DCMakeLists.txt1 set(srcs "src/wifi_config.c"
2 "src/wifi_scan.c"
3 "src/manager.c"
4 "src/handlers.c"
5 "src/scheme_softap.c"
6 "src/scheme_console.c"
7 "proto-c/wifi_config.pb-c.c"
8 "proto-c/wifi_scan.pb-c.c"
9 "proto-c/wifi_constants.pb-c.c")
14 "src/scheme_ble.c")
[all …]
/hal_espressif-2.7.6/components/coap/
DCMakeLists.txt4 "libcoap/src/address.c"
5 "libcoap/src/async.c"
6 "libcoap/src/block.c"
7 "libcoap/src/coap_event.c"
8 "libcoap/src/coap_hashkey.c"
9 "libcoap/src/coap_session.c"
10 "libcoap/src/coap_time.c"
11 "port/coap_debug.c"
12 "libcoap/src/encode.c"
13 "libcoap/src/mem.c"
[all …]
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dccm_mode.c39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() argument
44 if (c == (TCCcmMode_t) 0 || in tc_ccm_config()
54 c->mlen = mlen; in tc_ccm_config()
55 c->sched = sched; in tc_ccm_config()
56 c->nonce = nonce; in tc_ccm_config()
140 unsigned int plen, TCCcmMode_t c) in tc_ccm_generation_encryption() argument
145 (c == (TCCcmMode_t) 0) || in tc_ccm_generation_encryption()
150 (olen < (plen + c->mlen))) { /* invalid output buffer size */ in tc_ccm_generation_encryption()
161 b[0] = ((alen > 0) ? 0x40 : 0) | (((c->mlen - 2) / 2 << 3)) | (1); in tc_ccm_generation_encryption()
163 b[i] = c->nonce[i - 1]; in tc_ccm_generation_encryption()
[all …]
/hal_espressif-2.7.6/components/soc/esp32c3/
DCMakeLists.txt2 "adc_periph.c"
3 "gdma_periph.c"
4 "gpio_periph.c"
5 "interrupts.c"
6 "spi_periph.c"
7 "ledc_periph.c"
8 "rmt_periph.c"
9 "soc_memory_layout.c"
10 "sigmadelta_periph.c"
11 "soc_memory_layout.c"
[all …]
/hal_espressif-2.7.6/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-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
DCMakeLists.txt1 set(srcs "ble_mesh_adapter.c"
2 "ble_mesh_cfg_srv_model.c"
3 "ble_mesh_console_lib.c"
4 "ble_mesh_console_main.c"
5 "ble_mesh_console_system.c"
6 "ble_mesh_register_cmd.c"
7 "ble_mesh_reg_cfg_client_cmd.c"
8 "ble_mesh_register_server_cmd.c"
9 "ble_mesh_reg_gen_onoff_client_cmd.c"
10 "ble_mesh_reg_test_perf_client_cmd.c"
[all …]
/hal_espressif-2.7.6/components/cbor/
DCMakeLists.txt1 idf_component_register(SRCS "tinycbor/src/cborencoder_close_container_checked.c"
2 "tinycbor/src/cborencoder.c"
3 "tinycbor/src/cborerrorstrings.c"
4 "tinycbor/src/cborparser_dup_string.c"
5 "tinycbor/src/cborparser.c"
6 "tinycbor/src/cborpretty_stdio.c"
7 "tinycbor/src/cborpretty.c"
8 "tinycbor/src/cbortojson.c"
9 "tinycbor/src/cborvalidation.c"
10 "tinycbor/src/open_memstream.c"
[all …]

12345678910>>...35