Home
last modified time | relevance | path

Searched defs:len (Results 226 – 250 of 431) sorted by relevance

12345678910>>...18

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac_prng.c78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dcache_ll.h95 … inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_t len) in cache_ll_l1_get_bus()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha1-pbkdf2.c22 size_t len[2]; in pbkdf2_sha1_f() local
Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
Dcrypto_ops.c50 static uint32_t esp_supp_crc32(uint32_t crc, uint8_t const *buf, uint32_t len) in esp_supp_crc32()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c804 UINT16 AVDT_SecurityReq(UINT8 handle, UINT8 *p_data, UINT16 len) in AVDT_SecurityReq()
838 UINT8 *p_data, UINT16 len) in AVDT_SecurityRsp()
1148 UINT16 len; in AVDT_SendReport() local
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c1036 bt_status_t btc_storage_get_gatt_cl_supp_feat(bt_bdaddr_t *remote_bd_addr, uint8_t *value, int len) in btc_storage_get_gatt_cl_supp_feat()
1044 bt_status_t btc_storage_set_gatt_cl_supp_feat(bt_bdaddr_t *remote_bd_addr, uint8_t *value, int len) in btc_storage_set_gatt_cl_supp_feat()
1058 bt_status_t btc_storage_get_gatt_db_hash(bt_bdaddr_t *remote_bd_addr, uint8_t *value, int len) in btc_storage_get_gatt_db_hash()
1066 bt_status_t btc_storage_set_gatt_db_hash(bt_bdaddr_t *remote_bd_addr, uint8_t *value, int len) in btc_storage_set_gatt_db_hash()
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_tamplete.c23 uint16_t len = 0; in hci_driver_vhci_controller_tx() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dcache_ll.h41 … inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_t len) in cache_ll_l1_get_bus()
Dspi_ll.h39 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) argument
393 static inline void spi_ll_write_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *data, int len) in spi_ll_write_buffer_byte()
432 int len = bitlen - x; in spi_ll_read_buffer() local
448 static inline void spi_ll_read_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *out_data, int len) in spi_ll_read_buffer_byte()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dcache_ll.h41 … inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_t len) in cache_ll_l1_get_bus()
Dspi_ll.h39 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) argument
391 static inline void spi_ll_write_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *data, int len) in spi_ll_write_buffer_byte()
430 int len = bitlen - x; in spi_ll_read_buffer() local
446 static inline void spi_ll_read_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *out_data, int len) in spi_ll_read_buffer_byte()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_himem.c300 …esp_himem_rangehandle_t range, size_t ram_offset, size_t range_offset, size_t len, int flags, void… in esp_himem_map()
338 esp_err_t esp_himem_unmap(esp_himem_rangehandle_t range, void *ptr, size_t len) in esp_himem_unmap()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c526 uint16_t len = p_msg->len; in bta_hd_intr_data_act() local
613 uint16_t len = p_msg->len; in bta_hd_set_report_act() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c121 UINT16 len = p_params->param_len; in btm_ble_multi_adv_vsc_cmpl_cback() local
720 void btm_ble_multi_adv_vse_cback(UINT8 len, UINT8 *p) in btm_ble_multi_adv_vse_cback()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_write.c26 size_t len = 0; in tls_client_cert_chain_der_len() local
49 size_t len, i; in tls_send_client_hello() local
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h40 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) argument
389 static inline void spi_ll_write_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *data, int len) in spi_ll_write_buffer_byte()
428 int len = bitlen - x; in spi_ll_read_buffer() local
444 static inline void spi_ll_read_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *out_data, int len) in spi_ll_read_buffer_byte()
Dds_ll.h88 size_t len; in ds_ll_write_private_key_params() member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h38 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) argument
387 static inline void spi_ll_write_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *data, int len) in spi_ll_write_buffer_byte()
426 int len = bitlen - x; in spi_ll_read_buffer() local
442 static inline void spi_ll_read_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *out_data, int len) in spi_ll_read_buffer_byte()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h38 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) argument
387 static inline void spi_ll_write_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *data, int len) in spi_ll_write_buffer_byte()
426 int len = bitlen - x; in spi_ll_read_buffer() local
442 static inline void spi_ll_read_buffer_byte(spi_dev_t *hw, int byte_id, uint8_t *out_data, int len) in spi_ll_read_buffer_byte()
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dbdaddr.c79 size_t len = strlen(string); in string_is_bdaddr() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3_i.h44 size_t len; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c571 void gap_ble_cl_op_cmpl(tGAP_CLCB *p_clcb, BOOLEAN status, UINT16 len, UINT8 *p_name) in gap_ble_cl_op_cmpl()
643 UINT16 len; in gap_ble_c_cmpl_cback() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c347 UINT8 len; in rfc_send_msc() local
636 UINT16 len; in rfc_parse_data() local
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c138 uint16_t len = 0; in set_read_value() local

12345678910>>...18