IFAPI_Key_Create.3 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .TH "IFAPI_Key_Create" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Key_Create
  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 IFAPI_KEY_CREATE_STATE \fBstate\fP"
  15. .br
  16. .ti -1c
  17. .RI "const char * \fBkeyPath\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBNODE_STR_T\fP * \fBpath_list\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBIFAPI_OBJECT\fP \fBparent\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBIFAPI_KEY_TEMPLATE\fP \fBpublic_templ\fP"
  30. .br
  31. .ti -1c
  32. .RI "TPM2B_PUBLIC \fBpublic\fP"
  33. .br
  34. .ti -1c
  35. .RI "\fBIFAPI_OBJECT\fP \fBhierarchy\fP"
  36. .br
  37. .ti -1c
  38. .RI "TPM2B_SENSITIVE_CREATE \fBinSensitive\fP"
  39. .br
  40. .ti -1c
  41. .RI "TPM2B_DATA \fBoutsideInfo\fP"
  42. .br
  43. .ti -1c
  44. .RI "TPML_PCR_SELECTION \fBcreationPCR\fP"
  45. .br
  46. .ti -1c
  47. .RI "\fBESYS_TR\fP \fBhandle\fP"
  48. .br
  49. .ti -1c
  50. .RI "const char * \fBauthValue\fP"
  51. .br
  52. .ti -1c
  53. .RI "const char * \fBpolicyPath\fP"
  54. .br
  55. .ti -1c
  56. .RI "const \fBIFAPI_PROFILE\fP * \fBprofile\fP"
  57. .br
  58. .ti -1c
  59. .RI "bool \fBgen_sensitive_random\fP"
  60. .br
  61. .in -1c
  62. .SH "Detailed Description"
  63. .PP
  64. The data structure holding internal state of Fapi_CreateKey\&.
  65. .SH "Field Documentation"
  66. .PP
  67. .SS "bool gen_sensitive_random"
  68. Switch whether sensitive ransom data has to be created\&.
  69. .SS "\fBIFAPI_OBJECT\fP hierarchy"
  70. The current used hierarchy for CreatePrimary
  71. .SS "const char* keyPath"
  72. The pathname from the application
  73. .SS "\fBIFAPI_OBJECT\fP object"
  74. The current object\&.
  75. .SS "\fBIFAPI_OBJECT\fP parent"
  76. The parent of the key for used for creation\&.
  77. .SS "\fBNODE_STR_T\fP* path_list"
  78. The computed explicit path
  79. .SS "TPM2B_PUBLIC public"
  80. The public data of the key
  81. .SS "\fBIFAPI_KEY_TEMPLATE\fP public_templ"
  82. The template for the keys public data
  83. .SH "Author"
  84. .PP
  85. Generated automatically by Doxygen for tpm2-tss from the source code\&.