Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c73 gdma_group_t *group = NULL; in gdma_new_channel() local
191 gdma_group_t *group = NULL; in gdma_connect() local
236 gdma_group_t *group = NULL; in gdma_disconnect() local
267 gdma_group_t *group = NULL; in gdma_get_free_m2m_trig_id_mask() local
287 gdma_group_t *group = NULL; in gdma_set_transfer_ability() local
350 gdma_group_t *group = NULL; in gdma_apply_strategy() local
369 gdma_group_t *group = NULL; in gdma_set_priority() local
388 gdma_group_t *group = NULL; in gdma_register_tx_event_callbacks() local
424 gdma_group_t *group = NULL; in gdma_register_rx_event_callbacks() local
459 gdma_group_t *group = NULL; in gdma_start() local
[all …]
Dgdma_etm.c42 gdma_group_t *group = pair->group; in gdma_del_etm_task() local
63 gdma_group_t *group = pair->group; in gdma_new_etm_event() local
97 gdma_group_t *group = pair->group; in gdma_new_etm_task() local
Dgdma_priv.h53 gdma_group_t *group; // which group the pair belongs to member
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c57 etm_group_t *group; // which group this channel belongs to member
69 etm_group_t *group = NULL; in etm_acquire_group_handle() local
104 static void etm_release_group_handle(etm_group_t *group) in etm_release_group_handle()
127 etm_group_t *group = NULL; in etm_chan_register_to_group() local
157 etm_group_t *group = chan->group; in etm_chan_unregister_from_group() local
188 etm_group_t *group = chan->group; in esp_etm_new_channel() local
208 etm_group_t *group = chan->group; in esp_etm_del_channel() local
226 etm_group_t *group = chan->group; in esp_etm_channel_enable() local
236 etm_group_t *group = chan->group; in esp_etm_channel_disable() local
245 etm_group_t *group = chan->group; in esp_etm_channel_connect() local
[all …]
/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c44 gpio_etm_group_t *group; member
50 gpio_etm_group_t *group; member
61 gpio_etm_group_t *group = &s_gpio_etm_group; in gpio_etm_event_register_to_group() local
82 gpio_etm_group_t *group = &s_gpio_etm_group; in gpio_etm_task_register_to_group() local
103 gpio_etm_group_t *group = event->group; in gpio_etm_event_unregister_from_group() local
112 gpio_etm_group_t *group = task->group; in gpio_etm_task_unregister_from_group() local
140 gpio_etm_group_t *group = gpio_event->group; in gpio_del_etm_event() local
250 gpio_etm_group_t *group = gpio_event->group; in gpio_etm_event_bind_gpio() local
266 gpio_etm_group_t *group = gpio_task->group; in gpio_etm_task_add_gpio() local
289 gpio_etm_group_t *group = gpio_task->group; in gpio_etm_task_rm_gpio() local
Dgpio_flex_glitch_filter.c29 gpio_flex_glitch_filter_group_t *group; member
44 gpio_flex_glitch_filter_group_t *group = &s_gpio_glitch_filter_group; in gpio_filter_register_to_group() local
65 gpio_flex_glitch_filter_group_t *group = &s_gpio_glitch_filter_group; in gpio_filter_destroy() local
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c242 struct wpa_group *group; in wpa_rekey_gtk() local
285 struct wpa_group *group) in wpa_group_init_gmk_and_counter()
316 struct wpa_group *group; in wpa_group_init() local
605 struct wpa_state_machine *sm, int group) in wpa_receive_error_report()
1398 struct wpa_group *group) in wpa_group_ensure_init()
2244 struct wpa_group *group) in wpa_gtk_update()
2277 struct wpa_group *group) in wpa_group_gtk_init()
2407 struct wpa_group *group) in wpa_group_setkeys()
2442 struct wpa_group *group) in wpa_group_config_group_keys()
2465 struct wpa_group *group) in wpa_group_setkeysdone()
[all …]
Dieee802_11.c405 static int sae_is_group_enabled(struct hostapd_data *hapd, int group) in sae_is_group_enabled()
449 u16 group; in check_sae_rejected_groups() local
Dcomeback_token.c75 int group, const u8 *addr, int h2e) in auth_build_token_req()
Dwpa_auth_i.h26 struct wpa_group *group; member
179 struct wpa_group *group; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c18 int dragonfly_suitable_group(int group, int ecc_only) in dragonfly_suitable_group()
34 unsigned int dragonfly_min_pwe_loop_iter(int group) in dragonfly_min_pwe_loop_iter()
Dsae_pk.c447 static size_t sae_group_2_hash_len(int group) in sae_group_2_hash_len()
542 const u8 *k_ap, size_t k_ap_len, int group) in sae_pk_valid_fingerprint()
620 int group; in sae_check_confirm_pk() local
Dsae.h40 int group; member
87 int group; member
117 int group; member
Dsae.c24 int sae_set_group(struct sae_data *sae, int group) in sae_set_group()
548 static int sswu_curve_param(int group, int *z) in sswu_curve_param()
573 static struct crypto_ec_point * sswu(struct crypto_ec *ec, int group, in sswu()
818 sae_derive_pt_ecc(struct crypto_ec *ec, int group, in sae_derive_pt_ecc()
918 sae_derive_pt_ffc(const struct dh_group *dh, int group, in sae_derive_pt_ffc()
996 sae_derive_pt_group(int group, const u8 *ssid, size_t ssid_len, in sae_derive_pt_group()
1686 u16 sae_group_allowed(struct sae_data *sae, int *allowed_groups, u16 group) in sae_group_allowed()
Ddpp.c217 const struct crypto_ec_group *group; in dpp_set_pubkey_point() local
516 struct crypto_ec_group *group; in dpp_parse_uri_pk() local
700 struct crypto_ec_group *group; in dpp_set_keypair() local
2048 struct crypto_ec_group *group; in dpp_auth_derive_l_responder() local
2098 struct crypto_ec_group *group; in dpp_auth_derive_l_initiator() local
4674 struct crypto_ec_group *group; in dpp_parse_jwk() local
5002 const struct crypto_ec_group *group; in dpp_process_signed_connector() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c40 mbedtls_ecp_group group; member
48 struct crypto_ec *crypto_ec_init(int group) in crypto_ec_init()
365 int crypto_get_order(struct crypto_ec_group *group, struct crypto_bignum *x) in crypto_get_order()
515 struct crypto_key * crypto_ec_set_pubkey_point(const struct crypto_ec_group *group, in crypto_ec_set_pubkey_point()
733 int crypto_ec_get_curve_id(const struct crypto_ec_group *group) in crypto_ec_get_curve_id()
1045 int crypto_mbedtls_get_grp_id(int group) in crypto_mbedtls_get_grp_id()
1070 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_owe.c12 uint8_t *owe_build_dhie(uint16_t group) in owe_build_dhie()
Desp_wpa3.c239 static int wpa3_sae_is_group_enabled(int group) in wpa3_sae_is_group_enabled()
278 u16 group; in wpa3_check_sae_rejected_groups() local
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtimer_ll.h27 #define TIMER_LL_ETM_TASK_TABLE(group, timer, task) \ argument
44 #define TIMER_LL_ETM_EVENT_TABLE(group, timer, event) \ argument
Dgdma_ll.h47 #define GDMA_LL_TX_ETM_EVENT_TABLE(group, chan, event) \ argument
58 #define GDMA_LL_RX_ETM_EVENT_TABLE(group, chan, event) \ argument
69 #define GDMA_LL_TX_ETM_TASK_TABLE(group, chan, task) \ argument
80 #define GDMA_LL_RX_ETM_TASK_TABLE(group, chan, task) \ argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtimer_ll.h27 #define TIMER_LL_ETM_TASK_TABLE(group, timer, task) \ argument
44 #define TIMER_LL_ETM_EVENT_TABLE(group, timer, event) \ argument
Dgdma_ll.h47 #define GDMA_LL_TX_ETM_EVENT_TABLE(group, chan, event) \ argument
58 #define GDMA_LL_RX_ETM_EVENT_TABLE(group, chan, event) \ argument
69 #define GDMA_LL_TX_ETM_TASK_TABLE(group, chan, task) \ argument
80 #define GDMA_LL_RX_ETM_TASK_TABLE(group, chan, task) \ argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c601 static void lpn_group_add(uint16_t group) in lpn_group_add()
627 static void lpn_group_del(uint16_t group) in lpn_group_del()
840 void bt_mesh_lpn_group_add(uint16_t group) in bt_mesh_lpn_group_add()
Dmain.c124 uint16_t group = BLE_MESH_ADDR_ALL_NODES; in bt_mesh_node_reset() local
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h120 uint16_t group; /*!< manual lock group, 0 or 1*/ member

12