Home
last modified time | relevance | path

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

/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c173 #define TDX_QUOTE_MAX_LEN (GET_QUOTE_BUF_SIZE - sizeof(struct tdx_quote_buf))
186 struct tdx_quote_buf { struct
252 static int wait_for_quote_completion(struct tdx_quote_buf *quote_buf, u32 timeout) in wait_for_quote_completion()
271 struct tdx_quote_buf *quote_buf = quote_data; in tdx_report_new_locked()