TrustedInfrastructure_Hosts_Hardware_Tpm_EventLog_Info

TrustedInfrastructure_Hosts_Hardware_Tpm_EventLog_Info
TrustedInfrastructure_Hosts_Hardware_Tpm_EventLog_Info

The EventLog.Info structure contains information that describes an event log.

JSON Example
{
    "type": "string",
    "data": "string",
    "truncated": false,
    "banks": [
        {
            "algorithm": "string",
            "pcrs": {
                "pcrs": "string"
            }
        }
    ]
}
type
Required

The EventLog.Type enumerated type lists the event log types.
EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 : TCG EFI Protocol Specification, Family "2.0", Level 00 Revision 00.13, March 30, 2016, Section 5.2 Crypto Agile Log Entry Format.

string As binary
data
Required

Event log data in the format described by EventLog.Info.type. This field is currently required. It may be optional in a future version.

boolean
truncated
Required

Indicates if the event log is truncated. An event log is truncated when there was insufficient memory to store one or more event entries.

banks
Required

The resulting PCR banks from event log replay.