Home
last modified time | relevance | path

Searched defs:ctx (Results 26 – 50 of 154) sorted by relevance

1234567

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c294 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send()
325 static void ieee802_1x_aaa_send(void *ctx, void *sta_ctx, in ieee802_1x_aaa_send()
337 static void _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, in _ieee802_1x_finished()
346 static int ieee802_1x_get_eap_user(void *ctx, const u8 *identity, in ieee802_1x_get_eap_user()
386 static int ieee802_1x_sta_entry_alive(void *ctx, const u8 *addr) in ieee802_1x_sta_entry_alive()
398 static void ieee802_1x_set_port_authorized(void *ctx, void *sta_ctx, in ieee802_1x_set_port_authorized()
404 static void _ieee802_1x_abort_auth(void *ctx, void *sta_ctx) in _ieee802_1x_abort_auth()
409 static void ieee802_1x_eapol_event(void *ctx, void *sta_ctx, in ieee802_1x_eapol_event()
Dwps_hostapd.c34 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, in hostapd_wps_set_ie_cb()
64 static int wps_stop_registrar(struct hostapd_data *hapd, void *ctx) in wps_stop_registrar()
77 static void hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, in hostapd_wps_reg_success_cb()
130 static int wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) in wps_ap_pin_success()
200 static void hostapd_wps_event_cb(void *ctx, enum wps_event event, in hostapd_wps_event_cb()
256 static int hostapd_wps_rf_band_cb(void *ctx) in hostapd_wps_rf_band_cb()
326 struct sta_info *sta, void *ctx) in ap_sta_server_sm_deinit()
461 static int wps_ap_pin_set(struct hostapd_data *hapd, void *ctx) in wps_ap_pin_set()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key()
96 int tc_hmac_init(TCHmacState_t ctx) in tc_hmac_init()
110 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update()
125 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final()
Dctr_prng.c74 static void tc_ctr_prng_update(TCCtrPrng_t * const ctx, uint8_t const * const providedData) in tc_ctr_prng_update()
117 int tc_ctr_prng_init(TCCtrPrng_t * const ctx, in tc_ctr_prng_init()
164 int tc_ctr_prng_reseed(TCCtrPrng_t * const ctx, in tc_ctr_prng_reseed()
205 int tc_ctr_prng_generate(TCCtrPrng_t * const ctx, in tc_ctr_prng_generate()
272 void tc_ctr_prng_uninstantiate(TCCtrPrng_t * const ctx) in tc_ctr_prng_uninstantiate()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dhmac.c52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key()
95 int tc_hmac_init(TCHmacState_t ctx) in tc_hmac_init()
109 int tc_hmac_update(TCHmacState_t ctx, in tc_hmac_update()
124 int tc_hmac_final(uint8_t *tag, unsigned int taglen, TCHmacState_t ctx) in tc_hmac_final()
Dctr_prng.c74 static void tc_ctr_prng_update(TCCtrPrng_t *const ctx, uint8_t const *const providedData) in tc_ctr_prng_update()
117 int tc_ctr_prng_init(TCCtrPrng_t *const ctx, in tc_ctr_prng_init()
164 int tc_ctr_prng_reseed(TCCtrPrng_t *const ctx, in tc_ctr_prng_reseed()
205 int tc_ctr_prng_generate(TCCtrPrng_t *const ctx, in tc_ctr_prng_generate()
272 void tc_ctr_prng_uninstantiate(TCCtrPrng_t *const ctx) in tc_ctr_prng_uninstantiate()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dsensor_server.c26 struct bt_mesh_msg_ctx *ctx, in send_sensor_descriptor_status()
93 struct bt_mesh_msg_ctx *ctx, in send_sensor_data_status()
183 struct bt_mesh_msg_ctx *ctx, in send_sensor_cadence_status()
284 struct bt_mesh_msg_ctx *ctx, in send_sensor_settings_status()
359 struct bt_mesh_msg_ctx *ctx, uint16_t prop_id, in send_sensor_setting_status()
427 struct bt_mesh_msg_ctx *ctx, in send_sensor_column_status()
502 struct bt_mesh_msg_ctx *ctx, in send_sensor_series_status()
577 struct bt_mesh_msg_ctx *ctx, in sensor_get()
731 struct bt_mesh_msg_ctx *ctx, in sensor_cadence_set()
920 struct bt_mesh_msg_ctx *ctx, in sensor_setting_set()
Dtime_scene_server.c49 struct bt_mesh_msg_ctx *ctx, in send_time_status()
155 struct bt_mesh_msg_ctx *ctx, in time_get()
304 struct bt_mesh_msg_ctx *ctx, in time_set()
434 struct bt_mesh_msg_ctx *ctx, in send_scene_status()
489 struct bt_mesh_msg_ctx *ctx, in send_scene_register_status()
544 struct bt_mesh_msg_ctx *ctx, in scene_get()
578 void scene_publish(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, uint16_t opcode) in scene_publish()
592 struct bt_mesh_msg_ctx *ctx, in scene_recall()
724 struct bt_mesh_msg_ctx *ctx, in scene_action()
956 struct bt_mesh_msg_ctx *ctx, in send_scheduler_act_status()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c62 struct bt_mesh_msg_ctx ctx = {0}; in timeout_handler() local
88 struct bt_mesh_msg_ctx *ctx, in health_client_recv_status()
153 struct bt_mesh_msg_ctx *ctx, in health_fault_status()
176 struct bt_mesh_msg_ctx *ctx, in health_current_status()
199 struct bt_mesh_msg_ctx *ctx, in health_period_status()
214 struct bt_mesh_msg_ctx *ctx, in health_attention_status()
/hal_espressif-latest/components/bootloader_support/src/idf/
Dbootloader_sha.c16 mbedtls_sha256_context *ctx = (mbedtls_sha256_context *)malloc(sizeof(mbedtls_sha256_context)); in bootloader_sha256_start() local
31 mbedtls_sha256_context *ctx = (mbedtls_sha256_context *)handle; in bootloader_sha256_data() local
40 mbedtls_sha256_context *ctx = (mbedtls_sha256_context *)handle; in bootloader_sha256_finish() local
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_init.c45 void pmu_hp_system_init(pmu_context_t *ctx, pmu_hp_mode_t mode, const pmu_hp_system_param_t *param) in pmu_hp_system_init()
104 void pmu_lp_system_init(pmu_context_t *ctx, pmu_lp_mode_t mode, const pmu_lp_system_param_t *param) in pmu_lp_system_init()
128 static inline void pmu_power_domain_force_default(pmu_context_t *ctx) in pmu_power_domain_force_default()
173 static void pmu_hp_system_init_default(pmu_context_t *ctx) in pmu_hp_system_init_default()
197 static void pmu_lp_system_init_default(pmu_context_t *ctx) in pmu_lp_system_init_default()
Dpmu_sleep.c245 static void pmu_sleep_power_init(pmu_context_t *ctx, const pmu_sleep_power_config_t *power, bool ds… in pmu_sleep_power_init()
259 static void pmu_sleep_digital_init(pmu_context_t *ctx, const pmu_sleep_digital_config_t *dig) in pmu_sleep_digital_init()
264 static void pmu_sleep_analog_init(pmu_context_t *ctx, const pmu_sleep_analog_config_t *analog, bool… in pmu_sleep_analog_init()
284 static void pmu_sleep_param_init(pmu_context_t *ctx, const pmu_sleep_param_config_t *param, bool ds… in pmu_sleep_param_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_init.c46 void pmu_hp_system_init(pmu_context_t *ctx, pmu_hp_mode_t mode, const pmu_hp_system_param_t *param) in pmu_hp_system_init()
105 void pmu_lp_system_init(pmu_context_t *ctx, pmu_lp_mode_t mode, const pmu_lp_system_param_t *param) in pmu_lp_system_init()
128 static inline void pmu_power_domain_force_default(pmu_context_t *ctx) in pmu_power_domain_force_default()
173 static void pmu_hp_system_init_default(pmu_context_t *ctx) in pmu_hp_system_init_default()
197 static void pmu_lp_system_init_default(pmu_context_t *ctx) in pmu_lp_system_init_default()
Dpmu_sleep.c178 static void pmu_sleep_power_init(pmu_context_t *ctx, const pmu_sleep_power_config_t *power, bool ds… in pmu_sleep_power_init()
192 static void pmu_sleep_digital_init(pmu_context_t *ctx, const pmu_sleep_digital_config_t *dig) in pmu_sleep_digital_init()
197 static void pmu_sleep_analog_init(pmu_context_t *ctx, const pmu_sleep_analog_config_t *analog, bool… in pmu_sleep_analog_init()
215 static void pmu_sleep_param_init(pmu_context_t *ctx, const pmu_sleep_param_config_t *param, bool ds… in pmu_sleep_param_init()
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_xts.c43 void esp_aes_xts_init( esp_aes_xts_context *ctx ) in esp_aes_xts_init()
49 void esp_aes_xts_free( esp_aes_xts_context *ctx ) in esp_aes_xts_free()
79 int esp_aes_xts_setkey_enc( esp_aes_xts_context *ctx, in esp_aes_xts_setkey_enc()
103 int esp_aes_xts_setkey_dec( esp_aes_xts_context *ctx, in esp_aes_xts_setkey_dec()
182 int esp_aes_crypt_xts( esp_aes_xts_context *ctx, in esp_aes_crypt_xts()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd4-internal.c31 MD4_CTX ctx; in md4_vector() local
98 static void MD4Init(MD4_CTX *ctx) in MD4Init()
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update()
148 static void MD4Pad(MD4_CTX *ctx) in MD4Pad()
168 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx) in MD4Final()
Dmd5-internal.c33 MD5_CTX ctx; in md5_vector() local
87 void MD5Init(struct MD5Context *ctx) in MD5Init()
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update()
150 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final()
Dcrypto_internal-cipher.c47 struct crypto_cipher *ctx; in crypto_cipher_init() local
103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
230 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
Dcrypto_internal.c42 struct crypto_hash *ctx; in crypto_hash_init() local
143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update()
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
Ddh_group5.c32 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared()
39 void dh5_free(void *ctx) in dh5_free()
Daes-cbc.c26 void *ctx; in aes_128_cbc_encrypt() local
62 void *ctx; in aes_128_cbc_decrypt() local
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_sntp.c43 static esp_err_t sntp_init_api(void *ctx) in sntp_init_api()
76 static esp_err_t renew_servers_api(void *ctx) in renew_servers_api()
127 static esp_err_t sntp_stop_api(void *ctx) in sntp_stop_api()
169 static esp_err_t sntp_start_api(void* ctx) in sntp_start_api()
/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_app.c271 static inline IRAM_ATTR bool on_spi_check_yield(app_func_arg_t* ctx) in on_spi_check_yield()
286 static inline IRAM_ATTR void on_spi_released(app_func_arg_t* ctx) in on_spi_released()
293 static inline IRAM_ATTR void on_spi_acquired(app_func_arg_t* ctx) in on_spi_acquired()
301 static inline IRAM_ATTR void on_spi_yielded(app_func_arg_t* ctx) in on_spi_yielded()
/hal_espressif-latest/components/mbedtls/port/
Desp_timing.c55 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_set_delay() local
69 mbedtls_timing_delay_context *ctx = (mbedtls_timing_delay_context *) data; in mbedtls_timing_get_delay() local
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c1012 static int eapol_sm_get_eap_user(void *ctx, const u8 *identity, in eapol_sm_get_eap_user()
1027 static const char * eapol_sm_get_eap_req_id_text(void *ctx, size_t *len) in eapol_sm_get_eap_req_id_text()
1035 static int eapol_sm_get_erp_send_reauth_start(void *ctx) in eapol_sm_get_erp_send_reauth_start()
1042 static const char * eapol_sm_get_erp_domain(void *ctx) in eapol_sm_get_erp_domain()
1049 static struct eap_server_erp_key * eapol_sm_erp_get_key(void *ctx, in eapol_sm_erp_get_key()
1057 static int eapol_sm_erp_add_key(void *ctx, struct eap_server_erp_key *erp) in eapol_sm_erp_add_key()
1076 int eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) in eapol_auth_eap_pending_cb()

1234567