tpm2-tss 3.2.0
TPM Software stack 2.0 TCG spec compliant implementation
IFAPI_Entity_ChangeAuth Struct Reference

#include <fapi_int.h>

Data Fields

const char * entityPath
 
ESYS_TR handle
 
IFAPI_OBJECTkey_object
 
const char * authValue
 
TPM2B_AUTH newAuthValue
 
TPM2B_PRIVATE * newPrivate
 
IFAPI_OBJECT object
 
ESYS_TR nv_index
 
ESYS_TR hierarchy_handle
 

Detailed Description

The data structure holding internal state of Fapi_ChangeAuth.

Field Documentation

◆ authValue

const char* authValue

The new auth value

◆ entityPath

const char* entityPath

The implicit key path

◆ handle

ESYS_TR handle

The ESYS handle of the key

◆ hierarchy_handle

ESYS_TR hierarchy_handle

NV handle of the hierarchy to be changed

◆ key_object

IFAPI_OBJECT* key_object

The IPAPI object of the key

◆ newAuthValue

TPM2B_AUTH newAuthValue

The new auth value

◆ newPrivate

TPM2B_PRIVATE* newPrivate

New private data created by parend

◆ nv_index

ESYS_TR nv_index

NV handle of the object to be changed

◆ object

IFAPI_OBJECT object

Deserialized NV object or hierarchy


The documentation for this struct was generated from the following file: