Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 252) sorted by relevance

1234567891011

/hal_espressif-3.5.0/components/wpa_supplicant/src/eap_peer/
Deap_tlv_common.h44 be16 length; member
49 be16 length; member
56 be16 length; member
63 be16 length; member
71 be16 length; member
82 be16 length; member
91 be16 length; member
98 be16 length; member
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/common_components/example_nvs/
Dble_mesh_example_nvs.c38 esp_err_t ble_mesh_nvs_store(nvs_handle_t handle, const char *key, const void *data, size_t length) in ble_mesh_nvs_store()
64 esp_err_t ble_mesh_nvs_get_length(nvs_handle_t handle, const char *key, size_t *length) in ble_mesh_nvs_get_length()
89 esp_err_t ble_mesh_nvs_restore(nvs_handle_t handle, const char *key, void *data, size_t length, boo… in ble_mesh_nvs_restore()
/hal_espressif-3.5.0/examples/protocols/asio/tcp_echo_server/main/
Decho_server.cpp40 void do_write(std::size_t length) in do_write()
45 { in do_write()
/hal_espressif-3.5.0/examples/protocols/asio/ssl_client_server/main/
Dasio_ssl_main.cpp87 [this](const std::error_code & error, std::size_t length) { in send_request()
96 void receive_response(std::size_t length) in receive_response()
100 [this](const std::error_code & error, std::size_t length) { in receive_response()
144 [this, self](const std::error_code & ec, std::size_t length) { in do_read()
154 void do_write(std::size_t length) in do_write()
/hal_espressif-3.5.0/components/mbedtls/test/
Dtest_aes.c372 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process; in aes_ctr_stream_test() local
388 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process; in aes_ctr_stream_test() local
474 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process; variable
486 size_t length = (idx + bytes_to_process > SZ) ? (SZ - idx) : bytes_to_process; variable
561 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process; variable
570 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process; variable
648 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process; variable
658 size_t length = ( (idx + bytes_to_process) > SZ) ? (SZ - idx) : bytes_to_process; variable
/hal_espressif-3.5.0/components/driver/test/adc_dma_test/
Dtest_esp32.c81 static void example_disp_buf(uint8_t *buf, int length) in example_disp_buf()
93 static esp_err_t adc_dma_data_check(uint8_t *buf, int length, int ideal_level) in adc_dma_data_check()
114 static void adc_dma_read(uint8_t *buf, int length) in adc_dma_read()
/hal_espressif-3.5.0/components/esp_http_server/src/
Dhttpd_parse.c46 size_t length; member
64 size_t length = parser_data->last.length; in verify_url() local
109 const char *at, size_t length) in cb_url()
174 static size_t continue_parsing(http_parser *parser, size_t length) in continue_parsing()
193 static esp_err_t cb_header_field(http_parser *parser, const char *at, size_t length) in cb_header_field()
252 static esp_err_t cb_header_value(http_parser *parser, const char *at, size_t length) in cb_header_value()
409 static esp_err_t cb_on_body(http_parser *parser, const char *at, size_t length) in cb_on_body()
479 static int read_block(httpd_req_t *req, size_t offset, size_t length) in read_block()
520 static int parse_block(http_parser *parser, size_t offset, size_t length) in parse_block()
/hal_espressif-3.5.0/components/mbedtls/port/aes/block/
Desp_aes.c203 size_t length, in esp_aes_crypt_cbc()
269 size_t length, in esp_aes_crypt_cfb128()
322 size_t length, in esp_aes_crypt_cfb8()
365 size_t length, in esp_aes_crypt_ctr()
411 size_t length, in esp_aes_crypt_ofb()
/hal_espressif-3.5.0/components/spi_flash/test/
Dtest_flash_encryption.c37 static void verify_erased_flash(size_t offset, size_t length) in verify_erased_flash()
98 static void test_encrypted_write(size_t offset, const uint8_t *data, size_t length) in test_encrypted_write()
182 static void test_encrypted_write_new_impl(size_t offset, const uint8_t *data, size_t length) in test_encrypted_write_new_impl()
/hal_espressif-3.5.0/components/bootloader_support/src/
Dbootloader_random.c15 __attribute__((weak)) void bootloader_fill_random(void *buffer, size_t length) in bootloader_fill_random()
28 __attribute__((weak)) void bootloader_fill_random(void *buffer, size_t length) in bootloader_fill_random()
/hal_espressif-3.5.0/components/spi_flash/
Dspi_flash_chip_winbond.c45 …r_t spi_flash_chip_winbond_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t length) in spi_flash_chip_winbond_read()
81 …chip_winbond_page_program(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_chip_winbond_page_program()
203 …ommand_winbond_program_4B(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_command_winbond_program_4B()
/hal_espressif-3.5.0/examples/peripherals/rmt/ir_protocols/main/
Dir_protocols_main.c31 size_t length = 0; in example_ir_rx_task() local
80 size_t length = 0; in example_ir_tx_task() local
/hal_espressif-3.5.0/components/mbedtls/port/aes/
Desp_aes_gcm.c408 size_t length, in esp_aes_gcm_update()
492 static bool esp_aes_gcm_input_support_hw_accel(size_t length, const unsigned char *aad, size_t aad_… in esp_aes_gcm_input_support_hw_accel()
522 size_t length, in esp_aes_gcm_crypt_and_tag_partial_hw()
551 size_t length, in esp_aes_gcm_crypt_and_tag()
663 size_t length, in esp_aes_gcm_auth_decrypt()
/hal_espressif-3.5.0/components/driver/test/
Dtest_rmt.c277 size_t length = 0; in do_nec_tx_rx() local
373 size_t length = 0; variable
469 size_t length = 0; variable
550 size_t length = 0; variable
Dtest_i2s.c221 int length = 0; variable
288 int length = 0; variable
395 int length = 0; variable
499 int length = 0; variable
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c191 UINT16 length = cache_env->num_addr*(sizeof(BD_ADDR) + sizeof(hash_key_t)); in cacheReset() local
272 size_t length = 0; in bta_gattc_co_cache_load() local
289 size_t length = 0; in bta_gattc_get_cache_attr_length() local
387 size_t length = MAX_ADDR_LIST_CACHE_BUF; in bta_gattc_co_cache_addr_init() local
544 UINT16 length = num*(sizeof(BD_ADDR) + sizeof(hash_key_t)); in bta_gattc_co_cache_addr_save() local
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dmwdt_ll.h155 FORCE_INLINE_ATTR void mwdt_ll_set_cpu_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_cpu_reset_length()
168 FORCE_INLINE_ATTR void mwdt_ll_set_sys_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_sys_reset_length()
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dmwdt_ll.h155 FORCE_INLINE_ATTR void mwdt_ll_set_cpu_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_cpu_reset_length()
168 FORCE_INLINE_ATTR void mwdt_ll_set_sys_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_sys_reset_length()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_generic_model.c32 uint16_t length = 0U; in btc_ble_mesh_generic_client_arg_deep_copy() local
159 uint16_t length = 0U; in btc_ble_mesh_generic_client_copy_req_data() local
547 uint16_t length = 0U; in btc_ble_mesh_generic_server_copy_req_data() local
Dbtc_ble_mesh_sensor_model.c32 uint16_t length = 0U; in btc_ble_mesh_sensor_client_arg_deep_copy() local
243 uint16_t length = 0U; in btc_ble_mesh_sensor_client_copy_req_data() local
629 uint16_t length = 0U; in btc_ble_mesh_sensor_server_copy_req_data() local
/hal_espressif-3.5.0/examples/protocols/http2_request/components/sh2lib/
Dsh2lib.c38 size_t length) in callback_send_inner()
52 size_t length, int flags, void *user_data) in callback_send()
85 size_t length, int flags, void *user_data) in callback_recv()
331 size_t length, uint32_t *data_flags, in sh2lib_data_provider_cb()
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dmwdt_ll.h167 FORCE_INLINE_ATTR void mwdt_ll_set_cpu_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_cpu_reset_length()
178 FORCE_INLINE_ATTR void mwdt_ll_set_sys_reset_length(timg_dev_t *hw, wdt_reset_sig_length_t length) in mwdt_ll_set_sys_reset_length()
/hal_espressif-3.5.0/components/mbedtls/port/aes/dma/
Desp_aes.c697 size_t length, in esp_aes_crypt_cbc()
746 size_t length, in esp_aes_crypt_cfb8()
832 size_t length, in esp_aes_crypt_cfb128()
919 size_t length, in esp_aes_crypt_ofb()
980 size_t length, in esp_aes_crypt_ctr()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c21 uint16_t length, uint8_t *data, in ble_mesh_model_send_msg()
175 uint16_t length, uint8_t *data) in esp_ble_mesh_server_model_send_msg()
190 uint16_t length, uint8_t *data, in esp_ble_mesh_client_model_send_msg()
205 uint16_t length, uint8_t *data, in esp_ble_mesh_model_publish()
297 uint8_t *data, uint16_t length) in esp_ble_mesh_provisioner_store_node_comp_data()
/hal_espressif-3.5.0/components/esp_hid/src/
Desp_hidd.c99 …ev_input_set(esp_hidd_dev_t *dev, size_t map_index, size_t report_id, uint8_t *data, size_t length) in esp_hidd_dev_input_set()
107 …_feature_set(esp_hidd_dev_t *dev, size_t map_index, size_t report_id, uint8_t *data, size_t length) in esp_hidd_dev_feature_set()

1234567891011