IFAPI_DUPLICATE.3 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .TH "IFAPI_DUPLICATE" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_DUPLICATE
  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 "TPM2B_PRIVATE \fBduplicate\fP"
  15. .br
  16. .ti -1c
  17. .RI "TPM2B_ENCRYPTED_SECRET \fBencrypted_seed\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPM2B_PUBLIC \fBpublic\fP"
  21. .br
  22. .ti -1c
  23. .RI "TPM2B_PUBLIC \fBpublic_parent\fP"
  24. .br
  25. .ti -1c
  26. .RI "char * \fBcertificate\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBTPMS_POLICY\fP * \fBpolicy\fP"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. Type for representing a FAPI object for key duplication\&.
  35. .SH "Field Documentation"
  36. .PP
  37. .SS "char* certificate"
  38. The certificate of the key to be duplicated
  39. .SS "TPM2B_PRIVATE duplicate"
  40. The duplicate of the key to export
  41. .SS "TPM2B_ENCRYPTED_SECRET encrypted_seed"
  42. Encrypted seed needed for key import
  43. .SS "\fBTPMS_POLICY\fP* policy"
  44. The policy of the key to be duplicated
  45. .SS "TPM2B_PUBLIC public"
  46. The public information of the key to be duplicated
  47. .SS "TPM2B_PUBLIC public_parent"
  48. The public information of the new parent key
  49. .SH "Author"
  50. .PP
  51. Generated automatically by Doxygen for tpm2-tss from the source code\&.