Home
last modified time | relevance | path

Searched refs:resp_data (Results 1 - 9 of 9) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dsetrans_client.c140 struct iovec resp_data; in receive_response() local
168 resp_data.iov_base = data; in receive_response()
169 resp_data.iov_len = data_size; in receive_response()
171 while (((count = readv(fd, &resp_data, 1))) < 0 && (errno == EINTR)) ; in receive_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drobust_av.c1335 struct dscp_resp_data *resp_data) in wpas_send_dscp_response()
1348 if (resp_data->solicited && !wpa_s->dscp_req_dialog_token) { in wpas_send_dscp_response()
1367 2 * resp_data->num_policies; /* Status list */ in wpas_send_dscp_response()
1380 wpabuf_put_u8(buf, resp_data->solicited ? in wpas_send_dscp_response()
1383 if (resp_data->more) in wpas_send_dscp_response()
1385 if (resp_data->reset) in wpas_send_dscp_response()
1389 wpabuf_put_u8(buf, resp_data->num_policies); in wpas_send_dscp_response()
1390 for (i = 0; i < resp_data->num_policies; i++) { in wpas_send_dscp_response()
1391 wpabuf_put_u8(buf, resp_data->policy[i].id); in wpas_send_dscp_response()
1392 wpabuf_put_u8(buf, resp_data in wpas_send_dscp_response()
1334 wpas_send_dscp_response(struct wpa_supplicant *wpa_s, struct dscp_resp_data *resp_data) wpas_send_dscp_response() argument
[all...]
H A Dwpa_supplicant_i.h1956 struct dscp_resp_data *resp_data);
H A Dctrl_iface.c11992 struct dscp_resp_data resp_data;
11999 os_memset(&resp_data, 0, sizeof(resp_data));
12001 resp_data.more = os_strstr(cmd, "more") != NULL;
12004 resp_data.reset = true;
12005 resp_data.solicited = false;
12009 resp_data.solicited = os_strstr(cmd, "solicited") != NULL;
12039 resp_data.policy = policy;
12040 resp_data.num_policies = num_policies;
12042 ret = wpas_send_dscp_response(wpa_s, &resp_data);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c489 const uint8_t *resp_data; in check_ocsp_resp() local
519 SSL_get0_ocsp_response(ssl, &resp_data, &resp_len); in check_ocsp_resp()
520 if (resp_data == NULL || resp_len == 0) { in check_ocsp_resp()
525 wpa_hexdump(MSG_DEBUG, "OpenSSL: OCSP response", resp_data, resp_len); in check_ocsp_resp()
527 resp = d2i_OCSPResponse(NULL, &resp_data, resp_len); in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl_ocsp.c489 const uint8_t *resp_data; in check_ocsp_resp() local
519 SSL_get0_ocsp_response(ssl, &resp_data, &resp_len); in check_ocsp_resp()
520 if (resp_data == NULL || resp_len == 0) { in check_ocsp_resp()
525 wpa_hexdump(MSG_DEBUG, "OpenSSL: OCSP response", resp_data, resp_len); in check_ocsp_resp()
527 resp = d2i_OCSPResponse(NULL, &resp_data, resp_len); in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_ocsp.c359 const u8 *resp_data, *sign_value, *key_hash = NULL, *responses; in tls_process_basic_ocsp_response() local
404 resp_data = hdr.payload; in tls_process_basic_ocsp_response()
486 pos = resp_data; in tls_process_basic_ocsp_response()
487 end = resp_data + resp_data_len; in tls_process_basic_ocsp_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_ocsp.c350 const u8 *resp_data, *sign_value, *key_hash = NULL, *responses; in tls_process_basic_ocsp_response() local
390 resp_data = hdr.payload; in tls_process_basic_ocsp_response()
466 pos = resp_data; in tls_process_basic_ocsp_response()
467 end = resp_data + resp_data_len; in tls_process_basic_ocsp_response()
/third_party/curl/tests/
H A Dsmbserver.py239 resp_data = ""
288 resp_data = ""
292 resp_cmd["Data"] = resp_data

Completed in 22 milliseconds