Home
last modified time | relevance | path

Searched refs:resp_data (Results 1 – 10 of 10) sorted by relevance

/third_party/selinux/libselinux/src/
Dsetrans_client.c134 struct iovec resp_data; in receive_response() local
162 resp_data.iov_base = data; in receive_response()
163 resp_data.iov_len = data_size; in receive_response()
165 while (((count = readv(fd, &resp_data, 1))) < 0 && (errno == EINTR)) ; in receive_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drobust_av.c1335 struct dscp_resp_data *resp_data) in wpas_send_dscp_response() argument
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->policy[i].status); in wpas_send_dscp_response()
Dctrl_iface.c11426 struct dscp_resp_data resp_data; in wpas_ctrl_iface_send_dscp_resp() local
11433 os_memset(&resp_data, 0, sizeof(resp_data)); in wpas_ctrl_iface_send_dscp_resp()
11435 resp_data.more = os_strstr(cmd, "more") != NULL; in wpas_ctrl_iface_send_dscp_resp()
11438 resp_data.reset = true; in wpas_ctrl_iface_send_dscp_resp()
11439 resp_data.solicited = false; in wpas_ctrl_iface_send_dscp_resp()
11443 resp_data.solicited = os_strstr(cmd, "solicited") != NULL; in wpas_ctrl_iface_send_dscp_resp()
11473 resp_data.policy = policy; in wpas_ctrl_iface_send_dscp_resp()
11474 resp_data.num_policies = num_policies; in wpas_ctrl_iface_send_dscp_resp()
11476 ret = wpas_send_dscp_response(wpa_s, &resp_data); in wpas_ctrl_iface_send_dscp_resp()
Dwpa_supplicant_i.h1878 struct dscp_resp_data *resp_data);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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/crypto/
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/curl/tests/
Dsmbserver.py184 resp_data = ""
232 resp_data = ""
236 resp_cmd["Data"] = resp_data
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dscheduler_node.cc372 std::string resp_data; in SendFinish() local
374 …if (!SendMessageSync(client, message_meta, Protos::PROTOBUF, resp_data.data(), resp_data.size())) { in SendFinish()
390 std::string resp_data; in SendScaleOutDone() local
392 …if (!SendMessageSync(client, message_meta, Protos::PROTOBUF, resp_data.data(), resp_data.size())) { in SendScaleOutDone()
408 std::string resp_data; in SendScaleInDone() local
410 …if (!SendMessageSync(client, message_meta, Protos::PROTOBUF, resp_data.data(), resp_data.size())) { in SendScaleInDone()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
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/wpa_supplicant/wpa_supplicant-2.9/src/tls/
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()