/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/ |
D | bignum.c | 115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp() 127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() 140 int bignum_add(const struct bignum *a, const struct bignum *b, in bignum_add() 158 int bignum_sub(const struct bignum *a, const struct bignum *b, in bignum_sub() 176 int bignum_mul(const struct bignum *a, const struct bignum *b, in bignum_mul() 195 int bignum_mulmod(const struct bignum *a, const struct bignum *b, in bignum_mulmod() 215 int bignum_exptmod(const struct bignum *a, const struct bignum *b, 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() 683 mp_cmp (mp_int * a, mp_int * b) in mp_cmp() 706 mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d() [all …]
|
/hal_espressif-3.4.0/components/openssl/library/ |
D | ssl_bio.c | 25 BIO *b = BIO_new(&m); in BIO_new_mem_buf() local 38 BIO *b = (BIO *)ssl_mem_zalloc(sizeof(BIO)); in BIO_new() local 69 void BIO_free(BIO *b) in BIO_free() 134 int BIO_method_type(const BIO *b) in BIO_method_type() 144 int BIO_write(BIO *b, const void * data, int dlen) in BIO_write() 201 size_t BIO_ctrl_get_write_guarantee(BIO *b) in BIO_ctrl_get_write_guarantee() 206 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
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() 687 mp_cmp (mp_int * a, mp_int * b) in mp_cmp() 710 mp_cmp_d(mp_int * a, mp_digit b) in mp_cmp_d() [all …]
|
D | crypto_mbedtls-bignum.c | 87 const struct crypto_bignum *b, in crypto_bignum_add() 96 const struct crypto_bignum *b, in crypto_bignum_mod() 104 const struct crypto_bignum *b, in crypto_bignum_exptmod() 114 const struct crypto_bignum *b, in crypto_bignum_inverse() 123 const struct crypto_bignum *b, in crypto_bignum_sub() 132 const struct crypto_bignum *b, in crypto_bignum_div() 141 const struct crypto_bignum *b, in crypto_bignum_mulmod() 167 const struct crypto_bignum *b) in crypto_bignum_cmp() 250 const struct crypto_bignum *b, in crypto_bignum_addmod()
|
D | random.h | 15 #define random_add_randomness(b, l) do { } while (0) argument 16 #define random_get_bytes(b, l) os_get_random((b), (l)) argument
|
/hal_espressif-3.4.0/components/esp_hw_support/test/ |
D | test_fp.c | 23 static float addsf(float a, float b) in addsf() 36 static float mulsf(float a, float b) in mulsf() 49 static float divsf(float a, float b) in divsf() 129 float b = 0.5f; variable 139 float b = 0.05f; variable 149 float b = 5.0f; variable
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/ |
D | p_256_multprecision.c | 44 int multiprecision_compare(DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_compare() 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() 161 DWORD b = 1; in multiprecision_rshift() local 175 void multiprecision_mersenns_mult_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mersenns_mult_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() 239 uint32_t b = 1; in multiprecision_lshift() local 255 void multiprecision_mult(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mult()
|
/hal_espressif-3.4.0/components/unity/include/ |
D | unity_test_runner.h | 24 #define UNITY_EXPAND2(a, b) a ## b argument 25 #define UNITY_EXPAND(a, b) UNITY_EXPAND2(a, b) argument 43 #define FN_NAME_SET_2(a, b) {#a, #b} argument 44 #define FN_NAME_SET_3(a, b, c) {#a, #b, #c} argument 45 #define FN_NAME_SET_4(a, b, c, d) {#a, #b, #c, #d} argument 46 #define FN_NAME_SET_5(a, b, c, d, e) {#a, #b, #c, #d, #e} argument
|
/hal_espressif-3.4.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 53 #define ESP_LOGW(a,b) argument 54 #define ESP_LOGD(a,b) argument 55 #define ESP_LOGE(a,b,c) argument 56 #define ESP_LOGV(a,b,c,d) argument 69 #define _mdns_pcb_init(a,b) true argument 70 #define _mdns_pcb_deinit(a,b) true argument 75 #define xTaskCreatePinnedToCore(a,b,c,d,e,f,g) *(f) = malloc(1) argument
|
/hal_espressif-3.4.0/tools/esp_app_trace/test/sysview/ |
D | blink.c | 32 void *b = malloc(97); in blink_task2() local 67 void *b = malloc(96); in blink_task() local
|
/hal_espressif-3.4.0/components/esp_rom/esp32s2/ |
D | usb_descriptors.c | 46 static inline uint16_t nibble_to_hex_u16(uint8_t b) in nibble_to_hex_u16() 66 uint8_t b = mac_bytes[5 - i]; /* printing from the MSB */ in rom_usb_cdc_set_descriptor_patch() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/test/ |
D | test_crypto.c | 291 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 297 #define BYTES_TO_T_UINT_2( a, b ) \ argument 300 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 306 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 316 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 319 #define BYTES_TO_T_UINT_2( a, b ) \ argument
|
/hal_espressif-3.4.0/components/esp_netif/include/ |
D | esp_netif_ip_addr.h | 26 #define esp_netif_ip4_makeu32(a,b,c,d) (((uint32_t)((a) & 0xff) << 24) | \ argument 74 #define ESP_IP4TOUINT32(a,b,c,d) (((uint32_t)((a) & 0xffU) << 24) | \ argument 79 #define ESP_IP4TOADDR(a,b,c,d) esp_netif_htonl(ESP_IP4TOUINT32(a, b, c, d)) argument 81 #define ESP_IP4ADDR_INIT(a, b, c, d) { .type = ESP_IPADDR_TYPE_V4, .u_addr = { .ip4 = { .addr = ES… argument 82 #define ESP_IP6ADDR_INIT(a, b, c, d) { .type = ESP_IPADDR_TYPE_V6, .u_addr = { .ip6 = { .addr = { … argument
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_utils.h | 360 #define OI_MAX(a, b) (((a) < (b)) ? (b) : (a) ) argument 361 #define OI_MIN(a, b) (((a) > (b)) ? (b) : (a) ) argument
|
/hal_espressif-3.4.0/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 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/hal_espressif-3.4.0/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 20 #define strlcpy(a, b, c) argument 21 #define strlcat(a, b, c) argument 23 #define heap_caps_malloc(a, b) NULL argument
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 119 uECC_word_t b[NUM_ECC_WORDS]; member 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-3.4.0/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-3.4.0/components/mbedtls/port/aes/ |
D | esp_aes_xts.c | 129 #define GET_UINT64_LE(n,b,i) \ argument 143 #define PUT_UINT64_LE(n,b,i) \ argument 167 uint64_t a, b, ra, rb; in esp_gf128mul_x_ble() local
|
/hal_espressif-3.4.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER.h | 110 #define SEGGER_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument 111 #define SEGGER_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_tlsf.h | 56 #define tlsf_min(a, b) ((a) < (b) ? (a) : (b)) argument 57 #define tlsf_max(a, b) ((a) > (b) ? (a) : (b)) argument
|
/hal_espressif-3.4.0/tools/kconfig/ |
D | nconf.h | 29 #define max(a, b) ({\ argument 34 #define min(a, b) ({\ argument
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 106 int hostapd_mac_comp(const void *a, const void *b) in hostapd_mac_comp() 168 int hostapd_wep_key_cmp(struct hostapd_wep_keys *a, struct hostapd_wep_keys *b) in hostapd_wep_key_cmp()
|
/hal_espressif-3.4.0/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
|