IFAPI_LoadKey.3 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .TH "IFAPI_LoadKey" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_LoadKey
  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 "enum _FAPI_STATE_LOAD_KEY \fBstate\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBNODE_STR_T\fP * \fBpath_list\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBNODE_OBJECT_T\fP * \fBkey_list\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBIFAPI_OBJECT\fP \fBauth_object\fP"
  24. .br
  25. .ti -1c
  26. .RI "size_t \fBposition\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBESYS_TR\fP \fBhandle\fP"
  30. .br
  31. .ti -1c
  32. .RI "\fBESYS_TR\fP \fBparent_handle\fP"
  33. .br
  34. .ti -1c
  35. .RI "bool \fBparent_handle_persistent\fP"
  36. .br
  37. .ti -1c
  38. .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
  39. .br
  40. .ti -1c
  41. .RI "char * \fBkey_path\fP"
  42. .br
  43. .in -1c
  44. .SH "Detailed Description"
  45. .PP
  46. The data structure holding internal state of loading keys\&.
  47. .SH "Field Documentation"
  48. .PP
  49. .SS "\fBNODE_STR_T\fP* path_list"
  50. The current used hierarchy for CreatePrimary
  51. .SS "enum _FAPI_STATE_LOAD_KEY state"
  52. The current state of key loading
  53. .SH "Author"
  54. .PP
  55. Generated automatically by Doxygen for tpm2-tss from the source code\&.