IFAPI_NV.3 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .TH "IFAPI_NV" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_NV
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_keystore\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "TPM2B_NV_PUBLIC \fBpublic\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBUINT8_ARY\fP \fBserialization\fP"
  18. .br
  19. .ti -1c
  20. .RI "UINT32 \fBhierarchy\fP"
  21. .br
  22. .ti -1c
  23. .RI "char * \fBpolicyInstance\fP"
  24. .br
  25. .ti -1c
  26. .RI "char * \fBdescription\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBUINT8_ARY\fP \fBappData\fP"
  30. .br
  31. .ti -1c
  32. .RI "TPMI_YES_NO \fBwith_auth\fP"
  33. .br
  34. .ti -1c
  35. .RI "char * \fBevent_log\fP"
  36. .br
  37. .in -1c
  38. .SH "Detailed Description"
  39. .PP
  40. Type for representing a FAPI NV object
  41. .SH "Field Documentation"
  42. .PP
  43. .SS "\fBUINT8_ARY\fP appData"
  44. Application data
  45. .SS "char* description"
  46. Human readable description of key
  47. .SS "char* event_log"
  48. The event log if NV type is pcr
  49. .SS "UINT32 hierarchy"
  50. The hierarchy used for NV object creation
  51. .SS "char* policyInstance"
  52. Keys policy
  53. .SS "TPM2B_NV_PUBLIC public"
  54. The wrapped public portion of the object
  55. .SS "\fBUINT8_ARY\fP serialization"
  56. None
  57. .SS "TPMI_YES_NO with_auth"
  58. Authorization provided during creation
  59. .SH "Author"
  60. .PP
  61. Generated automatically by Doxygen for tpm2-tss from the source code\&.