IFAPI_GetEsysBlob.3 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .TH "IFAPI_GetEsysBlob" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_GetEsysBlob
  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 "uint8_t \fBtype\fP"
  15. .br
  16. .ti -1c
  17. .RI "uint8_t * \fBdata\fP"
  18. .br
  19. .ti -1c
  20. .RI "size_t \fBlength\fP"
  21. .br
  22. .ti -1c
  23. .RI "bool \fBis_key\fP"
  24. .br
  25. .ti -1c
  26. .RI "bool \fBis_persistent_key\fP"
  27. .br
  28. .ti -1c
  29. .RI "\fBESYS_TR\fP \fBnew_object_handle\fP"
  30. .br
  31. .ti -1c
  32. .RI "TPM2_HANDLE \fBpermanentHandle\fP"
  33. .br
  34. .ti -1c
  35. .RI "\fBIFAPI_OBJECT\fP \fBauth_object\fP"
  36. .br
  37. .ti -1c
  38. .RI "\fBESYS_TR\fP \fBauth_index\fP"
  39. .br
  40. .ti -1c
  41. .RI "char * \fBpath\fP"
  42. .br
  43. .ti -1c
  44. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  45. .br
  46. .ti -1c
  47. .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
  48. .br
  49. .in -1c
  50. .SH "Detailed Description"
  51. .PP
  52. The data structure holding internal state of esys get blob\&.
  53. .SH "Field Documentation"
  54. .PP
  55. .SS "\fBESYS_TR\fP auth_index"
  56. The ESAPI handle of the nv authorization object
  57. .SS "\fBIFAPI_OBJECT\fP auth_object"
  58. Object used for authentication
  59. .SS "uint8_t* data"
  60. data of the blob to be returned
  61. .SS "bool is_key"
  62. Object is a key
  63. .SS "bool is_persistent_key"
  64. Object is a persistent key
  65. .SS "\fBIFAPI_OBJECT\fP* key_object"
  66. Loaded key object
  67. .SS "size_t length"
  68. The size of the data to be returned
  69. .SS "\fBIFAPI_OBJECT\fP object"
  70. Deserialized object
  71. .SS "char* path"
  72. The path of the object
  73. .SS "TPM2_HANDLE permanentHandle"
  74. The TPM permanent handle
  75. .SS "uint8_t type"
  76. type of blob to be returned
  77. .SH "Author"
  78. .PP
  79. Generated automatically by Doxygen for tpm2-tss from the source code\&.