_IFAPI_OBJECT.3 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .TH "_IFAPI_OBJECT" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. _IFAPI_OBJECT
  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 "\fBTPMS_POLICY\fP * \fBpolicy\fP"
  15. .br
  16. .ti -1c
  17. .RI "IFAPI_OBJECT_TYPE_CONSTANT \fBobjectType\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBIFAPI_OBJECT_UNION\fP \fBmisc\fP"
  21. .br
  22. .ti -1c
  23. .RI "TPMI_YES_NO \fBsystem\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBESYS_TR\fP \fBhandle\fP"
  27. .br
  28. .ti -1c
  29. .RI "enum IFAPI_AUTHORIZATION_STATE \fBauthorization_state\fP"
  30. .br
  31. .ti -1c
  32. .RI "enum IFAPI_IO_STATE \fBstate\fP"
  33. .br
  34. .ti -1c
  35. .RI "const char * \fBrel_path\fP"
  36. .br
  37. .in -1c
  38. .SH "Detailed Description"
  39. .PP
  40. Type for representing TPM-Resource
  41. .SH "Field Documentation"
  42. .PP
  43. .SS "enum IFAPI_AUTHORIZATION_STATE authorization_state"
  44. State of object authorization state machine
  45. .SS "\fBESYS_TR\fP handle"
  46. Handle used by ESAPI
  47. .SS "\fBIFAPI_OBJECT_UNION\fP misc"
  48. Resource specific information
  49. .SS "IFAPI_OBJECT_TYPE_CONSTANT objectType"
  50. Selector for object type
  51. .SS "const char* rel_path"
  52. The relative path in keystore\&.
  53. .SS "TPMI_YES_NO system"
  54. Store the object in the system wide directory
  55. .SH "Author"
  56. .PP
  57. Generated automatically by Doxygen for tpm2-tss from the source code\&.