IFAPI_INITIALIZE.3 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .TH "IFAPI_INITIALIZE" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_INITIALIZE
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_int\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "TPMS_CAPABILITY_DATA * \fBcapability\fP"
  15. .br
  16. .ti -1c
  17. .RI "char ** \fBpathlist\fP"
  18. .br
  19. .ti -1c
  20. .RI "size_t \fBnumPaths\fP"
  21. .br
  22. .ti -1c
  23. .RI "size_t \fBnumNullPrimaries\fP"
  24. .br
  25. .ti -1c
  26. .RI "size_t \fBprimary_idx\fP"
  27. .br
  28. .ti -1c
  29. .RI "size_t \fBpath_idx\fP"
  30. .br
  31. .ti -1c
  32. .RI "\fBIFAPI_OBJECT\fP * \fBnull_primaries\fP"
  33. .br
  34. .in -1c
  35. .SH "Detailed Description"
  36. .PP
  37. The data structure holding internal state of Fapi_Initialize command\&.
  38. .SH "Field Documentation"
  39. .PP
  40. .SS "\fBIFAPI_OBJECT\fP* null_primaries"
  41. Array of the NULL hierarchy primaries\&.
  42. .SS "size_t numNullPrimaries"
  43. Number of NULL hierarchy primaries stored in keystore
  44. .SS "size_t numPaths"
  45. Size of array with all keystore objects
  46. .SS "size_t path_idx"
  47. Index of array with the object paths
  48. .SS "char** pathlist"
  49. The array with all keystore objects
  50. .SS "size_t primary_idx"
  51. Index to the current primary
  52. .SH "Author"
  53. .PP
  54. Generated automatically by Doxygen for tpm2-tss from the source code\&.