Home
last modified time | relevance | path

Searched refs:OutputParameterBlockSize (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2DeviceLibDTpm.c38 IN OUT UINT32 *OutputParameterBlockSize,
72 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
79 OutputParameterBlockSize, in Tpm2SubmitCommand()
DTpm2InstanceLibDTpm.c41 IN OUT UINT32 *OutputParameterBlockSize,
DTpm2Tis.c552 IN OUT UINT32 *OutputParameterBlockSize, in DTpm2SubmitCommand() argument
561 OutputParameterBlockSize in DTpm2SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibTcg/
DTpm12DeviceLibTcg.c43 IN OUT UINT32 *OutputParameterBlockSize, in Tpm12SubmitCommand() argument
67 *OutputParameterBlockSize, in Tpm12SubmitCommand()
74 *OutputParameterBlockSize = SwapBytes32 (Header->paramSize); in Tpm12SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibTcg2/
DTpm2DeviceLibTcg2.c42 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
66 *OutputParameterBlockSize, in Tpm2SubmitCommand()
73 *OutputParameterBlockSize = SwapBytes32 (Header->paramSize); in Tpm2SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibTrEE/
DTpm2DeviceLibTrEE.c42 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
66 *OutputParameterBlockSize, in Tpm2SubmitCommand()
73 *OutputParameterBlockSize = SwapBytes32 (Header->paramSize); in Tpm2SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2DeviceLib.h37 IN OUT UINT32 *OutputParameterBlockSize,
71 IN OUT UINT32 *OutputParameterBlockSize,
DTpm12DeviceLib.h37 IN OUT UINT32 *OutputParameterBlockSize,
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibRouter/
DTpm2DeviceLibRouterDxe.c42 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
52 OutputParameterBlockSize, in Tpm2SubmitCommand()
DTpm2DeviceLibRouterPei.c64 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
78 OutputParameterBlockSize, in Tpm2SubmitCommand()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/
DTpm2DeviceLibSeC.c68 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
78 OutputParameterBlockSize, in Tpm2SubmitCommand()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/
DTpm2DeviceLibSeC.c78 IN OUT UINT32 *OutputParameterBlockSize, in Tpm2SubmitCommand() argument
100 OutputParameterBlockSize, in Tpm2SubmitCommand()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/Include/Protocol/
DPttPassThru.h49 IN OUT UINT32 *OutputParameterBlockSize,
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/Include/Ppi/
DPttPassThruPpi.h50 IN OUT UINT32 *OutputParameterBlockSize,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h236 IN UINT32 OutputParameterBlockSize,
DTcg2Protocol.h249 IN UINT32 OutputParameterBlockSize,
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c541 IN OUT UINT32 *OutputParameterBlockSize, in Tpm12SubmitCommand() argument
550 OutputParameterBlockSize in Tpm12SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c880 IN UINT32 OutputParameterBlockSize, in TreeSubmitCommand() argument
890 (OutputParameterBlockSize == 0) || (OutputParameterBlock == NULL)) { in TreeSubmitCommand()
901 if (OutputParameterBlockSize >= mTcgDxeData.BsCap.MaxResponseSize) { in TreeSubmitCommand()
908 &OutputParameterBlockSize, in TreeSubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1283 IN UINT32 OutputParameterBlockSize, in Tcg2SubmitCommand() argument
1293 (OutputParameterBlockSize == 0) || (OutputParameterBlock == NULL)) { in Tcg2SubmitCommand()
1304 if (OutputParameterBlockSize >= mTcgDxeData.BsCap.MaxResponseSize) { in Tcg2SubmitCommand()
1311 &OutputParameterBlockSize, in Tcg2SubmitCommand()