|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| TPML_DIGEST_VALUES | digest_list |
| TPML_DIGEST_VALUES * | event_digests |
| ESYS_TR | PCR |
| TPML_PCR_SELECTION | pcr_selection |
| TPML_PCR_SELECTION * | pcr_selection_out |
| UINT32 | update_count |
| TPML_DIGEST * | pcrValues |
| TPM2_HANDLE | pcrIndex |
| TPMI_ALG_HASH | hashAlg |
| const char * | keyPath |
| ESYS_TR | handle |
| IFAPI_OBJECT * | key_object |
| TPMS_CAPABILITY_DATA * | capabilityData |
| uint32_t * | pcrList |
| size_t | pcrListSize |
| TPM2B_DATA | qualifyingData |
| uint8_t const * | eventData |
| TPM2B_EVENT | event |
| size_t | eventDataSize |
| uint32_t const * | hashAlgs |
| uint32_t * | hashAlgs2 |
| size_t | numHashAlgs |
| char const * | quoteInfo |
| char * | certificate |
| TPM2B_ATTEST * | tpm_quoted |
| TPMT_SIGNATURE * | tpm_signature |
| uint8_t * | signature |
| size_t | signatureSize |
| char const * | logData |
| char * | pcrLog |
| IFAPI_EVENT | pcr_event |
| json_object * | event_list |
| FAPI_QUOTE_INFO | fapi_quote_info |
| uint8_t * | pcrValue |
| size_t | pcrValueSize |
| char * | event_log_file |
The data structure holding internal state of Fapi_PCR commands.
| TPML_DIGEST_VALUES digest_list |
The digest list computed for the event
| TPML_DIGEST_VALUES* event_digests |
The digest list computed by TPM2_Event
| ESYS_TR handle |
The ESYS handle of the signing key
| IFAPI_OBJECT* key_object |
The IPAPI object of the signing key
| const char* keyPath |
The implicit key path for PCR_Quote
| ESYS_TR PCR |
The handle of the PCR register to be extended
| TPML_PCR_SELECTION pcr_selection |
Selection used for Read and Quote
| TPML_PCR_SELECTION* pcr_selection_out |
Selection returned by PCR_Read
| uint32_t* pcrList |
Array of PCR numbers
| size_t pcrListSize |
Size of PCR array
| TPM2B_DATA qualifyingData |
Nonce for quote command