IFAPI_EVENT.3 891 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .TH "IFAPI_EVENT" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_EVENT
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_eventlog\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "UINT32 \fBrecnum\fP"
  15. .br
  16. .ti -1c
  17. .RI "TPM2_HANDLE \fBpcr\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPML_DIGEST_VALUES \fBdigests\fP"
  21. .br
  22. .ti -1c
  23. .RI "IFAPI_EVENT_TYPE \fBtype\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_EVENT_UNION\fP \fBsub_event\fP"
  27. .br
  28. .in -1c
  29. .SH "Detailed Description"
  30. .PP
  31. Type for representing a FAPI event
  32. .SH "Field Documentation"
  33. .PP
  34. .SS "TPML_DIGEST_VALUES digests"
  35. The digest list of the event
  36. .SS "TPM2_HANDLE pcr"
  37. PCR register
  38. .SS "UINT32 recnum"
  39. Number of event
  40. .SS "\fBIFAPI_EVENT_UNION\fP sub_event"
  41. Additional event information
  42. .SS "IFAPI_EVENT_TYPE type"
  43. Selector for object type
  44. .SH "Author"
  45. .PP
  46. Generated automatically by Doxygen for tpm2-tss from the source code\&.