| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wps_hostapd.c | 1920 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) hostapd_wps_config_ap() argument
|
| H A D | wpa_auth.c | 5299 struct wpa_authenticator *auth; member
|
| H A D | wpa_auth_ft.c | 527 u8 *plain = NULL, *auth = NULL, *pos, *tmp; in wpa_ft_rrb_build() local 70 wpa_ft_rrb_decrypt(const u8 *key, const size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 **plain, size_t *plain_size) wpa_ft_rrb_decrypt() argument 474 wpa_ft_rrb_encrypt(const u8 *key, const size_t key_len, const u8 *plain, const size_t plain_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 *enc) wpa_ft_rrb_encrypt() argument 881 u8 *auth; global() member 925 wpa_ft_rrb_seq_req(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *f_r0kh_id, size_t f_r0kh_id_len, const u8 *f_r1kh_id, const u8 *key, size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_seq_req() argument 1024 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, int no_defer) wpa_ft_rrb_seq_chk() argument 1094 wpa_ft_rrb_seq_accept(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *auth, size_t auth_len, const char *msgtype) wpa_ft_rrb_seq_accept() argument 3801 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_pull() argument 3958 wpa_ft_rrb_rx_r1(struct wpa_authenticator *wpa_auth, const u8 *src_addr, u8 type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, u8 *s1kh_id_out, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_rx_r1() argument 4188 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_resp() argument 4242 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_push() argument 4260 wpa_ft_rrb_rx_seq(struct wpa_authenticator *wpa_auth, const u8 *src_addr, int type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, struct ft_remote_seq **rkh_seq, u8 **key, size_t *key_len, struct ft_remote_r0kh **r0kh_out, struct ft_remote_r1kh **r1kh_out, struct ft_remote_r0kh **r0kh_wildcard_out, struct ft_remote_r1kh **r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument 4378 wpa_ft_rrb_rx_seq_req(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_req() argument 4447 wpa_ft_rrb_rx_seq_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_resp() argument 4664 const u8 *auth, *enc; wpa_ft_rrb_oui_rx() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_crypto.c | 423 int dpp_derive_bk_ke(struct dpp_authentication *auth) in dpp_derive_bk_ke() argument 865 dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) dpp_gen_r_auth() argument 948 dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) dpp_gen_i_auth() argument 1035 dpp_auth_derive_l_responder(struct dpp_authentication *auth) dpp_auth_derive_l_responder() argument 1077 dpp_auth_derive_l_initiator(struct dpp_authentication *auth) dpp_auth_derive_l_initiator() argument 1658 dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth, const u8 *net_access_key, size_t net_access_key_len, struct json_token *peer_net_access_key) dpp_reconfig_derive_ke_responder() argument 1759 dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth, const u8 *r_proto, u16 r_proto_len, struct json_token *net_access_key) dpp_reconfig_derive_ke_initiator() argument 2053 dpp_build_csr(struct dpp_authentication *auth, const char *name) dpp_build_csr() argument 2123 dpp_validate_csr(struct dpp_authentication *auth, const struct wpabuf *csrbuf) dpp_validate_csr() argument [all...] |
| H A D | wpa_common.c | 3603 struct ieee80211_mgmt *auth; in wpa_pasn_build_auth_header() local [all...] |
| H A D | dpp.c | 42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() argument 491 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect() argument 515 dpp_channel_local_list(struct dpp_authentication *auth, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_channel_local_list() argument 555 dpp_prepare_channel_list(struct dpp_authentication *auth, unsigned int neg_freq, struct hostapd_hw_modes *own_modes, u16 num_modes) dpp_prepare_channel_list() argument 645 struct dpp_authentication *auth; dpp_alloc_auth() local 657 dpp_build_conf_req_attr(struct dpp_authentication *auth, const char *json) dpp_build_conf_req_attr() argument 784 dpp_build_conf_req(struct dpp_authentication *auth, const char *json) dpp_build_conf_req() argument 811 dpp_build_conf_req_helper(struct dpp_authentication *auth, const char *name, enum dpp_netrole netrole, const char *mud_url, int *opclasses) dpp_build_conf_req_helper() argument 994 dpp_configuration_parse_helper(struct dpp_authentication *auth, const char *cmd, int idx) dpp_configuration_parse_helper() argument 1137 dpp_configuration_parse(struct dpp_authentication *auth, const char *cmd) dpp_configuration_parse() argument 1189 dpp_set_configurator(struct dpp_authentication *auth, const char *cmd) dpp_set_configurator() argument 1248 dpp_auth_deinit(struct dpp_authentication *auth) dpp_auth_deinit() argument 1303 dpp_build_conf_start(struct dpp_authentication *auth, struct dpp_configuration *conf, size_t tailroom) dpp_build_conf_start() argument 1419 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, struct dpp_configuration *conf) dpp_build_conf_obj_dpp() argument 1612 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, struct dpp_configuration *conf) dpp_build_conf_obj_legacy() argument 1641 dpp_build_conf_obj(struct dpp_authentication *auth, enum dpp_netrole netrole, int idx, bool cert_req) dpp_build_conf_obj() argument 1695 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce, u16 e_nonce_len, enum dpp_netrole netrole, bool cert_req) dpp_build_conf_resp() argument 1886 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, size_t attr_len) dpp_conf_req_rx() argument 2308 dpp_parse_connector(struct dpp_authentication *auth, struct dpp_config_obj *conf, const unsigned char *payload, u16 payload_len) dpp_parse_connector() argument 2433 dpp_copy_netaccesskey(struct dpp_authentication *auth, struct dpp_config_obj *conf) dpp_copy_netaccesskey() argument 2455 dpp_parse_cred_dpp(struct dpp_authentication *auth, struct dpp_config_obj *conf, struct json_token *cred) dpp_parse_cred_dpp() argument 2550 dpp_parse_cred_dot1x(struct dpp_authentication *auth, struct dpp_config_obj *conf, struct json_token *cred) dpp_parse_cred_dot1x() argument 2708 dpp_parse_conf_obj(struct dpp_authentication *auth, const u8 *conf_obj, u16 conf_obj_len) dpp_parse_conf_obj() argument 2856 dpp_conf_resp_rx(struct dpp_authentication *auth, const struct wpabuf *resp) dpp_conf_resp_rx() argument 3005 dpp_conf_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len) dpp_conf_result_rx() argument 3087 dpp_build_conf_result(struct dpp_authentication *auth, enum dpp_status_error status) dpp_build_conf_result() argument 3156 dpp_conn_status_result_rx(struct dpp_authentication *auth, const u8 *hdr, const u8 *attr_start, size_t attr_len, u8 *ssid, size_t *ssid_len, char **channel_list) dpp_conn_status_result_rx() argument 3303 dpp_build_conn_status_result(struct dpp_authentication *auth, enum dpp_status_error result, const u8 *ssid, size_t ssid_len, const char *channel_list) dpp_build_conn_status_result() argument 3475 dpp_configurator_own_config(struct dpp_authentication *auth, const char *curve, int ap) dpp_configurator_own_config() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | ikev2_common.h | 306 const u8 *auth; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 74 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code() local 192 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_auth_resp_retry_timeout() local 213 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_auth_resp_retry() local 295 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_conn_status_result_timeout() local 370 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_send_conn_status_result() local 417 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_connected() local 433 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_tx_status() local 547 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_reply_wait_timeout() local 613 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_auth_conf_wait_timeout() local 627 wpas_dpp_set_testing_options(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) wpas_dpp_set_testing_options() argument 659 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_auth_init_next() local 751 struct dpp_authentication *auth; wpas_dpp_auth_init() local 1171 wpas_dpp_add_network(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) wpas_dpp_add_network() argument 1382 wpas_dpp_process_config(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) wpas_dpp_process_config() argument 1409 wpas_dpp_post_process_config(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth) wpas_dpp_post_process_config() argument 1442 wpas_dpp_handle_config_obj(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, struct dpp_config_obj *conf) wpas_dpp_handle_config_obj() argument 1594 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_build_csr() local 1622 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_gas_resp_cb() local 1730 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_start_gas_client() local 1794 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_auth_resp() local 1850 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_auth_conf() local 1884 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_config_result_wait_timeout() local 1901 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_conn_status_result_wait_timeout() local 1918 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_conf_result() local 1984 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_conn_status_result() local 2018 wpas_dpp_process_conf_obj(void *ctx, struct dpp_authentication *auth) wpas_dpp_process_conf_obj() argument 2055 struct dpp_authentication *auth; wpas_dpp_rx_presence_announcement() local 2115 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_reconfig_reply_wait_timeout() local 2136 struct dpp_authentication *auth; wpas_dpp_rx_reconfig_announcement() local 2227 struct dpp_authentication *auth; wpas_dpp_rx_reconfig_auth_req() local 2285 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_reconfig_auth_resp() local 2330 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_rx_reconfig_auth_conf() local 2974 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_gas_req_handler() local 3024 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_gas_status_handler() local 3081 struct dpp_authentication *auth; wpas_dpp_configurator_sign() local 3896 wpas_dpp_build_conf_resp(struct wpa_supplicant *wpa_s, struct dpp_authentication *auth, bool tcp) wpas_dpp_build_conf_resp() argument 3927 struct dpp_authentication *auth = wpa_s->dpp_auth; wpas_dpp_ca_set() local [all...] |
| H A D | wps_supplicant.c | 1924 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; in wpas_wps_notify_scan_results() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | wps_hostapd.c | 1735 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) hostapd_wps_config_ap() argument
|
| H A D | wpa_auth.c | 4869 struct wpa_authenticator *auth; member
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_session_json.c | 348 AuthManager *auth = GetAuthManagerByAuthId(authHandle.authId); in GetEnhancedP2pAuthKey() local [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| H A D | lnn_lane_link_p2p.c | 83 AuthChannel auth; member 96 AuthChannel auth; member [all...] |
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| H A D | wifi_hdi_struct.h | 267 const uint8_t *auth; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtmpproto.c | 2597 char proto[8], hostname[256], path[1024], auth[100], *fname; in rtmp_open() local
|
| H A D | http.c | 206 char auth[1024], proxyauth[1024] = ""; in http_open_cnx_internal() local 1399 http_connect(URLContext *h, const char *path, const char *local_path, const char *hoststr, const char *auth, const char *proxyauth) http_connect() argument 2048 char auth[1024], pathbuf[1024], *path; http_proxy_open() local [all...] |
| /third_party/backends/backend/ |
| H A D | artec_eplus48u.c | 134 static SANE_Auth_Callback auth = NULL; variable
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | acls.c | 339 u32 auth; in ntfs_valid_pattern() local 4161 u32 auth; encodesid() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | ap_ctrl_iface.c | 503 char *ssid, *auth, *encr = NULL, *key = NULL; in hostapd_ctrl_iface_wps_config() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_registrar.c | 2409 static int wps_process_auth_type_flags(struct wps_data *wps, const u8 *auth) in wps_process_auth_type_flags() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | ap_ctrl_iface.c | 501 char *ssid, *auth, *encr = NULL, *key = NULL; in hostapd_ctrl_iface_wps_config() local
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm.h | 232 int auth; /**< Is client authenticated? */ member
|
| /third_party/libdrm/include/drm/ |
| H A D | drm.h | 232 int auth; /**< Is client authenticated? */ member
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfssecaudit.c | 962 u64 auth; in showsid() local 1169 u64 auth; showownership() local [all...] |
| /third_party/libdrm/ |
| H A D | xf86drm.c | 1483 drm_auth_t auth; in drmGetMagic() local 1496 drm_auth_t auth; in drmAuthMagic() local 2836 drm_public int drmGetClient(int fd, int idx, int *auth, int *pid, int *uid, in drmGetClient() argument [all...] |