IFAPI_ExportKey.3 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .TH "IFAPI_ExportKey" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_ExportKey
  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 "char const * \fBpathOfKeyToDuplicate\fP"
  15. .br
  16. .ti -1c
  17. .RI "char const * \fBpathToPublicKeyOfNewParent\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPM2B_PUBLIC \fBpublic_parent\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_OBJECT\fP \fBexport_tree\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBIFAPI_OBJECT\fP \fBpub_key\fP"
  30. .br
  31. .ti -1c
  32. .RI "\fBIFAPI_OBJECT\fP \fBdup_key\fP"
  33. .br
  34. .ti -1c
  35. .RI "struct \fBTPMS_POLICY\fP \fBpolicy\fP"
  36. .br
  37. .ti -1c
  38. .RI "\fBESYS_TR\fP \fBhandle_ext_key\fP"
  39. .br
  40. .ti -1c
  41. .RI "char * \fBexportedData\fP"
  42. .br
  43. .in -1c
  44. .SH "Detailed Description"
  45. .PP
  46. The data structure holding internal state of export key\&.
  47. .SH "Field Documentation"
  48. .PP
  49. .SS "\fBIFAPI_OBJECT\fP dup_key"
  50. The key to be duplicated or exported
  51. .SS "\fBIFAPI_OBJECT\fP export_tree"
  52. The complete tree to be exported
  53. .SS "\fBIFAPI_OBJECT\fP* key_object"
  54. The IPAPI object of the key to be duplicated
  55. .SS "char const* pathOfKeyToDuplicate"
  56. The relative path of the key to be exported
  57. .SS "char const* pathToPublicKeyOfNewParent"
  58. The relative path of the new parent
  59. .SS "\fBIFAPI_OBJECT\fP pub_key"
  60. The public part of the new parent
  61. .SS "TPM2B_PUBLIC public_parent"
  62. The public key of the new parent
  63. .SH "Author"
  64. .PP
  65. Generated automatically by Doxygen for tpm2-tss from the source code\&.