Home
last modified time | relevance | path

Searched refs:SupportedEventLogs (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h60 TREE_EVENT_LOG_BITMAP SupportedEventLogs; member
DTcg2Protocol.h64 EFI_TCG2_EVENT_LOG_BITMAP SupportedEventLogs; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c291 UINT32 SupportedEventLogs; in LogHashEvent() local
295 SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2; in LogHashEvent()
299 if ((SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in LogHashEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c651 if ((mTcg2EventInfo[Index].LogFormat & mTcgDxeData.BsCap.SupportedEventLogs) == 0) { in Tcg2GetEventLog()
979 DEBUG ((EFI_D_INFO, "SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in TcgDxeLogHashEvent()
983 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in TcgDxeLogHashEvent()
1395 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
1496 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
1552 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
2409 …mTcgDxeData.BsCap.SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORM… in DriverEntry()
2414 mTcgDxeData.BsCap.SupportedEventLogs &= ~EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2; in DriverEntry()
2417 DEBUG ((EFI_D_INFO, "Tcg2.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c834 …ventLogFormat (TempBuffer, sizeof(TempBuffer), PrivateData->ProtocolCapability.SupportedEventLogs); in InstallTcg2ConfigForm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c1815 DEBUG ((EFI_D_INFO, "TrEE.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()