Home
last modified time | relevance | path

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

/linux/drivers/virt/coco/guest/
H A Dreport.c37 * the 'provider' attribute indicates the format of 'outblob', and optionally
243 out = report->outblob; in __read_report()
272 * A given TSM backend always fills in ->outblob regardless of in read_cached_report()
275 if (!report->outblob || in read_cached_report()
303 if (report->outblob && in tsm_report_read()
307 kvfree(report->outblob); in tsm_report_read()
310 report->outblob = NULL; in tsm_report_read()
328 CONFIGFS_BIN_ATTR_RO(tsm_report_, outblob, NULL, TSM_REPORT_OUTBLOB_MAX);
374 kvfree(report->outblob); in tsm_report_item_release()
/linux/include/linux/
H A Dtsm.h20 * @privlevel: optional privilege level to associate with @outblob
39 * @outblob_len: sizeof(@outblob)
40 * @outblob: generated evidence to provider to the attestation agent
49 u8 *outblob; member
/linux/Documentation/ABI/testing/
H A Dconfigfs-tsm-report10 What: /sys/kernel/config/tsm/report/$name/outblob
51 (RO) A name for the format-specification of @outblob like
73 @outblob, or it can prevent conflicts by creating a report
/linux/drivers/virt/coco/arm-cca-guest/
H A Darm-cca-guest.c108 * allocate outblob based on the returned value from the 'init' in arm_cca_report_new()
125 /* Allocate outblob */ in arm_cca_report_new()
131 * Since the outblob may not be physically contiguous, use a page in arm_cca_report_new()
177 report->outblob = no_free_ptr(token); in arm_cca_report_new()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c466 report->outblob = no_free_ptr(rbuf); in sev_svsm_report_new()
547 report->outblob = no_free_ptr(rbuf); in sev_report_new()
/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c311 report->outblob = buf; in tdx_report_new_locked()