Searched refs:MeasuredHobData (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/ |
D | TrEEPei.c | 193 MEASURED_HOB_DATA *MeasuredHobData; in EndofPeiSignalNotifyCallBack() local 195 MeasuredHobData = NULL; in EndofPeiSignalNotifyCallBack() 200 MeasuredHobData = BuildGuidHob( in EndofPeiSignalNotifyCallBack() 205 if (MeasuredHobData != NULL){ in EndofPeiSignalNotifyCallBack() 209 MeasuredHobData->Num = mMeasuredBaseFvIndex + mMeasuredChildFvIndex; in EndofPeiSignalNotifyCallBack() 214 …CopyMem (MeasuredHobData->MeasuredFvBuf, mMeasuredBaseFvInfo, sizeof(EFI_PLATFORM_FIRMWARE_BLOB) *… in EndofPeiSignalNotifyCallBack() 219 …CopyMem (&MeasuredHobData->MeasuredFvBuf[mMeasuredBaseFvIndex] , mMeasuredChildFvInfo, sizeof(EFI_… in EndofPeiSignalNotifyCallBack()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/ |
D | TcgPei.c | 169 MEASURED_HOB_DATA *MeasuredHobData; in EndofPeiSignalNotifyCallBack() local 171 MeasuredHobData = NULL; in EndofPeiSignalNotifyCallBack() 176 MeasuredHobData = BuildGuidHob( in EndofPeiSignalNotifyCallBack() 181 if (MeasuredHobData != NULL){ in EndofPeiSignalNotifyCallBack() 185 MeasuredHobData->Num = mMeasuredBaseFvIndex + mMeasuredChildFvIndex; in EndofPeiSignalNotifyCallBack() 190 …CopyMem (MeasuredHobData->MeasuredFvBuf, mMeasuredBaseFvInfo, sizeof(EFI_PLATFORM_FIRMWARE_BLOB) *… in EndofPeiSignalNotifyCallBack() 195 …CopyMem (&MeasuredHobData->MeasuredFvBuf[mMeasuredBaseFvIndex] , mMeasuredChildFvInfo, sizeof(EFI_… in EndofPeiSignalNotifyCallBack()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/ |
D | Tcg2Pei.c | 195 MEASURED_HOB_DATA *MeasuredHobData; in EndofPeiSignalNotifyCallBack() local 197 MeasuredHobData = NULL; in EndofPeiSignalNotifyCallBack() 202 MeasuredHobData = BuildGuidHob( in EndofPeiSignalNotifyCallBack() 207 if (MeasuredHobData != NULL){ in EndofPeiSignalNotifyCallBack() 211 MeasuredHobData->Num = mMeasuredBaseFvIndex + mMeasuredChildFvIndex; in EndofPeiSignalNotifyCallBack() 216 …CopyMem (MeasuredHobData->MeasuredFvBuf, mMeasuredBaseFvInfo, sizeof(EFI_PLATFORM_FIRMWARE_BLOB) *… in EndofPeiSignalNotifyCallBack() 221 …CopyMem (&MeasuredHobData->MeasuredFvBuf[mMeasuredBaseFvIndex] , mMeasuredChildFvInfo, sizeof(EFI_… in EndofPeiSignalNotifyCallBack()
|