Searched refs:TDX_REPORT_LEN (Results 1 – 2 of 2) sorted by relevance
78 tdreport = kzalloc(TDX_REPORT_LEN, GFP_KERNEL); in tdx_get_report0()94 if (copy_to_user(req->tdreport, tdreport, TDX_REPORT_LEN)) in tdx_get_report0()195 tdreport = kzalloc(TDX_REPORT_LEN, GFP_KERNEL); in tdx_report_new()214 quote_buf->in_len = TDX_REPORT_LEN; in tdx_report_new()216 memcpy(quote_buf->data, tdreport, TDX_REPORT_LEN); in tdx_report_new()
18 #define TDX_REPORT_LEN 1024 macro30 __u8 tdreport[TDX_REPORT_LEN];