1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .TH "IFAPI_Entity_ChangeAuth" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_Entity_ChangeAuth
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <fapi_int\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "const char * \fBentityPath\fP"
- .br
- .ti -1c
- .RI "\fBESYS_TR\fP \fBhandle\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_OBJECT\fP * \fBkey_object\fP"
- .br
- .ti -1c
- .RI "const char * \fBauthValue\fP"
- .br
- .ti -1c
- .RI "TPM2B_AUTH \fBnewAuthValue\fP"
- .br
- .ti -1c
- .RI "TPM2B_PRIVATE * \fBnewPrivate\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
- .br
- .ti -1c
- .RI "\fBESYS_TR\fP \fBnv_index\fP"
- .br
- .ti -1c
- .RI "\fBESYS_TR\fP \fBhierarchy_handle\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure holding internal state of Fapi_ChangeAuth\&.
- .SH "Field Documentation"
- .PP
- .SS "const char* authValue"
- The new auth value
- .SS "const char* entityPath"
- The implicit key path
- .SS "\fBESYS_TR\fP handle"
- The ESYS handle of the key
- .SS "\fBESYS_TR\fP hierarchy_handle"
- NV handle of the hierarchy to be changed
- .SS "\fBIFAPI_OBJECT\fP* key_object"
- The IPAPI object of the key
- .SS "TPM2B_AUTH newAuthValue"
- The new auth value
- .SS "TPM2B_PRIVATE* newPrivate"
- New private data created by parend
- .SS "\fBESYS_TR\fP nv_index"
- NV handle of the object to be changed
- .SS "\fBIFAPI_OBJECT\fP object"
- Deserialized NV object or hierarchy
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|