/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/ |
D | p_256_multprecision.c | 30 void multiprecision_init(DWORD *c, uint32_t keyLength) in multiprecision_init() 37 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_copy() 101 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add() 119 DWORD multiprecision_sub(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub() 136 void multiprecision_lshift_mod(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_lshift_mod() 158 void multiprecision_rshift(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_rshift() 175 void multiprecision_mersenns_mult_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mersenns_mult_mod() 188 void multiprecision_mersenns_squa_mod(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_mersenns_squa_mod() 194 void multiprecision_add_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add_mod() 216 void multiprecision_sub_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub_mod() [all …]
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 93 struct crypto_bignum *c) in crypto_bignum_add() 102 struct crypto_bignum *c) in crypto_bignum_mod() 110 const struct crypto_bignum *c, in crypto_bignum_exptmod() 120 struct crypto_bignum *c) in crypto_bignum_inverse() 129 struct crypto_bignum *c) in crypto_bignum_sub() 138 struct crypto_bignum *c) in crypto_bignum_div() 147 const struct crypto_bignum *c, in crypto_bignum_mulmod() 256 struct crypto_bignum *c, in crypto_bignum_addmod()
|
D | bignum.c | 157 struct bignum *c) in bignum_add() 176 struct bignum *c) in bignum_sub() 195 struct bignum *c) in bignum_mul() 215 const struct bignum *c, struct bignum *d) in bignum_mulmod() 236 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
D | libtommath.h | 132 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument 213 s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add() 302 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() 421 mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() 454 mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() 492 mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() 540 mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() 561 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() 736 mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod() 776 mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow() [all …]
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/ |
D | bignum.c | 157 struct bignum *c) in bignum_add() 176 struct bignum *c) in bignum_sub() 195 struct bignum *c) in bignum_mul() 215 const struct bignum *c, struct bignum *d) in bignum_mulmod() 236 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
D | libtommath.h | 130 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument 211 s_mp_add (mp_int * a, mp_int * b, mp_int * c) in s_mp_add() 300 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) in s_mp_sub() 419 mp_add (mp_int * a, mp_int * b, mp_int * c) in mp_add() 452 mp_sub (mp_int * a, mp_int * b, mp_int * c) in mp_sub() 490 mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() 538 mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() 559 mp_mod (mp_int * a, mp_int * b, mp_int * c) in mp_mod() 732 mp_invmod (mp_int * a, mp_int * b, mp_int * c) in mp_invmod() 772 mp_invmod_slow (mp_int * a, mp_int * b, mp_int * c) in mp_invmod_slow() [all …]
|
/hal_espressif-2.7.6/components/freertos/test/ |
D | test_freertos_eventgroups.c | 57 for (int c = 0; c < NUM_TASKS; c++) { variable 74 for (int c = 0; c < NUM_TASKS; c++) { variable 109 for (int c = 0; c < NUM_TASKS; c++) { variable 113 for (int c = 0; c < NUM_TASKS; c++) { variable 119 for (int c = 0; c < NUM_TASKS; c++) { variable
|
/hal_espressif-2.7.6/components/esp_gdbstub/src/ |
D | packet.c | 31 void esp_gdbstub_send_char(char c) in esp_gdbstub_send_char() 44 void esp_gdbstub_send_str(const char *c) in esp_gdbstub_send_str() 88 char c; in esp_gdbstub_gethex() local 130 unsigned char c; in esp_gdbstub_read_command() local
|
/hal_espressif-2.7.6/components/esp_system/ |
D | panic.c | 75 void panic_print_char(const char c) in panic_print_char() 85 void panic_print_char(const char c) in panic_print_char() 93 void panic_print_char(const char c) in panic_print_char() 109 int c; in panic_print_hex() local
|
/hal_espressif-2.7.6/components/fatfs/src/ |
D | ffunicode.c | 15231 WCHAR c = 0; in ff_uni2oem() local 15253 WCHAR c = 0; in ff_oem2uni() local 15285 WCHAR c = 0, uc; in ff_uni2oem() local 15321 WCHAR c = 0; in ff_oem2uni() local 15368 WCHAR c = 0, uc; in ff_uni2oem() local 15420 WCHAR c = 0; in ff_oem2uni() local
|
/hal_espressif-2.7.6/components/nghttp/port/ |
D | http_parser.c | 415 #define LOWER(c) (unsigned char)(c | 0x20) argument 416 #define IS_ALPHA(c) (LOWER(c) >= 'a' && LOWER(c) <= 'z') argument 417 #define IS_NUM(c) ((c) >= '0' && (c) <= '9') argument 418 #define IS_ALPHANUM(c) (IS_ALPHA(c) || IS_NUM(c)) argument 419 #define IS_HEX(c) (IS_NUM(c) || (LOWER(c) >= 'a' && LOWER(c) <= 'f')) argument 420 #define IS_MARK(c) ((c) == '-' || (c) == '_' || (c) == '.' || \ argument 423 #define IS_USERINFO_CHAR(c) (IS_ALPHANUM(c) || IS_MARK(c) || (c) == '%' || \ argument 427 #define STRICT_TOKEN(c) (tokens[(unsigned char)c]) argument 430 #define TOKEN(c) (tokens[(unsigned char)c]) argument 431 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c)) argument [all …]
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | sha256.c | 167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument 168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument 170 static inline unsigned int BigEndian(const uint8_t **c) in BigEndian() 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
D | ccm_mode.c | 39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() 140 unsigned int plen, TCCcmMode_t c) in tc_ccm_generation_encryption() 201 unsigned int plen, TCCcmMode_t c) in tc_ccm_decryption_verification()
|
/hal_espressif-2.7.6/components/vfs/ |
D | vfs_cdcacm.c | 122 int c = s_peek_char; in cdcacm_read_char() local 127 uint8_t c; in cdcacm_read_char() local 148 static void cdcacm_return_char(int c) in cdcacm_return_char() 184 int c = cdcacm_read_char(); in cdcacm_read() local
|
D | vfs_uart.c | 157 static void uart_tx_char(int fd, int c) in uart_tx_char() 170 static void uart_tx_char_via_driver(int fd, int c) in uart_tx_char_via_driver() 191 uint8_t c; in uart_rx_char_via_driver() local 210 int c = data_c[i]; in uart_write() local 231 int c = s_ctx[fd]->peek_char; in uart_read_char() local 239 static void uart_return_char(int fd, int c) in uart_return_char() 252 int c = uart_read_char(fd); in uart_read() local
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_compiler.h | 14 #define ___in_section(a, b, c) argument 16 #define __in_section(a, b, c) ___in_section(a, b, c) argument
|
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/ |
D | esp32_compat.h | 56 #define ESP_LOGE(a,b,c) argument 57 #define ESP_LOGV(a,b,c,d) argument 74 #define xTaskCreatePinnedToCore(a,b,c,d,e,f,g) *(f) = malloc(1) argument 83 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument 92 #define IP_ADDR4(ipaddr,a,b,c,d) do { IP4_ADDR(ip_2_ip4(ipaddr),a,b,c,d); \ argument 97 #define IPADDR6_INIT(a, b, c, d) { { { { a, b, c, d } } }, IPADDR_TYPE_V6 } argument
|
/hal_espressif-2.7.6/components/tinyusb/additions/src/ |
D | vfs_tinyusb.c | 136 int c = data_c[i]; in tusb_write() local 174 int c = NONE; in tusb_read() local 178 int c = tud_cdc_n_read_char(0); // get a new one in tusb_read() local
|
/hal_espressif-2.7.6/components/wpa_supplicant/test/ |
D | test_crypto.c | 289 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 298 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 304 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 314 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
|
/hal_espressif-2.7.6/components/jsmn/src/ |
D | jsmn.c | 124 char c = js[parser->pos]; in jsmn_parse_string() local 189 char c; in jsmn_parse() local
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/encoder/srce/ |
D | sbc_dct.c | 52 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_16_SIMPLIFIED(a,b,c) argument 61 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_32(a,b,c) argument
|
/hal_espressif-2.7.6/components/mbedtls/port/aes/block/ |
D | esp_aes.c | 275 int c; in esp_aes_crypt_cfb128() local 327 unsigned char c; in esp_aes_crypt_cfb8() local 372 int c, i; in esp_aes_crypt_ctr() local
|
/hal_espressif-2.7.6/components/esp_netif/include/ |
D | esp_netif_ip_addr.h | 33 #define esp_netif_ip4_makeu32(a,b,c,d) (((uint32_t)((a) & 0xff) << 24) | \ argument 81 #define ESP_IP4TOUINT32(a,b,c,d) (((uint32_t)((a) & 0xffU) << 24) | \ argument 86 #define ESP_IP4TOADDR(a,b,c,d) esp_netif_htonl(ESP_IP4TOUINT32(a, b, c, d)) argument
|
/hal_espressif-2.7.6/components/esp_rom/patches/ |
D | esp_rom_sys.c | 26 IRAM_ATTR void esp_rom_install_channel_putc(int channel, void (*putc)(char c)) in esp_rom_install_channel_putc()
|
/hal_espressif-2.7.6/components/console/linenoise/ |
D | linenoise.c | 301 char c = 0; in completeLine() local 590 int linenoiseEditInsert(struct linenoiseState *l, char c) { in linenoiseEditInsert() 760 char c; in linenoiseEdit() local 943 char c; in linenoiseProbe() local 981 int c = fgetc(stdin); in linenoiseDumb() local 1005 for (int c = *src; c != 0; src++, c = *src) { in sanitize() local
|