/hal_espressif-latest/components/hal/platform_port/include/hal/ |
D | misc.h | 16 #define HAL_SWAP16(d) __builtin_bswap16((d)) argument 17 #define HAL_SWAP32(d) __builtin_bswap32((d)) argument 18 #define HAL_SWAP64(d) __builtin_bswap64((d)) argument
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | ext_password.h | 27 #define ext_password_deinit(d) argument 28 #define ext_password_get(d, n) NULL argument
|
/hal_espressif-latest/components/esp_netif/include/ |
D | esp_netif_ip_addr.h | 27 #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/bt/host/bluedroid/stack/smp/ |
D | aes.c | 305 # define block_copy_nn(d, s, l) memcpy(d, s, l) argument 306 # define block_copy(d, s) memcpy(d, s, N_BLOCK) argument 308 # define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument 309 # define block_copy(d, s) copy_block(d, s) argument 313 static void copy_block( void *d, const void *s ) in copy_block() 340 static void copy_block_nn( void *d, const void *s, uint_8t nn ) in copy_block_nn() 348 static void xor_block( void *d, const void *s ) in xor_block() 375 static void copy_and_key( void *d, const void *s, const void *k ) in copy_and_key()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | dequant.c | 149 OI_UINT32 d; in OI_SBC_Dequant() local 188 OI_UINT32 d; in OI_SBC_Dequant_Unscaled() local
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 254 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument 257 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument 302 #define os_strlcpy(d, s, n) strlcpy((d), (s), (n)) argument 305 #define os_strcat(d, s) strcat((d), (s)) 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/components/wpa_supplicant/src/tls/ |
D | bignum.c | 196 const struct bignum *c, struct bignum *d) in bignum_mulmod() 216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
D | libtommath.h | 538 mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() 1030 mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d() 1402 mp_digit d; in mp_mul_2d() local 1632 mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() 1715 mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() 2179 mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l() 2218 mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 126 struct crypto_bignum *d) in crypto_bignum_exptmod() 163 struct crypto_bignum *d) in crypto_bignum_mulmod() 298 struct crypto_bignum *d) in crypto_bignum_addmod()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ecc.h | 154 #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/ |
D | ecc.h | 154 #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/mbedtls/port/ecdsa/ |
D | ecdsa_alt.c | 127 const mbedtls_mpi *d, const unsigned char* msg, size_t msg_len) in esp_ecdsa_sign() 210 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in __wrap_mbedtls_ecdsa_sign() 237 … const mbedtls_mpi *d, const unsigned char *buf, size_t blen, in __wrap_mbedtls_ecdsa_sign_restartable()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_utils.h | 350 #define OI_DigitToChar(d) ((d) + '0') argument
|
/hal_espressif-latest/components/hal/ |
D | lcd_hal.c | 54 uint32_t d = a / LCD_LL_CLK_FRAC_DIV_AB_MAX + 1; in lcd_hal_cal_pclk_freq() local
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 850 static void tdefl_optimize_huffman_table(tdefl_compressor *d, int table_num, int table_len, int cod… in tdefl_optimize_huffman_table() 969 static void tdefl_start_dynamic_block(tdefl_compressor *d) in tdefl_start_dynamic_block() 1056 static void tdefl_start_static_block(tdefl_compressor *d) in tdefl_start_static_block() 1081 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) in tdefl_compress_lz_codes() 1175 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) in tdefl_compress_lz_codes() 1223 static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_block) in tdefl_compress_block() 1232 static int tdefl_flush_block(tdefl_compressor *d, int flush) in tdefl_flush_block() 1385 static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max… in tdefl_find_match() 1438 static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max… in tdefl_find_match() 1494 static mz_bool tdefl_compress_fast(tdefl_compressor *d) in tdefl_compress_fast() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() argument
|
D | aes-internal-dec.c | 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() argument
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 69 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d()
|
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 70 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d()
|
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/hal_espressif-latest/components/esp_system/include/esp_private/ |
D | panic_internal.h | 68 #define panic_print_dec(d) ESP_UNUSED(d) argument
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | dedic_gpio_ll.h | 41 dedic_gpio_out_msk_reg_t d = { in dedic_gpio_ll_write_mask() local
|
/hal_espressif-latest/components/esp_rom/linux/ |
D | esp_rom_md5.c | 166 register uint32_t a, b, c, d; in MD5Transform() local
|
/hal_espressif-latest/components/esp_system/ |
D | panic.c | 157 void panic_print_dec(int d) in panic_print_dec()
|