Home
last modified time | relevance | path

Searched refs:OutputParameterBlockSize (Results 1 – 22 of 22) 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.c51 IN OUT UINT32 *OutputParameterBlockSize,
DTpm2Ptp.c482 IN OUT UINT32 *OutputParameterBlockSize, in DTpm2SubmitCommand() argument
496 OutputParameterBlockSize in DTpm2SubmitCommand()
505 OutputParameterBlockSize in DTpm2SubmitCommand()
DTpm2Tis.c391 IN OUT UINT32 *OutputParameterBlockSize, in DTpm2TisSubmitCommand() argument
400 OutputParameterBlockSize in DTpm2TisSubmitCommand()
/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/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
DTisPc.c259 IN OUT UINT32 *OutputParameterBlockSize, in Tpm12SubmitCommand() argument
278 if (*OutputParameterBlockSize < sizeof (TPM_RSP_COMMAND_HDR)) { in Tpm12SubmitCommand()
375 if (*OutputParameterBlockSize < TpmOutSize) { in Tpm12SubmitCommand()
379 *OutputParameterBlockSize = TpmOutSize; in Tpm12SubmitCommand()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/Include/Ppi/
DPttPassThruPpi.h50 IN OUT UINT32 *OutputParameterBlockSize,
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/Include/Protocol/
DPttPassThru.h49 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/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
DTisPc.c607 IN OUT UINT32 *OutputParameterBlockSize, in Tpm12SubmitCommand() argument
615 Status = TisPcReceive (OutputParameterBlock, OutputParameterBlockSize); in Tpm12SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c432 IN OUT UINT32 *OutputParameterBlockSize, in Tpm12SubmitCommand() argument
450 OutputParameterBlockSize in Tpm12SubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c845 IN UINT32 OutputParameterBlockSize, in TreeSubmitCommand() argument
855 (OutputParameterBlockSize == 0) || (OutputParameterBlock == NULL)) { in TreeSubmitCommand()
866 if (OutputParameterBlockSize > mTcgDxeData.BsCap.MaxResponseSize) { in TreeSubmitCommand()
873 &OutputParameterBlockSize, in TreeSubmitCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1206 IN UINT32 OutputParameterBlockSize, in Tcg2SubmitCommand() argument
1216 (OutputParameterBlockSize == 0) || (OutputParameterBlock == NULL)) { in Tcg2SubmitCommand()
1227 if (OutputParameterBlockSize > mTcgDxeData.BsCap.MaxResponseSize) { in Tcg2SubmitCommand()
1234 &OutputParameterBlockSize, in Tcg2SubmitCommand()