Home
last modified time | relevance | path

Searched defs:auth (Results 76 - 100 of 120) sorted by relevance

12345

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c1077 radius_change_server(struct radius_client_data *radius, struct hostapd_radius_server *nserv, struct hostapd_radius_server *oserv, int sock, int sock6, int auth) radius_change_server() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_validate.c926 static int wps_validate_key_wrap_auth(const u8 *auth, int mandatory) in wps_validate_key_wrap_auth() argument
H A Dwps_registrar.c2409 static int wps_process_auth_type_flags(struct wps_data *wps, const u8 *auth) in wps_process_auth_type_flags() argument
/third_party/curl/tests/server/
H A Dsws.c109 bool auth; /* Authorization header present in the incoming request */ member
/third_party/ffmpeg/libavformat/
H A Drtsp.c1607 char proto[128], host[128], path[512], auth[128]; in ff_rtsp_make_setup_request() local
1722 char tcpname[1024], cmd[MAX_URL_SIZE], auth[128]; in ff_rtsp_connect() local
[all...]
H A Drtmpproto.c2597 char proto[8], hostname[256], path[1024], auth[100], *fname; in rtmp_open() local
H A Dhttp.c206 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/curl/lib/
H A Dhttp.c656 const char *auth = NULL; in output_auth_headers() local
909 Curl_http_input_auth(struct Curl_easy *data, bool proxy, const char *auth) Curl_http_input_auth() argument
3649 char *auth = Curl_copy_header_value(headp); Curl_http_header() local
[all...]
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c1057 u16_t auth = pbuf_strstr(s->p, SMTP_KEYWORD_AUTH_SP); in smtp_prepare_auth_or_mail() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.h306 const u8 *auth; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_registrar.c2418 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/wpa_supplicant/
H A Dwps_supplicant.c1865 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_standard/src/ap/
H A Ddpp_hostapd.c51 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code() local
166 struct dpp_authentication *auth in hostapd_dpp_auth_resp_retry_timeout() local
185 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_auth_resp_retry() local
222 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_tx_status() local
326 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_reply_wait_timeout() local
399 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_auth_conf_wait_timeout() local
414 hostapd_dpp_set_testing_options(struct hostapd_data *hapd, struct dpp_authentication *auth) hostapd_dpp_set_testing_options() argument
445 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_auth_init_next() local
533 hostapd_dpp_process_conf_obj(void *ctx, struct dpp_authentication *auth) hostapd_dpp_process_conf_obj() argument
552 struct dpp_authentication *auth; hostapd_dpp_auth_init() local
804 hostapd_dpp_handle_config_obj(struct hostapd_data *hapd, struct dpp_authentication *auth, struct dpp_config_obj *conf) hostapd_dpp_handle_config_obj() argument
913 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_gas_resp_cb() local
996 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_start_gas_client() local
1051 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_rx_auth_resp() local
1103 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_rx_auth_conf() local
1135 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_config_result_wait_timeout() local
1152 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_conn_status_result_wait_timeout() local
1169 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_rx_conf_result() local
1221 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_rx_conn_status_result() local
1263 struct dpp_authentication *auth; hostapd_dpp_rx_presence_announcement() local
1328 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_reconfig_reply_wait_timeout() local
1348 struct dpp_authentication *auth; hostapd_dpp_rx_reconfig_announcement() local
1439 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_rx_reconfig_auth_resp() local
2030 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_gas_req_handler() local
2073 struct dpp_authentication *auth = hapd->dpp_auth; hostapd_dpp_gas_status_handler() local
2111 struct dpp_authentication *auth; hostapd_dpp_configurator_sign() local
[all...]
H A Dwps_hostapd.c1920 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c423 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 Dwpa_common.c3603 struct ieee80211_mgmt *auth; in wpa_pasn_build_auth_header() local
[all...]
H A Ddpp.c42 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 Dikev2_common.h306 const u8 *auth; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c74 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 Dwps_supplicant.c1924 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 Dwps_hostapd.c1735 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
/third_party/backends/backend/
H A Dartec_eplus48u.c134 static SANE_Auth_Callback auth = NULL; variable
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c339 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 Dap_ctrl_iface.c503 char *ssid, *auth, *encr = NULL, *key = NULL; in hostapd_ctrl_iface_wps_config() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c501 char *ssid, *auth, *encr = NULL, *key = NULL; in hostapd_ctrl_iface_wps_config() local

Completed in 71 milliseconds

12345