Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h72 UINT16 MaxResponseSize; member
DTcg2Protocol.h76 UINT16 MaxResponseSize; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c901 if (OutputParameterBlockSize >= mTcgDxeData.BsCap.MaxResponseSize) { in TreeSubmitCommand()
1762 UINT32 MaxResponseSize; in DriverEntry() local
1811 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry()
1816 mTcgDxeData.BsCap.MaxResponseSize = (UINT16)MaxResponseSize; in DriverEntry()
1817 …_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxResponseSize)); in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1304 if (OutputParameterBlockSize >= mTcgDxeData.BsCap.MaxResponseSize) { in Tcg2SubmitCommand()
2343 UINT32 MaxResponseSize; in DriverEntry() local
2402 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry()
2407 mTcgDxeData.BsCap.MaxResponseSize = (UINT16)MaxResponseSize; in DriverEntry()
2408 …_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxResponseSize)); in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Capability.c261 OUT UINT32 *MaxResponseSize in Tpm2GetCapabilityMaxCommandResponseSize() argument
292 *MaxResponseSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityMaxCommandResponseSize()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h663 OUT UINT32 *MaxResponseSize