/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1584 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local 1605 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local 1617 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local 1630 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local 1645 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *) p_dest; in btc_gap_ble_arg_deep_copy() local 1660 btc_ble_gap_args_t *dst = (btc_ble_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local 1683 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local 1699 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local 1715 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local 1728 btc_ble_5_gap_args_t *dst = (btc_ble_5_gap_args_t *)p_dest; in btc_gap_ble_arg_deep_copy() local [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | server_common.c | 192 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_is_server_recv_last_msg() 210 uint8_t tid, uint16_t src, uint16_t dst, int64_t *now) in bt_mesh_server_update_last_msg()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_main.c | 751 bool bt_mesh_provisioner_check_msg_dst(uint16_t dst) in bt_mesh_provisioner_check_msg_dst() 773 const uint8_t *bt_mesh_provisioner_dev_key_get(uint16_t dst) in bt_mesh_provisioner_dev_key_get() 1553 uint16_t dst; /* Heartbeat destination address (unicast address or group address) */ member 1588 static int hb_filter_alloc(uint16_t src, uint16_t dst) in hb_filter_alloc() 1607 static int hb_filter_add(uint16_t src, uint16_t dst) in hb_filter_add() 1630 static int hb_filter_remove(uint16_t src, uint16_t dst) in hb_filter_remove() 1651 int bt_mesh_provisioner_set_heartbeat_filter_info(uint8_t op, uint16_t src, uint16_t dst) in bt_mesh_provisioner_set_heartbeat_filter_info()
|
D | fast_prov.c | 25 const uint8_t *bt_mesh_fast_prov_dev_key_get(uint16_t dst) in bt_mesh_fast_prov_dev_key_get()
|
D | access.c | 551 static bool model_has_dst(struct bt_mesh_model *model, uint16_t dst) in model_has_dst() 740 static bool ready_to_send(uint8_t role, uint16_t dst) in ready_to_send() 960 const uint8_t *bt_mesh_tx_devkey_get(uint8_t role, uint16_t dst) in bt_mesh_tx_devkey_get()
|
D | crypto.c | 656 uint16_t src, uint16_t dst, uint32_t seq_num, in create_app_nonce() 675 uint16_t src, uint16_t dst, uint32_t seq_num, uint32_t iv_index) in bt_mesh_app_encrypt() 701 const uint8_t *ad, uint16_t src, uint16_t dst, uint32_t seq_num, in bt_mesh_app_decrypt()
|
D | transport.c | 76 uint16_t dst; member 98 uint16_t dst; member 1277 static int send_ack(struct bt_mesh_subnet *sub, uint16_t src, uint16_t dst, in send_ack() 1863 void bt_mesh_tx_reset_single(uint16_t dst) 1973 const uint8_t **key, uint8_t *aid, uint8_t role, uint16_t dst)
|
D | adv.h | 34 uint16_t dst; /* Destination address for relay packets */ member
|
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 151 static inline void wpabuf_put_buf(struct wpabuf *dst, in wpabuf_put_buf() 164 static inline void wpabuf_put_str(struct wpabuf *dst, const char *str) in wpabuf_put_str()
|
/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/ |
D | strlcpy.c | 38 strlcpy(char *dst, const char *src, size_t dsize) in strlcpy()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 114 uint16_t dst; member 124 uint16_t dst; member 194 uint16_t dst; member 203 uint16_t dst; member
|
D | cfg_srv.h | 42 uint16_t dst; member 55 uint16_t dst; member 198 uint16_t dst; member 207 uint16_t dst; member
|
/hal_espressif-latest/components/esp_rom/esp32s2/ |
D | usb_patches.c | 56 uint16_t* dst = s_str_serial_descr.bString; in rom_usb_cdc_set_descriptor_patch() local
|
/hal_espressif-latest/components/esp_app_format/ |
D | esp_app_desc.c | 79 int IRAM_ATTR esp_app_get_elf_sha256(char* dst, size_t size) in esp_app_get_elf_sha256()
|
/hal_espressif-latest/components/mbedtls/port/md/ |
D | esp_md.c | 57 void esp_md5_clone( mbedtls_md5_context *dst, const mbedtls_md5_context *src ) in esp_md5_clone()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_util.c | 40 void mem_rcopy(uint8_t *dst, uint8_t const *src, uint16_t len) in mem_rcopy()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_prf.c | 448 esp_blufi_cb_param_t *dst = (esp_blufi_cb_param_t *) p_dest; in btc_blufi_cb_deep_copy() local 676 btc_blufi_args_t *dst = (btc_blufi_args_t *) p_dest; in btc_blufi_call_deep_copy() local
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | async_memcpy_impl_cp_dma.c | 88 bool async_memcpy_impl_is_buffer_address_valid(async_memcpy_impl_t *impl, void *src, void *dst) in async_memcpy_impl_is_buffer_address_valid()
|
D | async_memcpy_impl_gdma.c | 140 bool async_memcpy_impl_is_buffer_address_valid(async_memcpy_impl_t *impl, void *src, void *dst) in async_memcpy_impl_is_buffer_address_valid()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae_pk.c | 349 u8 *dst, *src, *end; in sae_pk_buf_shift_left_19() local 367 u8 *dst, *src, *end; in sae_pk_buf_shift_left_1() local
|
/hal_espressif-latest/components/mbedtls/port/sha/block/ |
D | esp_sha1.c | 74 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
|
D | esp_sha256.c | 84 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
|
/hal_espressif-latest/components/mbedtls/port/esp_ds/ |
D | esp_rsa_sign_alt.c | 113 unsigned char *dst ) in rsa_rsassa_pkcs1_v15_encode()
|
/hal_espressif-latest/components/mbedtls/port/sha/dma/ |
D | esp_sha1.c | 71 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
|
D | esp_sha256.c | 81 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
|