IFAPI_KEY_TEMPLATE.3 860 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH "IFAPI_KEY_TEMPLATE" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_KEY_TEMPLATE
  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 "TPMI_YES_NO \fBsystem\fP"
  15. .br
  16. .ti -1c
  17. .RI "TPMI_YES_NO \fBpersistent\fP"
  18. .br
  19. .ti -1c
  20. .RI "UINT32 \fBpersistent_handle\fP"
  21. .br
  22. .ti -1c
  23. .RI "TPM2B_PUBLIC \fBpublic\fP"
  24. .br
  25. .in -1c
  26. .SH "Detailed Description"
  27. .PP
  28. Type for representing FAPI template for keys
  29. .SH "Field Documentation"
  30. .PP
  31. .SS "TPMI_YES_NO persistent"
  32. Store key persistent in NV ram\&.
  33. .SS "UINT32 persistent_handle"
  34. < Persistent handle which should be used
  35. .SS "TPM2B_PUBLIC public"
  36. Template for public data
  37. .SS "TPMI_YES_NO system"
  38. Store the object in the system wide directory
  39. .SH "Author"
  40. .PP
  41. Generated automatically by Doxygen for tpm2-tss from the source code\&.