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/Tcg2Dxe/
DTcg2Dxe.c678 if ((mTcg2EventInfo[Index].LogFormat & mTcgDxeData.BsCap.SupportedEventLogs) == 0) { in Tcg2GetEventLog()
1055 DEBUG ((EFI_D_INFO, "SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in TcgDxeLogHashEvent()
1059 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in TcgDxeLogHashEvent()
1467 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
1569 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
1614 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in SetupEventLog()
2479 …mTcgDxeData.BsCap.SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORM… in DriverEntry()
2484 mTcgDxeData.BsCap.SupportedEventLogs &= ~TREE_EVENT_LOG_FORMAT_TCG_1_2; in DriverEntry()
2487 DEBUG ((EFI_D_INFO, "Tcg2.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c438 UINT32 SupportedEventLogs; in LogHashEvent() local
442 SupportedEventLogs = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 | EFI_TCG2_EVENT_LOG_FORMAT_TCG_2; in LogHashEvent()
446 if ((SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in LogHashEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c595 …ventLogFormat (TempBuffer, sizeof(TempBuffer), PrivateData->ProtocolCapability.SupportedEventLogs); in InstallTcg2ConfigForm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c1850 DEBUG ((EFI_D_INFO, "TrEE.SupportedEventLogs - 0x%08x\n", mTcgDxeData.BsCap.SupportedEventLogs)); in DriverEntry()