IFAPI_Entity_Delete.3 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .TH "IFAPI_Entity_Delete" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Entity_Delete
  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 "bool \fBis_key\fP"
  15. .br
  16. .ti -1c
  17. .RI "bool \fBis_persistent_key\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBESYS_TR\fP \fBnew_object_handle\fP"
  21. .br
  22. .ti -1c
  23. .RI "TPM2_HANDLE \fBpermanentHandle\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_OBJECT\fP \fBauth_object\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBESYS_TR\fP \fBauth_index\fP"
  30. .br
  31. .ti -1c
  32. .RI "char * \fBpath\fP"
  33. .br
  34. .ti -1c
  35. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  36. .br
  37. .ti -1c
  38. .RI "char ** \fBpathlist\fP"
  39. .br
  40. .ti -1c
  41. .RI "size_t \fBnumPaths\fP"
  42. .br
  43. .ti -1c
  44. .RI "size_t \fBpath_idx\fP"
  45. .br
  46. .in -1c
  47. .SH "Detailed Description"
  48. .PP
  49. The data structure holding internal state of entity delete\&.
  50. .SH "Field Documentation"
  51. .PP
  52. .SS "\fBESYS_TR\fP auth_index"
  53. The ESAPI handle of the nv authorization object
  54. .SS "\fBIFAPI_OBJECT\fP auth_object"
  55. Object used for authentication
  56. .SS "bool is_key"
  57. Entity to be deleted is a key
  58. .SS "bool is_persistent_key"
  59. Entity to be deleted is a key
  60. .SS "size_t numPaths"
  61. Size of array with the object files to be deleted
  62. .SS "\fBIFAPI_OBJECT\fP object"
  63. Deserialized object
  64. .SS "char* path"
  65. The name of the file to be deleted
  66. .SS "size_t path_idx"
  67. Index of array with the object files to be deleted
  68. .SS "char** pathlist"
  69. The array with the object files to be deleted
  70. .SS "TPM2_HANDLE permanentHandle"
  71. The TPM permanent handle
  72. .SH "Author"
  73. .PP
  74. Generated automatically by Doxygen for tpm2-tss from the source code\&.