Lines Matching full:report
19 * struct tsm_desc - option descriptor for generating tsm report blobs
23 * @service_provider: optional name of where to obtain the tsm report blob
37 * struct tsm_report - track state of report generation relative to options
42 * @auxblob: (optional) auxiliary data to the report (e.g. certificate data)
44 * @manifestblob: (optional) manifest data associated with the report
57 * enum tsm_attr_index - index used to reference report attributes
58 * @TSM_REPORT_GENERATION: index of the report generation number attribute
77 * enum tsm_bin_attr_index - index used to reference binary report attributes
78 * @TSM_REPORT_INBLOB: index of the binary report input attribute
79 * @TSM_REPORT_OUTBLOB: index of the binary report output attribute
92 * @name: tsm id reflected in /sys/kernel/config/tsm/report/$report/provider
94 * @report_new: Populate @report with the report blob and auxblob
96 * @report_attr_visible: show or hide a report attribute entry
97 * @report_bin_attr_visible: show or hide a report binary attribute entry
105 int (*report_new)(struct tsm_report *report, void *data);