Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h68 UINT16 MaxCommandSize; member
DTcg2Protocol.h72 UINT16 MaxCommandSize; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c898 if (InputParameterBlockSize >= mTcgDxeData.BsCap.MaxCommandSize) { in TreeSubmitCommand()
1761 UINT32 MaxCommandSize; in DriverEntry() local
1811 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry()
1815 mTcgDxeData.BsCap.MaxCommandSize = (UINT16)MaxCommandSize; in DriverEntry()
1817 …DEBUG ((EFI_D_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxR… in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1301 if (InputParameterBlockSize >= mTcgDxeData.BsCap.MaxCommandSize) { in Tcg2SubmitCommand()
2342 UINT32 MaxCommandSize; in DriverEntry() local
2402 Status = Tpm2GetCapabilityMaxCommandResponseSize (&MaxCommandSize, &MaxResponseSize); in DriverEntry()
2406 mTcgDxeData.BsCap.MaxCommandSize = (UINT16)MaxCommandSize; in DriverEntry()
2408 …DEBUG ((EFI_D_INFO, "Tpm2GetCapabilityMaxCommandResponseSize - %08x, %08x\n", MaxCommandSize, MaxR… in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Capability.c260 OUT UINT32 *MaxCommandSize, in Tpm2GetCapabilityMaxCommandResponseSize() argument
279 *MaxCommandSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityMaxCommandResponseSize()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h662 OUT UINT32 *MaxCommandSize,