IFAPI_HIERARCHY.3 895 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .TH "IFAPI_HIERARCHY" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_HIERARCHY
  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 "TPMI_YES_NO \fBwith_auth\fP"
  15. .br
  16. .ti -1c
  17. .RI "char * \fBdescription\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPM2B_DIGEST \fBauthPolicy\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBESYS_TR\fP \fBesysHandle\fP"
  24. .br
  25. .ti -1c
  26. .RI "bool \fBauthorized\fP"
  27. .br
  28. .ti -1c
  29. .RI "TPM2B_NAME \fBname\fP"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. Type for representing hierarchy
  35. .SH "Field Documentation"
  36. .PP
  37. .SS "bool authorized"
  38. Switch whether hiearchy is authorized\&.
  39. .SS "char* description"
  40. Human readable description of hierarchy
  41. .SS "TPM2B_NAME name"
  42. Name of the hierarchy
  43. .SS "TPMI_YES_NO with_auth"
  44. Authorization provided
  45. .SH "Author"
  46. .PP
  47. Generated automatically by Doxygen for tpm2-tss from the source code\&.