Home
last modified time | relevance | path

Searched refs:mTcg2EventInfo (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c70 TCG2_EVENT_INFO_STRUCT mTcg2EventInfo[] = { variable
668 for (Index = 0; Index < sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0]); Index++) { in Tcg2GetEventLog()
669 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) { in Tcg2GetEventLog()
674 if (Index == sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0])) { in Tcg2GetEventLog()
678 if ((mTcg2EventInfo[Index].LogFormat & mTcgDxeData.BsCap.SupportedEventLogs) == 0) { in Tcg2GetEventLog()
813 for (Index = 0; Index < sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0]); Index++) { in TcgDxeLogEvent()
814 if (EventLogFormat == mTcg2EventInfo[Index].LogFormat) { in TcgDxeLogEvent()
819 if (Index == sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0])) { in TcgDxeLogEvent()
1058 for (Index = 0; Index < sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0]); Index++) { in TcgDxeLogHashEvent()
1059 if ((mTcgDxeData.BsCap.SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in TcgDxeLogHashEvent()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c53 TCG2_EVENT_INFO_STRUCT mTcg2EventInfo[] = { variable
445 for (Index = 0; Index < sizeof(mTcg2EventInfo)/sizeof(mTcg2EventInfo[0]); Index++) { in LogHashEvent()
446 if ((SupportedEventLogs & mTcg2EventInfo[Index].LogFormat) != 0) { in LogHashEvent()
447 DEBUG ((EFI_D_INFO, " LogFormat - 0x%08x\n", mTcg2EventInfo[Index].LogFormat)); in LogHashEvent()
448 switch (mTcg2EventInfo[Index].LogFormat) { in LogHashEvent()