Home
last modified time | relevance | path

Searched refs:TpmOutSize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTisPei.c52 UINT32 TpmOutSize; in TisTpmCommand() local
132 TpmOutSize = SwapBytes32 (Data32); in TisTpmCommand()
133 if (*SizeOut < TpmOutSize) { in TisTpmCommand()
137 *SizeOut = TpmOutSize; in TisTpmCommand()
141 while ( Index < TpmOutSize ) { in TisTpmCommand()
145 if (Index == TpmOutSize) { in TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c378 UINT32 TpmOutSize; in Tpm12TisTpmCommand() local
402 TpmOutSize = 0; in Tpm12TisTpmCommand()
488 TpmOutSize = SwapBytes32 (Data32); in Tpm12TisTpmCommand()
489 if (*SizeOut < TpmOutSize) { in Tpm12TisTpmCommand()
493 *SizeOut = TpmOutSize; in Tpm12TisTpmCommand()
497 while ( Index < TpmOutSize ) { in Tpm12TisTpmCommand()
501 if (Index == TpmOutSize) { in Tpm12TisTpmCommand()
515 for (Index = 0; Index < TpmOutSize; Index++) { in Tpm12TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c384 UINT32 TpmOutSize; in Tpm2TisTpmCommand() local
408 TpmOutSize = 0; in Tpm2TisTpmCommand()
499 TpmOutSize = SwapBytes32 (Data32); in Tpm2TisTpmCommand()
500 if (*SizeOut < TpmOutSize) { in Tpm2TisTpmCommand()
504 *SizeOut = TpmOutSize; in Tpm2TisTpmCommand()
508 while ( Index < TpmOutSize ) { in Tpm2TisTpmCommand()
512 if (Index == TpmOutSize) { in Tpm2TisTpmCommand()
526 for (Index = 0; Index < TpmOutSize; Index++) { in Tpm2TisTpmCommand()