Lines Matching defs:data
360 * small of a certificate data buffer, retry the same
361 * guest request without the extended data request in
498 resp_len = sizeof(resp->data) + crypto->a_len;
504 SNP_MSG_REPORT_REQ, req, sizeof(*req), resp->data,
523 /* Response data is 64 bytes and max authsize for GCM is 16 bytes. */
536 resp_len = sizeof(resp.data) + crypto->a_len;
548 memcpy(resp.data, buf, sizeof(resp.data));
552 /* The response buffer contains the sensitive data, explicitly clear it. */
573 /* userspace does not want certificate data */
588 * zeros to indicate that certificate data was not provided.
598 resp_len = sizeof(resp->data) + crypto->a_len;
605 SNP_MSG_REPORT_REQ, &req->data,
606 sizeof(req->data), resp->data, resp_len);
754 struct sev_guest_platform_data *data;
767 data = (struct sev_guest_platform_data *)dev->platform_data;
768 mapping = ioremap_encrypted(data->secrets_gpa, PAGE_SIZE);