Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 108) sorted by relevance

12345

/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() function
130 update(prng, personalization, plen); in tc_hmac_prng_init()
163 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
164 update(prng, additional_input, additionallen); in tc_hmac_prng_reseed()
168 update(prng, seed, seedlen); in tc_hmac_prng_reseed()
209 update(prng, prng->v, TC_SHA256_DIGEST_SIZE); in tc_hmac_prng_generate()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac_prng.c78 static void update(TCHmacPrng_t prng, const uint8_t *data, unsigned int datalen, const uint8_t *add… in update() function
150 update(prng, personalization, plen, 0, 0); in tc_hmac_prng_init()
183 update(prng, seed, seedlen, additional_input, additionallen); in tc_hmac_prng_reseed()
187 update(prng, seed, seedlen, 0, 0); in tc_hmac_prng_reseed()
231 update(prng, 0, 0, 0, 0); in tc_hmac_prng_generate()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c1344 if (model->pub && model->pub->update && in commit_model()
1812 struct key_update *update = &key_updates[i]; in store_pending_keys() local
1814 if (!update->valid) { in store_pending_keys()
1818 if (update->clear) { in store_pending_keys()
1819 if (update->app_key) { in store_pending_keys()
1820 clear_app_key(update->key_idx); in store_pending_keys()
1822 clear_net_key(update->key_idx); in store_pending_keys()
1825 if (update->app_key) { in store_pending_keys()
1827 key = bt_mesh_app_key_find(update->key_idx); in store_pending_keys()
1831 BT_WARN("AppKeyIndex 0x%03x not found", update->key_idx); in store_pending_keys()
[all …]
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h47 dev->update.update = 1; in lp_timer_ll_counter_snapshot()
Dgpspi_flash_ll.h138 dev->cmd.update = 1; in gpspi_flash_ll_user_start()
139 while (dev->cmd.update); in gpspi_flash_ll_user_start()
Dtimer_ll.h182 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
185 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_timer_struct.h33 uint32_t update : 1; member
93 volatile lp_timer_update_reg_t update; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_timer_struct.h33 uint32_t update : 1; member
93 volatile lp_timer_update_reg_t update; member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dlp_timer_ll.h48 dev->update.update = 1; in lp_timer_ll_counter_snapshot()
Dtimer_ll.h182 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
185 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
Dgpspi_flash_ll.h138 dev->cmd.update = 1; in gpspi_flash_ll_user_start()
139 while (dev->cmd.update); in gpspi_flash_ll_user_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1496 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1503 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1510 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1517 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1524 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1531 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1538 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1545 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1552 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
1559 model->pub->update = (esp_ble_mesh_cb_t)btc_ble_mesh_model_publish_update; in btc_ble_mesh_model_op_set()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c126 os_time_t update; in tls_process_ocsp_single_response() local
256 x509_parse_time(hdr.payload, hdr.length, hdr.tag, &update) < 0) { in tls_process_ocsp_single_response()
260 wpa_printf(MSG_DEBUG, "OCSP: thisUpdate %lu", (unsigned long) update); in tls_process_ocsp_single_response()
262 if ((unsigned long) now.sec < (unsigned long) update) { in tls_process_ocsp_single_response()
278 &update) < 0) { in tls_process_ocsp_single_response()
284 (unsigned long) update); in tls_process_ocsp_single_response()
286 if ((unsigned long) now.sec > (unsigned long) update) { in tls_process_ocsp_single_response()
/hal_espressif-latest/components/hal/include/hal/
Dreadme.md4 versions. The HAL layer may update very frequently with the driver. Please don't use them in the ap…
25 …n driver, it is suggested to copy the HAL layer to your own code and keep them until manual update.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst64 …sif32.html>`_), it is advised to follow the update guide of used framework for instructions and no…
66update to a compatible version by staying on the same MAJOR version number (explained in the :ref:…
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtimer_ll.h140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h58 dev->update.timer_update = 1; in systimer_ll_counter_snapshot()
64 return dev->update.timer_value_valid; in systimer_ll_is_counter_value_valid()
Dtimer_ll.h144 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
147 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtimer_ll.h143 hw->hw_timer[timer_num].update.tn_update = 1; in timer_ll_trigger_soft_capture()
146 while (hw->hw_timer[timer_num].update.tn_update) { in timer_ll_trigger_soft_capture()
Dgpspi_flash_ll.h143 dev->cmd.update = 1; in gpspi_flash_ll_user_start()
144 while (dev->cmd.update); in gpspi_flash_ll_user_start()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtimer_ll.h140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtimer_ll.h140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture()
143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c56 struct sta_info *sta, int update, int status_code) in auth_build_sae_commit() argument
82 if (update && use_pt && in auth_build_sae_commit()
88 if (update && !use_pt && in auth_build_sae_commit()
132 const u8 *bssid, int update, int status_code) in auth_sae_send_commit() argument
138 data = auth_build_sae_commit(hapd, sta, update, status_code); in auth_sae_send_commit()
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ble_50.ld67 /* phy update*/
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h398 int (*update)(struct bt_mesh_model *mod); member
419 .update = _update, \

12345