|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| const char * | entityPath |
| ESYS_TR | handle |
| IFAPI_OBJECT * | key_object |
| const char * | authValue |
| TPM2B_AUTH | newAuthValue |
| TPM2B_PRIVATE * | newPrivate |
| IFAPI_OBJECT | object |
| IFAPI_OBJECT | hiearchy_object |
| ESYS_TR | nv_index |
| ESYS_TR | hierarchy_handle |
| char ** | pathlist |
| size_t | numPaths |
| size_t | numPathsCleanup |
The data structure holding internal state of Fapi_ChangeAuth.
| const char* authValue |
The new auth value
| const char* entityPath |
The implicit key path
| ESYS_TR handle |
The ESYS handle of the key
| IFAPI_OBJECT hiearchy_object |
Used for copying a hierarchy
| ESYS_TR hierarchy_handle |
NV handle of the hierarchy to be changed
| IFAPI_OBJECT* key_object |
The IPAPI object of the key
| TPM2B_AUTH newAuthValue |
The new auth value
| TPM2B_PRIVATE* newPrivate |
New private data created by parend
| size_t numPaths |
Size of array with all keystore objects
| size_t numPathsCleanup |
Size of array with all keystore objects
| ESYS_TR nv_index |
NV handle of the object to be changed
| IFAPI_OBJECT object |
Deserialized NV object or hierarchy
| char** pathlist |
The array with all keystore objects