Searched refs:MaxResponseSize (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | TrEEProtocol.h | 72 UINT16 MaxResponseSize; member
|
D | Tcg2Protocol.h | 76 UINT16 MaxResponseSize; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/ |
D | TrEEDxe.c | 866 if (OutputParameterBlockSize > mTcgDxeData.BsCap.MaxResponseSize) { in TreeSubmitCommand() 1727 UINT32 MaxResponseSize; in DriverEntry() local 1776 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry() 1781 mTcgDxeData.BsCap.MaxResponseSize = (UINT16)MaxResponseSize; in DriverEntry() 1782 …_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxResponseSize)); in DriverEntry()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/ |
D | Tcg2Dxe.c | 1227 if (OutputParameterBlockSize > mTcgDxeData.BsCap.MaxResponseSize) { in Tcg2SubmitCommand() 2313 UINT32 MaxResponseSize; in DriverEntry() local 2371 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry() 2376 mTcgDxeData.BsCap.MaxResponseSize = (UINT16)MaxResponseSize; in DriverEntry() 2377 …_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxResponseSize)); in DriverEntry()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/ |
D | Tpm2Capability.c | 261 OUT UINT32 *MaxResponseSize in Tpm2GetCapabilityMaxCommandResponseSize() argument 292 *MaxResponseSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityMaxCommandResponseSize()
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
D | Tpm2CommandLib.h | 680 OUT UINT32 *MaxResponseSize
|