Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiDxe.c177 if (((HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY)) / 3) < Hsti->SecurityFeaturesSize) { in InternalHstiIsValidTable()
213 …ErrorStringSize = HstiSize - sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize *… in InternalHstiIsValidTable()
214 … (CHAR16 *)((UINTN)Hsti + sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize * 3); in InternalHstiIsValidTable()
281 UINT32 SecurityFeaturesSize; in HstiLibSetTable() local
306 SecurityFeaturesSize = ((ADAPTER_INFO_PLATFORM_SECURITY *)Hsti)->SecurityFeaturesSize; in HstiLibSetTable()
307 ZeroMem (SecurityFeaturesRequired, SecurityFeaturesSize); in HstiLibSetTable()
401 if (ByteIndex >= Hsti->SecurityFeaturesSize) { in InternalHstiRecordFeaturesVerified()
405 …= (UINT8 *)((UINTN)Hsti + sizeof(ADAPTER_INFO_PLATFORM_SECURITY) + Hsti->SecurityFeaturesSize * 2); in InternalHstiRecordFeaturesVerified()
529 Offset = sizeof(ADAPTER_INFO_PLATFORM_SECURITY) + Hsti->SecurityFeaturesSize * 3; in InternalHstiRecordErrorString()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DHsti.h53 UINT32 SecurityFeaturesSize; member