Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 66) sorted by relevance

123

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c30 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-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c108 struct crypto_bignum *c) in crypto_bignum_add()
117 struct crypto_bignum *c) in crypto_bignum_mod()
125 const struct crypto_bignum *c, in crypto_bignum_exptmod()
135 struct crypto_bignum *c) in crypto_bignum_inverse()
144 struct crypto_bignum *c) in crypto_bignum_sub()
153 struct crypto_bignum *c) in crypto_bignum_div()
162 const struct crypto_bignum *c, in crypto_bignum_mulmod()
171 struct crypto_bignum *c) in crypto_bignum_sqrmod()
297 const struct crypto_bignum *c, in crypto_bignum_addmod()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c141 struct bignum *c) in bignum_add()
159 struct bignum *c) in bignum_sub()
177 struct bignum *c) in bignum_mul()
196 const struct bignum *c, struct bignum *d) in bignum_mulmod()
216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
Dlibtommath.h130 #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-latest/components/esp_rom/linux/
Desp_rom_sys.c19 static void call_linux_putc(char c) { in call_linux_putc()
23 #define is_digit(c) ((c >= '0') && (c <= '9')) argument
52 static int esp_rom_vprintf(void (*putc)(char c), const char *fmt, va_list ap) in esp_rom_vprintf()
60 char c, sign; in esp_rom_vprintf() local
271 void esp_rom_install_channel_putc(int channel, void (*putc)(char c)) in esp_rom_install_channel_putc()
/hal_espressif-latest/components/esp_system/
Dpanic.c83 static void panic_print_char_uart(const char c) in panic_print_char_uart()
93 static void panic_print_char_usb_cdc(const char c) in panic_print_char_usb_cdc()
107 static void panic_print_char_usb_serial_jtag(const char c) in panic_print_char_usb_serial_jtag()
121 void panic_print_char(const char c) in panic_print_char()
144 int c; in panic_print_hex() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dsha256.c167 #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
Dccm_mode.c39 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-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dsha256.c167 #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
Dccm_mode.c39 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-latest/components/esp_netif/include/
Desp_netif_ip_addr.h27 #define esp_netif_ip4_makeu32(a,b,c,d) (((uint32_t)((a) & 0xff) << 24) | \ argument
75 #define ESP_IP4TOUINT32(a,b,c,d) (((uint32_t)((a) & 0xffU) << 24) | \ argument
80 #define ESP_IP4TOADDR(a,b,c,d) esp_netif_htonl(ESP_IP4TOUINT32(a, b, c, d)) argument
82 #define ESP_IP4ADDR_INIT(a, b, c, d) { .type = ESP_IPADDR_TYPE_V4, .u_addr = { .ip4 = { .addr = ES… argument
83 #define ESP_IP6ADDR_INIT(a, b, c, d) { .type = ESP_IPADDR_TYPE_V6, .u_addr = { .ip6 = { .addr = { … argument
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h260 #define os_memset(s, c, n) memset(s, c, n) argument
287 #define os_strchr(s, c) strchr((s), (c)) argument
296 #define os_strrchr(s, c) strrchr((s), (c)) argument
365 #define os_queue_send(a, b, c) wifi_funcs->_queue_send((a), (b), (c)) argument
366 #define os_queue_send_to_front(a, b, c) wifi_funcs->_queue_send_to_front((a), (b), (c)) argument
367 #define os_queue_recv(a, b, c) wifi_funcs->_queue_recv((a), (b), (c)) argument
370 #define os_task_create(a,b,c,d,e,f) wifi_funcs->_task_create((a), (b), (c), (d), (e), (f)) argument
384 #define os_event_group_wait_bits(a, b, c, d, e) wifi_funcs->_event_group_wait_bits((a), (b), (c), (… argument
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c94 uint8_t c; in stub_cdcacm_cb() local
168 void stub_tx_one_char(char c) in stub_tx_one_char()
213 char c = 0; in stub_rx_one_char() local
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dconsole_parser.py66 def _handle_menu_key(self, c): # type: (str) -> Optional[tuple] argument
139 def parse_next_action_key(self, c): # type: (str) -> Optional[tuple] argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_compiler.h14 #define ___in_section(a, b, c) argument
16 #define __in_section(a, b, c) ___in_section(a, b, c) argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_dct.c52 #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-latest/components/mbedtls/port/aes/block/
Desp_aes.c348 int c; in esp_aes_crypt_cfb128() local
403 unsigned char c; in esp_aes_crypt_cfb8() local
461 int c, i, ret = -1; in esp_aes_crypt_ctr() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_sys.c14 IRAM_ATTR void esp_rom_install_channel_putc(int channel, void (*putc)(char c)) in esp_rom_install_channel_putc()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console_loader.c55 void bootloader_console_write_char_usb(char c) in bootloader_console_write_char_usb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_ci.c72 void bta_dm_ci_rmt_oob(BOOLEAN accept, BD_ADDR bd_addr, BT_OCTET16 c, BT_OCTET16 r) in bta_dm_ci_rmt_oob()
/hal_espressif-latest/components/esp_system/include/esp_private/
Dstartup_internal.h68 #define ESP_SYSTEM_INIT_FN(f, c, priority, ...) \ argument
/hal_espressif-latest/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
/hal_espressif-latest/components/hal/
Dlcd_hal.c26 uint32_t c = a % b; in _gcd() local

123