IFAPI_Entity_ChangeAuth.3 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .TH "IFAPI_Entity_ChangeAuth" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Entity_ChangeAuth
  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 "const char * \fBentityPath\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBESYS_TR\fP \fBhandle\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
  21. .br
  22. .ti -1c
  23. .RI "const char * \fBauthValue\fP"
  24. .br
  25. .ti -1c
  26. .RI "TPM2B_AUTH \fBnewAuthValue\fP"
  27. .br
  28. .ti -1c
  29. .RI "TPM2B_PRIVATE * \fBnewPrivate\fP"
  30. .br
  31. .ti -1c
  32. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  33. .br
  34. .ti -1c
  35. .RI "\fBESYS_TR\fP \fBnv_index\fP"
  36. .br
  37. .ti -1c
  38. .RI "\fBESYS_TR\fP \fBhierarchy_handle\fP"
  39. .br
  40. .in -1c
  41. .SH "Detailed Description"
  42. .PP
  43. The data structure holding internal state of Fapi_ChangeAuth\&.
  44. .SH "Field Documentation"
  45. .PP
  46. .SS "const char* authValue"
  47. The new auth value
  48. .SS "const char* entityPath"
  49. The implicit key path
  50. .SS "\fBESYS_TR\fP handle"
  51. The ESYS handle of the key
  52. .SS "\fBESYS_TR\fP hierarchy_handle"
  53. NV handle of the hierarchy to be changed
  54. .SS "\fBIFAPI_OBJECT\fP* key_object"
  55. The IPAPI object of the key
  56. .SS "TPM2B_AUTH newAuthValue"
  57. The new auth value
  58. .SS "TPM2B_PRIVATE* newPrivate"
  59. New private data created by parend
  60. .SS "\fBESYS_TR\fP nv_index"
  61. NV handle of the object to be changed
  62. .SS "\fBIFAPI_OBJECT\fP object"
  63. Deserialized NV object or hierarchy
  64. .SH "Author"
  65. .PP
  66. Generated automatically by Doxygen for tpm2-tss from the source code\&.