/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 39 static void p_256_init_point(Point *q) in p_256_init_point() 44 static void p_256_copy_point(Point *q, Point *p) in p_256_copy_point() 50 static void ECC_Double(Point *q, Point *p, uint32_t keyLength) in ECC_Double() 96 static void ECC_Add(Point *r, Point *p, Point *q, uint32_t keyLength) in ECC_Add() 195 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength) in ECC_PointMult_Bin_NAF()
|
/hal_espressif-latest/components/esp_netif/lwip/netif/ |
D | ethernetif.c | 75 struct pbuf *q = p; in ethernet_low_level_output() local
|
D | wlanif.c | 86 struct pbuf *q = p; in low_level_output() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | p_256_ecc_pp.h | 72 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) argument
|
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
D | npl_freertos.h | 42 QueueHandle_t q; member
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-modexp.c | 62 struct bignum *p, *q, *tmp; in crypto_dh_derive_secret() local
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | rsa.c | 24 struct bignum *q; /* prime q (factor of n) */ member
|
D | libtommath.h | 1573 mp_digit q; in mp_count_bits() local 1634 mp_int ta, tb, tq, q; in mp_div() local 1717 mp_int q, x, y, t1, t2; in mp_div() local 2181 mp_int q; in mp_reduce_2k_l() local 2291 mp_int q; in mp_reduce() local
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostap.c | 213 struct hostapd_sae_commit_queue *q, *tmp; in hostapd_cleanup() local
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ieee802_11.c | 670 struct hostapd_sae_commit_queue *q, *q2; in auth_sae_queue() local
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 577 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 630 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 623 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 1389 const mz_uint16 *s = (const mz_uint16 *)(d->m_dict + pos), *p, *q; in tdefl_find_match() local 1442 const mz_uint8 *s = d->m_dict + pos, *p, *q; in tdefl_find_match() local 1536 const mz_uint16 *q = (const mz_uint16 *)(d->m_dict + probe_pos); in tdefl_compress_fast() local
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local
|