/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/ |
D | queue_unique_ptr.cpp | 23 auto * q = new QueueMock<std::vector<uint8_t>>(); in create_q() local 27 extern "C" void destroy_q(void* q) in destroy_q() 33 extern "C" bool send_q(void* q, uint8_t *data, size_t len) in send_q() 42 extern "C" bool recv_q(void* q, uint8_t *data, size_t len, uint32_t ms) in recv_q()
|
D | queue_unique_ptr.hpp | 52 std::queue<std::unique_ptr<T>> q; member in QueueMock
|
D | freertos_linux.c | 35 void * q; member
|
/hal_espressif-3.5.0/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-3.5.0/components/lwip/test_afl_host/ |
D | network_mock.c | 23 struct pbuf* q = in; in pbuf_skip() local 39 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_try_get_at() local 51 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at() local 62 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_get_at() local 159 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) in etharp_query()
|
/hal_espressif-3.5.0/components/wpa_supplicant/test/ |
D | test_crypto.c | 390 struct crypto_ec_point *q = crypto_ec_point_init(e); variable 429 struct crypto_ec_point *q = crypto_ec_point_init(e); variable 467 struct crypto_ec_point *q = crypto_ec_point_init(e); variable 503 struct crypto_ec_point *q = crypto_ec_point_init(e); variable
|
/hal_espressif-3.5.0/components/lwip/port/esp32/netif/ |
D | openthreadif.c | 30 struct pbuf *q = p; in openthread_output_ip6() local
|
D | ethernetif.c | 109 struct pbuf *q = p; in ethernet_low_level_output() local
|
D | wlanif.c | 133 struct pbuf *q = p; in low_level_output() local
|
/hal_espressif-3.5.0/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-3.5.0/components/mdns/ |
D | mdns.c | 930 static uint16_t _mdns_append_question(uint8_t * packet, uint16_t * index, mdns_out_question_t * q) in _mdns_append_question() 1131 mdns_out_question_t * q; in _mdns_dispatch_tx_packet() local 1195 mdns_out_question_t * q = packet->questions; in _mdns_free_tx_packet() local 1231 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_schedule_tx_packet() local 1244 mdns_tx_packet_t * q; in _mdns_clear_tx_queue_head() local 1260 mdns_tx_packet_t * q, * p; in _mdns_clear_pcb_tx_queue_head() local 1288 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_get_next_pcb_packet() local 1307 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_remove_scheduled_answer() local 1478 mdns_parsed_question_t *q = parsed_packet->questions; in _mdns_create_answer_from_parsed_packet() local 1624 mdns_out_question_t *q = (mdns_out_question_t *)malloc(sizeof(mdns_out_question_t)); in _mdns_append_host_question() local [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-modexp.c | 62 struct bignum *p, *q, *tmp; in crypto_dh_derive_secret() local
|
D | libtommath.h | 1577 mp_digit q; in mp_count_bits() local 1638 mp_int ta, tb, tq, q; in mp_div() local 1721 mp_int q, x, y, t1, t2; in mp_div() local 2185 mp_int q; in mp_reduce_2k_l() local 2295 mp_int q; in mp_reduce() local
|
/hal_espressif-3.5.0/components/lwip/apps/dhcpserver/ |
D | dhcpserver.c | 477 struct pbuf *p, *q; in send_offer() local 556 struct pbuf *p, *q; in send_nak() local 634 struct pbuf *p, *q; in send_ack() local
|
/hal_espressif-3.5.0/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-3.5.0/examples/protocols/https_server/wss_server/main/ |
D | keep_alive.c | 40 QueueHandle_t q; member
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | sae.c | 392 struct crypto_bignum *q; in get_random_qr_qnr() local
|
D | dpp.c | 2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local
|
/hal_espressif-3.5.0/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 561 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-3.5.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 594 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-3.5.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 585 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
|
/hal_espressif-3.5.0/components/esptool_py/esptool/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
|