/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | hmac_prng.c | 78 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/ |
D | hmac_prng.c | 78 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/ |
D | settings.c | 1344 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/ |
D | lp_timer_ll.h | 47 dev->update.update = 1; in lp_timer_ll_counter_snapshot()
|
D | gpspi_flash_ll.h | 138 dev->cmd.update = 1; in gpspi_flash_ll_user_start() 139 while (dev->cmd.update); in gpspi_flash_ll_user_start()
|
D | timer_ll.h | 182 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/ |
D | lp_timer_struct.h | 33 uint32_t update : 1; member 93 volatile lp_timer_update_reg_t update; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | lp_timer_struct.h | 33 uint32_t update : 1; member 93 volatile lp_timer_update_reg_t update; member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | lp_timer_ll.h | 48 dev->update.update = 1; in lp_timer_ll_counter_snapshot()
|
D | timer_ll.h | 182 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()
|
D | gpspi_flash_ll.h | 138 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/ |
D | btc_ble_mesh_prov.c | 1496 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/ |
D | tlsv1_client_ocsp.c | 126 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/ |
D | readme.md | 4 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/ |
D | installation.rst | 64 …sif32.html>`_), it is advised to follow the update guide of used framework for instructions and no… 66 …update to a compatible version by staying on the same MAJOR version number (explained in the :ref:…
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | timer_ll.h | 140 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/ |
D | systimer_ll.h | 58 dev->update.timer_update = 1; in systimer_ll_counter_snapshot() 64 return dev->update.timer_value_valid; in systimer_ll_is_counter_value_valid()
|
D | timer_ll.h | 144 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/ |
D | timer_ll.h | 143 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()
|
D | gpspi_flash_ll.h | 143 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/ |
D | timer_ll.h | 140 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/ |
D | timer_ll.h | 140 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/ |
D | ieee802_11.c | 56 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/ |
D | esp32c3.rom.ble_50.ld | 67 /* phy update*/
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 398 int (*update)(struct bt_mesh_model *mod); member 419 .update = _update, \
|