Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 147) sorted by relevance

123456

/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dbignum.c115 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()
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()
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/
Dssl_bio.c25 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/
Dlibtommath.h132 #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 …]
Dcrypto_mbedtls-bignum.c87 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()
Drandom.h15 #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/
Dtest_fp.c23 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/
Dp_256_multprecision.c44 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/
Dunity_test_runner.h24 #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/
Desp32_mock.h53 #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/
Dblink.c32 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/
Dusb_descriptors.c46 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/
Dtest_crypto.c291 #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/
Desp_netif_ip_addr.h26 #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/
Doi_utils.h360 #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/
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
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/
Desp_log.h20 #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/
Decc.h119 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/
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-3.4.0/components/mbedtls/port/aes/
Desp_aes_xts.c129 #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/
DSEGGER.h110 #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/
Dheap_tlsf.h56 #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/
Dnconf.h29 #define max(a, b) ({\ argument
34 #define min(a, b) ({\ argument
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dap_config.c106 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/
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

123456