Home
last modified time | relevance | path

Searched defs:resp (Results 176 - 200 of 250) sorted by relevance

12345678910

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c1279 hostapd_notify_auth_fils_finish(struct hostapd_data *hapd, struct sta_info *sta, u16 resp, struct wpabuf *data, int pub) hostapd_notify_auth_fils_finish() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c1114 struct wpabuf *resp; in dpp_controller_rx_gas_req() local
1064 dpp_tcp_send_gas_resp(struct dpp_connection *conn, u8 action, struct wpabuf *resp) dpp_tcp_send_gas_resp() argument
1173 struct wpabuf *resp; dpp_controller_rx_gas_comeback_req() local
1230 dpp_tcp_rx_gas_resp(struct dpp_connection *conn, struct wpabuf *resp) dpp_tcp_rx_gas_resp() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c995 gnutls_ocsp_resp_t resp; in check_ocsp() local
699 server_ocsp_status_req(gnutls_session_t session, void *ptr, gnutls_datum_t *resp) server_ocsp_status_req() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_aka.c189 char *resp, *pos; in eap_aka_ext_sim_result() local
[all...]
H A Deap_fast.c583 struct wpabuf *resp = NULL; in eap_fast_process_eap_payload_tlv() local
418 eap_fast_phase2_request(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) eap_fast_phase2_request() argument
778 struct wpabuf *resp; eap_fast_process_crypto_binding() local
1106 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) eap_fast_parse_decrypted() argument
1157 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) eap_fast_encrypt_response() argument
1204 struct wpabuf *resp = NULL, *tmp; eap_fast_process_decrypted() local
1555 struct wpabuf *resp; eap_fast_process() local
[all...]
H A Deap_peap.c500 eap_tlv_process(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, const struct wpabuf *req, struct wpabuf **resp, int force_failure) eap_tlv_process() argument
629 eap_peap_phase2_request(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, struct wpabuf *req, struct wpabuf **resp) eap_peap_phase2_request() argument
801 struct wpabuf *resp = NULL; eap_peap_decrypt() local
1029 struct wpabuf *resp; eap_peap_process() local
[all...]
H A Deap_ttls.c243 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate() argument
347 eap_ttls_phase2_eap_process(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, struct wpabuf **resp) eap_ttls_phase2_eap_process() argument
373 eap_ttls_phase2_request_eap_method(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, int vendor, enum eap_type method, struct wpabuf **resp) eap_ttls_phase2_request_eap_method() argument
448 eap_ttls_phase2_request_eap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) eap_ttls_phase2_request_eap() argument
505 eap_ttls_phase2_request_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) eap_ttls_phase2_request_mschapv2() argument
600 eap_ttls_phase2_request_mschap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) eap_ttls_phase2_request_mschap() argument
703 eap_ttls_phase2_request_pap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) eap_ttls_phase2_request_pap() argument
757 eap_ttls_phase2_request_chap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct wpabuf **resp) eap_ttls_phase2_request_chap() argument
838 eap_ttls_phase2_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, struct wpabuf **resp) eap_ttls_phase2_request() argument
1092 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) eap_ttls_encrypt_response() argument
1116 eap_ttls_process_phase2_eap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) eap_ttls_process_phase2_eap() argument
1234 eap_ttls_process_tnc_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) eap_ttls_process_tnc_start() argument
1273 struct wpabuf *resp = NULL; eap_ttls_process_decrypted() local
1347 struct wpabuf *resp; eap_ttls_implicit_identity_request() local
1655 struct wpabuf *resp; eap_ttls_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_peap.c1124 const struct eap_hdr *resp; in eap_peap_process_phase2() local
H A Deap_server_ttls.c132 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp, in eap_ttls_avp_encapsulate() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_group.c684 struct wpabuf *resp; in p2p_group_assoc_resp_ie() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dpcsc_funcs.c812 unsigned char resp[3]; in _scard_select_file() local
1024 unsigned char resp[3]; scard_verify_pin() local
1056 unsigned char resp[3]; scard_get_pin_retry_counter() local
1247 unsigned char resp[3], buf[12 + 3 + 2]; scard_gsm_auth() local
1348 unsigned char resp[3], buf[64], *pos, *end; scard_umts_auth() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant_sd.c185 static void wpas_sd_add_empty(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_empty() argument
204 static void wpas_sd_add_proto_not_avail(struct wpabuf *resp, u8 srv_proto, in wpas_sd_add_proto_not_avail() argument
212 static void wpas_sd_add_bad_request(struct wpabuf *resp, u argument
219 wpas_sd_add_not_found(struct wpabuf *resp, u8 srv_proto, u8 srv_trans_id) wpas_sd_add_not_found() argument
227 wpas_sd_all_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) wpas_sd_all_bonjour() argument
290 wpas_sd_req_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) wpas_sd_req_bonjour() argument
361 wpas_sd_all_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) wpas_sd_all_upnp() argument
397 wpas_sd_req_upnp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) wpas_sd_req_upnp() argument
479 wpas_sd_req_wfd(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) wpas_sd_req_wfd() argument
559 wpas_sd_req_asp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id, const u8 *query, size_t query_len) wpas_sd_req_asp() argument
676 wpas_sd_all_asp(struct wpa_supplicant *wpa_s, struct wpabuf *resp, u8 srv_trans_id) wpas_sd_all_asp() argument
699 struct wpabuf *resp; wpas_sd_request() local
1238 wpas_p2p_service_add_bonjour(struct wpa_supplicant *wpa_s, struct wpabuf *query, struct wpabuf *resp) wpas_p2p_service_add_bonjour() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Doma_dm_client.c945 xml_node_t *resp; in oma_dm_send_recv() local
1156 xml_node_t *syncml, *resp; in cmd_oma_dm_prov() local
992 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) oma_dm_process() argument
1193 xml_node_t *syncml, *resp; cmd_oma_dm_sim_prov() local
1255 xml_node_t *syncml, *resp; oma_dm_pol_upd() local
1302 xml_node_t *syncml, *resp; oma_dm_sub_rem() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c1063 hostapd_notify_auth_fils_finish(struct hostapd_data *hapd, struct sta_info *sta, u16 resp, struct wpabuf *data, int pub) hostapd_notify_auth_fils_finish() argument
/third_party/ffmpeg/libavcodec/
H A Ddcaenc.c339 int32_t resp; in subband_transform() local
/third_party/ffmpeg/libavfilter/
H A Daf_aiir.c828 double *resp = av_calloc(length, sizeof(*resp)); in convert_serial2parallel() local
[all...]
/third_party/backends/frontend/
H A Dsaned.c756 struct addrinfo *resp; in check_host() local
2838 struct addrinfo *resp; global() local
2950 struct addrinfo *resp; global() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c673 struct BJNP_command *resp = (struct BJNP_command *) response; in udp_command() local
1236 struct BJNP_command *resp; in bjnp_send_job_details() local
1278 struct DISCOVER_RESPONSE *resp = (struct DISCOVER_RESPONSE * )&resp_buf;; in bjnp_get_scanner_mac_address() local
/third_party/curl/lib/
H A Dftp.c2111 char *resp = Curl_dyn_ptr(&pp->recvbuf) + 4; in ftp_state_mdtm_resp() local
H A Dhttp.c4905 struct http_resp *resp; in Curl_http_resp_make() local
4929 Curl_http_resp_free(struct http_resp *resp) Curl_http_resp_free() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc96 const unsigned char* resp; in GetSSLOCSPResponse() local
/third_party/nghttp2/src/
H A Dshrpx_tls.cc2485 auto resp = d2i_OCSP_RESPONSE(nullptr, &ocsp_resp, ocsp_resplen); in verify_ocsp_response() local
H A Dshrpx_http3_upstream.cc1271 auto &resp = downstream->response(); in on_downstream_header_complete() local
1479 auto &resp = downstream->response(); on_downstream_body_complete() local
1690 const auto &resp = downstream->response(); send_reply() local
2695 auto &resp = downstream->response(); error_reply() local
[all...]
H A Dshrpx_http2_upstream.cc1450 const auto &resp = downstream->response(); in downstream_data_read_callback() local
1519 const auto &resp = downstream->response(); in send_reply() local
1582 auto &resp = downstream->response(); in error_reply() local
1654 auto &resp = downstream->response(); in on_downstream_header_complete() local
1912 auto &resp = downstream->response(); on_downstream_body_complete() local
1998 auto &resp = downstream->response(); redirect_to_https() local
2142 auto &resp = downstream->response(); prepare_push_promise() local
2291 auto &resp = downstream->response(); initiate_push() local
[all...]
H A Dshrpx_http2_session.cc915 auto &resp = downstream->response(); in on_header_callback2() local
1102 auto &resp = downstream->response(); in on_response_headers() local
1445 auto &resp = downstream->response(); on_data_chunk_recv_callback() local
[all...]

Completed in 51 milliseconds

12345678910