Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c63 MEASURED_HOB_DATA *mTcg2MeasuredHobData = NULL; variable
557 if (mTcg2CacheMeasuredHandle != Handle && mTcg2MeasuredHobData != NULL) { in DxeTpm2MeasureBootHandler()
581 for (Index = 0; Index < mTcg2MeasuredHobData->Num; Index++) { in DxeTpm2MeasureBootHandler()
582 if(mTcg2MeasuredHobData->MeasuredFvBuf[Index].BlobBase == FvAddress) { in DxeTpm2MeasureBootHandler()
696 mTcg2MeasuredHobData = GET_GUID_HOB_DATA (GuidHob); in DxeTpm2MeasureBootLibConstructor()