Home
last modified time | relevance | path

Searched defs:resp (Results 126 - 150 of 307) sorted by relevance

12345678910>>...13

/third_party/backends/backend/
H A Dkvs40xx_cmd.c92 u8 resp[sizeof (*h) + STATUS_SIZE]; in usb_send_command() local
/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc78 auto &resp = downstream_->response(); in ~Http2DownstreamConnection() local
120 auto &resp = downstream_->response(); in detach_downstream() local
571 auto &resp = downstream_->response(); in resume_read() local
H A Dshrpx_api_downstream_connection.cc105 auto &resp = downstream_->response(); in send_reply() local
271 auto &resp = downstream_->response(); in error_method_not_allowed() local
H A Dshrpx_log.cc591 const auto &resp = downstream->response(); in upstream_accesslog() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c508 http_server_send_asn1_resp(BIO *cbio, int keep_alive, const char *content_type, const ASN1_ITEM *it, const ASN1_VALUE *resp) http_server_send_asn1_resp() argument
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ext.c289 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) in OCSP_basic_add1_nonce() argument
347 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) in OCSP_copy_nonce() argument
/third_party/openssl/apps/lib/
H A Dhttp_server.c508 http_server_send_asn1_resp(BIO *cbio, int keep_alive, const char *content_type, const ASN1_ITEM *it, const ASN1_VALUE *resp) http_server_send_asn1_resp() argument
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c289 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len) in OCSP_basic_add1_nonce() argument
347 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) in OCSP_copy_nonce() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_eke.c199 struct wpabuf *resp; in eap_eke_build_fail() local
226 struct wpabuf *resp; in eap_eke_process_id() local
359 struct wpabuf *resp; eap_eke_process_commit() local
505 struct wpabuf *resp; eap_eke_process_confirm() local
652 struct wpabuf *resp; eap_eke_process() local
[all...]
H A Deap_gpsk.c280 struct wpabuf *resp; in eap_gpsk_process_gpsk_1() local
317 struct wpabuf *resp; in eap_gpsk_send_gpsk_2() local
587 struct wpabuf *resp; eap_gpsk_process_gpsk_3() local
630 struct wpabuf *resp; eap_gpsk_send_gpsk_4() local
667 struct wpabuf *resp; eap_gpsk_process() local
[all...]
H A Deap_tls_common.c815 struct wpabuf *resp; in eap_peer_tls_build_ack() local
1178 eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, struct eap_hdr *hdr, struct wpabuf **resp) eap_peer_tls_phase2_nak() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_mschapv2.c242 struct eap_mschapv2_hdr *resp; in eap_mschapv2_check() local
284 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_response() local
455 struct eap_mschapv2_hdr *resp; eap_mschapv2_process_success_resp() local
482 struct eap_mschapv2_hdr *resp; eap_mschapv2_process_failure_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c123 char *buf, *resp; in est_load_cacerts() local
631 char *resp; in est_build_csr() local
678 char *buf, *resp, *req, *req2; est_simple_enroll() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_query_ap.c48 struct wpabuf *resp; member
361 gas_query_rx_initial(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) gas_query_rx_initial() argument
393 gas_query_rx_comeback(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) gas_query_rx_comeback() argument
674 gas_query_ap_req(struct gas_query_ap *gas, const u8 *dst, int freq, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_ap_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) gas_query_ap_req() argument
[all...]
H A Dieee802_11_shared.c139 struct ieee80211_mgmt *resp; in ieee802_11_send_sa_query_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dgas_server.c39 struct wpabuf *resp; member
97 struct wpabuf *resp; in gas_server_send_resp() local
172 struct wpabuf *resp; gas_server_rx_initial_req() local
263 struct wpabuf *resp; gas_server_handle_rx_comeback_req() local
471 gas_server_set_resp(struct gas_server *gas, void *resp_ctx, struct wpabuf *resp) gas_server_set_resp() argument
550 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, const u8 *query, size_t query_len, u16 *comeback_delay), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) gas_server_register() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_eke.c199 struct wpabuf *resp; in eap_eke_build_fail() local
226 struct wpabuf *resp; in eap_eke_process_id() local
359 struct wpabuf *resp; eap_eke_process_commit() local
505 struct wpabuf *resp; eap_eke_process_confirm() local
652 struct wpabuf *resp; eap_eke_process() local
[all...]
H A Deap_gpsk.c280 struct wpabuf *resp; in eap_gpsk_process_gpsk_1() local
317 struct wpabuf *resp; in eap_gpsk_send_gpsk_2() local
587 struct wpabuf *resp; eap_gpsk_process_gpsk_3() local
630 struct wpabuf *resp; eap_gpsk_send_gpsk_4() local
667 struct wpabuf *resp; eap_gpsk_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_mschapv2.c242 struct eap_mschapv2_hdr *resp; in eap_mschapv2_check() local
284 struct eap_mschapv2_hdr *resp; in eap_mschapv2_process_response() local
455 struct eap_mschapv2_hdr *resp; eap_mschapv2_process_success_resp() local
482 struct eap_mschapv2_hdr *resp; eap_mschapv2_process_failure_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_go_neg.c800 struct wpabuf *resp; in p2p_process_go_neg_req() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c123 char *buf, *resp; in est_load_cacerts() local
631 char *resp; in est_build_csr() local
679 char *buf, *resp, *req, *req2; est_simple_enroll() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_query_ap.c48 struct wpabuf *resp; member
361 gas_query_rx_initial(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) gas_query_rx_initial() argument
393 gas_query_rx_comeback(struct gas_query_ap *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) gas_query_rx_comeback() argument
674 gas_query_ap_req(struct gas_query_ap *gas, const u8 *dst, int freq, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_ap_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) gas_query_ap_req() argument
[all...]
H A Dieee802_11_shared.c129 struct ieee80211_mgmt *resp; in ieee802_11_send_sa_query_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dgas_server.c37 struct wpabuf *resp; member
92 struct wpabuf *resp; in gas_server_send_resp() local
167 struct wpabuf *resp; gas_server_rx_initial_req() local
245 struct wpabuf *resp; gas_server_handle_rx_comeback_req() local
461 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, const u8 *sa, const u8 *query, size_t query_len), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) gas_server_register() argument
[all...]
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp268 CfBlob *resp = static_cast<CfBlob *>(CfMalloc(sizeof(CfBlob), 0)); in ConstructHcfRevocationCheckParam1() local

Completed in 22 milliseconds

12345678910>>...13