Home
last modified time | relevance | path

Searched defs:ctx (Results 4701 - 4725 of 4852) sorted by relevance

1...<<181182183184185186187188189190>>...195

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c354 static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq, in wpas_p2p_scan() argument
640 static u8 p2ps_group_capability(void *ctx, u8 incoming, u8 role, in p2ps_group_capability() argument
1592 wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, int *scheduled) wpas_send_action() argument
1624 wpas_send_action_done(void *ctx) wpas_send_action_done() argument
1782 p2p_go_configured(void *ctx, void *data) p2p_go_configured() argument
2251 wpas_go_neg_completed(void *ctx, struct p2p_go_neg_results *res) wpas_go_neg_completed() argument
2351 wpas_go_neg_req_rx(void *ctx, const u8 *src, u16 dev_passwd_id, u8 go_intent) wpas_go_neg_req_rx() argument
2363 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) wpas_dev_found() argument
2445 wpas_dev_lost(void *ctx, const u8 *dev_addr) wpas_dev_lost() argument
2456 wpas_find_stopped(void *ctx) wpas_find_stopped() argument
2549 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) wpas_start_listen() argument
2584 wpas_stop_listen(void *ctx) wpas_stop_listen() argument
2605 wpas_send_probe_resp(void *ctx, const struct wpabuf *buf, unsigned int freq) wpas_send_probe_resp() argument
2631 wpas_prov_disc_req(void *ctx, const u8 *peer, u16 config_methods, const u8 *dev_addr, const u8 *pri_dev_type, const char *dev_name, u16 supp_config_methods, u8 dev_capab, u8 group_capab, const u8 *group_id, size_t group_id_len) wpas_prov_disc_req() argument
2697 wpas_prov_disc_resp(void *ctx, const u8 *peer, u16 config_methods) wpas_prov_disc_resp() argument
2746 wpas_prov_disc_fail(void *ctx, const u8 *peer, enum p2p_prov_disc_status status, u32 adv_id, const u8 *adv_mac, const char *deferred_session_resp) wpas_prov_disc_fail() argument
2852 wpas_sta_check_ecsa(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) wpas_sta_check_ecsa() argument
2914 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) wpas_invitation_process() argument
3066 wpas_invitation_received(void *ctx, const u8 *sa, const u8 *bssid, const u8 *ssid, size_t ssid_len, const u8 *go_dev_addr, u8 status, int op_freq) wpas_invitation_received() argument
3218 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) wpas_invitation_result() argument
3720 wpas_get_noa(void *ctx, const u8 *interface_addr, u8 *buf, size_t buf_len) wpas_get_noa() argument
3773 wpas_go_connected(void *ctx, const u8 *dev_addr) wpas_go_connected() argument
3781 wpas_is_concurrent_session_active(void *ctx) wpas_is_concurrent_session_active() argument
3796 wpas_p2p_debug_print(void *ctx, int level, const char *msg) wpas_p2p_debug_print() argument
3857 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) wpas_presence_resp() argument
3879 wpas_get_persistent_group(void *ctx, const u8 *addr, const u8 *ssid, size_t ssid_len, u8 *go_dev_addr, u8 *ret_ssid, size_t *ret_ssid_len, u8 *intended_iface_addr) wpas_get_persistent_group() argument
3912 wpas_get_go_info(void *ctx, u8 *intended_addr, u8 *ssid, size_t *ssid_len, int *group_iface, unsigned int *freq) wpas_get_go_info() argument
3954 wpas_remove_stale_groups(void *ctx, const u8 *peer, const u8 *go, const u8 *ssid, size_t ssid_len) wpas_remove_stale_groups() argument
4031 wpas_p2ps_prov_complete(void *ctx, u8 status, const u8 *dev, const u8 *adv_mac, const u8 *ses_mac, const u8 *grp_mac, u32 adv_id, u32 ses_id, u8 conncap, int passwd_id, const u8 *persist_ssid, size_t persist_ssid_size, int response_done, int prov_start, const char *session_info, const u8 *feat_cap, size_t feat_cap_len, unsigned int freq, const u8 *group_ssid, size_t group_ssid_len) wpas_p2ps_prov_complete() argument
4339 _wpas_p2p_in_progress(void *ctx) _wpas_p2p_in_progress() argument
4346 wpas_prov_disc_resp_cb(void *ctx) wpas_prov_disc_resp_cb() argument
4376 wpas_p2p_get_pref_freq_list(void *ctx, int go, unsigned int *len, unsigned int *freq_list) wpas_p2p_get_pref_freq_list() argument
6554 wpas_p2p_ie_update(void *ctx, struct wpabuf *beacon_ies, struct wpabuf *proberesp_ies) wpas_p2p_ie_update() argument
6579 wpas_p2p_idle_update(void *ctx, int idle) wpas_p2p_idle_update() argument
[all...]
H A Dwpa_supplicant_i.h335 void *ctx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c8319 char *ctx = NULL, *icon, *poffset, *psize; local
9827 char *ctx local
10090 wpas_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) global() argument
[all...]
H A Dp2p_supplicant.c457 static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq, in wpas_p2p_scan() argument
764 static u8 p2ps_group_capability(void *ctx, u8 incoming, u8 role, in p2ps_group_capability() argument
1864 wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, int *scheduled) wpas_send_action() argument
1896 wpas_send_action_done(void *ctx) wpas_send_action_done() argument
2057 p2p_go_configured(void *ctx, void *data) p2p_go_configured() argument
2703 wpas_go_neg_completed(void *ctx, struct p2p_go_neg_results *res) wpas_go_neg_completed() argument
2827 wpas_go_neg_req_rx(void *ctx, const u8 *src, u16 dev_passwd_id, u8 go_intent) wpas_go_neg_req_rx() argument
2849 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) wpas_dev_found() argument
3012 wpas_dev_lost(void *ctx, const u8 *dev_addr) wpas_dev_lost() argument
3032 wpas_find_stopped(void *ctx) wpas_find_stopped() argument
3135 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) wpas_start_listen() argument
3170 wpas_stop_listen(void *ctx) wpas_stop_listen() argument
3191 wpas_send_probe_resp(void *ctx, const struct wpabuf *buf, unsigned int freq) wpas_send_probe_resp() argument
3241 wpas_prov_disc_req(void *ctx, const u8 *peer, u16 config_methods, const u8 *dev_addr, const u8 *pri_dev_type, const char *dev_name, u16 supp_config_methods, u8 dev_capab, u8 group_capab, const u8 *group_id, size_t group_id_len) wpas_prov_disc_req() argument
3319 wpas_prov_disc_resp(void *ctx, const u8 *peer, u16 config_methods) wpas_prov_disc_resp() argument
3380 wpas_prov_disc_fail(void *ctx, const u8 *peer, enum p2p_prov_disc_status status, u32 adv_id, const u8 *adv_mac, const char *deferred_session_resp) wpas_prov_disc_fail() argument
3505 wpas_sta_check_ecsa(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) wpas_sta_check_ecsa() argument
3567 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) wpas_invitation_process() argument
3732 wpas_invitation_received(void *ctx, const u8 *sa, const u8 *bssid, const u8 *ssid, size_t ssid_len, const u8 *go_dev_addr, u8 status, int op_freq) wpas_invitation_received() argument
3985 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) wpas_invitation_result() argument
4708 wpas_get_noa(void *ctx, const u8 *interface_addr, u8 *buf, size_t buf_len) global() argument
4761 wpas_go_connected(void *ctx, const u8 *dev_addr) global() argument
4769 wpas_is_concurrent_session_active(void *ctx) global() argument
4784 wpas_p2p_debug_print(void *ctx, int level, const char *msg) global() argument
4856 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) global() argument
4878 wpas_get_persistent_group(void *ctx, const u8 *addr, const u8 *ssid, size_t ssid_len, u8 *go_dev_addr, u8 *ret_ssid, size_t *ret_ssid_len, u8 *intended_iface_addr) global() argument
4911 wpas_get_go_info(void *ctx, u8 *intended_addr, u8 *ssid, size_t *ssid_len, int *group_iface, unsigned int *freq) global() argument
4953 wpas_remove_stale_groups(void *ctx, const u8 *peer, const u8 *go, const u8 *ssid, size_t ssid_len) global() argument
5030 wpas_p2ps_prov_complete(void *ctx, u8 status, const u8 *dev, const u8 *adv_mac, const u8 *ses_mac, const u8 *grp_mac, u32 adv_id, u32 ses_id, u8 conncap, int passwd_id, const u8 *persist_ssid, size_t persist_ssid_size, int response_done, int prov_start, const char *session_info, const u8 *feat_cap, size_t feat_cap_len, unsigned int freq, const u8 *group_ssid, size_t group_ssid_len) global() argument
5401 _wpas_p2p_in_progress(void *ctx) global() argument
5408 wpas_prov_disc_resp_cb(void *ctx) global() argument
5441 wpas_p2p_get_pref_freq_list(void *ctx, int go, unsigned int *len, unsigned int *freq_list) global() argument
7872 wpas_p2p_ie_update(void *ctx, struct wpabuf *beacon_ies, struct wpabuf *proberesp_ies) global() argument
7897 wpas_p2p_idle_update(void *ctx, int idle) global() argument
[all...]
H A Dwpa_supplicant.c5294 void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr, argument
5535 static void wpa_supplicant_rx_eapol_bridge(void *ctx, const u8 *src_addr, argument
6196 static const u8 * wpas_fst_get_bssid_cb(void *ctx) argument
6205 wpas_fst_get_channel_info_cb(void *ctx, enum hostapd_hw_mode *hw_mode, u8 *channel) global() argument
6223 wpas_fst_get_hw_modes(void *ctx, struct hostapd_hw_modes **modes) global() argument
6232 wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) global() argument
6241 wpas_fst_send_action_cb(void *ctx, const u8 *da, struct wpabuf *data) global() argument
6257 wpas_fst_get_mb_ie_cb(void *ctx, const u8 *addr) global() argument
6266 wpas_fst_update_mb_ie_cb(void *ctx, const u8 *addr, const u8 *buf, size_t size) global() argument
6281 wpas_fst_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) global() argument
6295 wpas_fst_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) global() argument
6649 radio_remove_pending_work(struct wpa_supplicant *wpa_s, void *ctx) global() argument
6733 radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq, const char *type, int next, void (*cb)(struct wpa_radio_work *work, int deinit), void *ctx) global() argument
6909 wpas_gas_server_tx(void *ctx, int freq, const u8 *da, struct wpabuf *buf, unsigned int wait_time) global() argument
7706 wpa_supplicant_msg_ifname_cb(void *ctx) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c362 BN_CTX *ctx; in dpp_debug_print_point() local
520 BN_CTX *ctx; in dpp_set_pubkey_point_group() local
616 EVP_PKEY_CTX *ctx; dpp_ecdh() local
1370 BN_CTX *ctx; dpp_bootstrap_key_der() local
3079 EVP_PKEY_CTX *ctx = NULL; dpp_auth_req_rx() local
6832 BN_CTX *ctx; dpp_test_gen_invalid_key() local
[all...]
/third_party/curl/lib/
H A Durldata.h410 Gsasl *ctx; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h901 struct si_context *ctx; member
944 struct radeon_winsys_ctx *ctx; member
1942 si_need_gfx_cs_space(struct si_context *ctx, unsigned num_draws) si_need_gfx_cs_space() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
H A Dx509v3.h901 X509V3_CTX *ctx, int ext_nid, global() variable
903 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
905 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
907 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
909 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]

Completed in 106 milliseconds

1...<<181182183184185186187188189190>>...195