Home
last modified time | relevance | path

Searched defs:len (Results 276 – 300 of 431) sorted by relevance

1...<<1112131415161718

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dpkcs1.c138 size_t len; in pkcs1_decrypt_public_key() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h232 UINT16 len; member
243 UINT16 len; member
255 UINT16 len; member
296 UINT16 len; member
324 int len; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c170 static esp_command_error verify_data_len(esp_command_req_t *command, uint8_t len) in verify_data_len()
/hal_espressif-latest/components/mbedtls/port/sha/block/
Desp_sha512.c183 unsigned int left, len, local_len = 0; in mbedtls_sha512_update() local
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c217 esp_err_t esp_spp_write(uint32_t handle, int len, uint8_t *p_data) in esp_spp_write()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dcache_ll.h78 … 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/spi_flash/
Dspi_flash_chip_winbond.c23 #define REGION_32BIT(start, len) ((start) + (len) > (1<<24)) argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha512-internal.c24 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha512_vector()
Dsha256-internal.c25 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_tls.c194 static u8 * eap_tls_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_tls_getKey()
/hal_espressif-latest/components/esp_netif/loopback/
Desp_netif_loopback.c271 esp_err_t esp_netif_transmit(esp_netif_t *esp_netif, void* data, size_t len) in esp_netif_transmit()
277 esp_err_t esp_netif_receive(esp_netif_t *esp_netif, void *buffer, size_t len, void *eb) in esp_netif_receive()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_spp_api.h199 int len; /*!< The length of the data written. */ member
209 uint16_t len; /*!< The length of data */ member
Desp_hidd_api.h232 uint16_t len; /*!< set_report data length */ member
248 uint16_t len; /*!< interrupt channel report data length */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1499 int PORT_WriteDataCO (UINT16 handle, int *p_len, int len, UINT8 *p_data) in PORT_WriteDataCO()
1746 int PORT_Test (UINT16 handle, UINT8 *p_data, UINT16 len) in PORT_Test()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c430 tBTM_STATUS BTM_BleConfigExtendedAdvDataRaw(BOOLEAN is_scan_rsp, UINT8 instance, UINT16 len, UINT8 … in BTM_BleConfigExtendedAdvDataRaw()
721 tBTM_STATUS BTM_BlePeriodicAdvCfgDataRaw(UINT8 instance, UINT16 len, UINT8 *data,BOOLEAN only_updat… in BTM_BlePeriodicAdvCfgDataRaw()
1155 static tBTM_STATUS btm_ble_ext_adv_set_data_validate(UINT8 instance, UINT16 len, UINT8 *data) in btm_ble_ext_adv_set_data_validate()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hd.h81 uint16_t len; member
Dbtc_spp.h80 int len; member
/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_slave_hd.h29 …size_t len; ///< Len of data to send/receive. For receiving the bu… member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c263 int esp_wifi_build_rsnxe(struct hostapd_data *hapd, u8 *eid, size_t len) in esp_wifi_build_rsnxe()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c423 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data) in SMP_OobDataReply()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c564 void spi_slave_hd_read_buffer(spi_host_device_t host_id, int addr, uint8_t *out_data, size_t len) in spi_slave_hd_read_buffer()
569 void spi_slave_hd_write_buffer(spi_host_device_t host_id, int addr, uint8_t *data, size_t len) in spi_slave_hd_write_buffer()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h98 UINT16 len; member
122 UINT32 len; /* Number of bytes in the entry */ member
/hal_espressif-latest/components/esp_phy/src/
Dlib_printf.c29 int len = vsnprintf(temp, sizeof(temp) - 1, format, arg); in lib_printf() local
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h101 size_t len) in pmksa_cache_list()
/hal_espressif-latest/components/driver/uart/
Duart.c98 int len; member
734 int len = length; in uart_find_pattern_from_last() local
749 …_t UART_ISR_ATTR uart_enable_tx_write_fifo(uart_port_t uart_num, const uint8_t *pbuf, uint32_t len) in uart_enable_tx_write_fifo()
1135 int uart_tx_chars(uart_port_t uart_num, const char *buffer, uint32_t len) in uart_tx_chars()

1...<<1112131415161718