Home
last modified time | relevance | path

Searched refs:SizeIn (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c370 IN UINT32 SizeIn, in Tpm12TisTpmCommand() argument
386 if (SizeIn > 0x100) { in Tpm12TisTpmCommand()
389 DebugSize = SizeIn; in Tpm12TisTpmCommand()
394 if (DebugSize != SizeIn) { in Tpm12TisTpmCommand()
396 for (Index = SizeIn - 0x20; Index < SizeIn; Index++) { in Tpm12TisTpmCommand()
413 while (Index < SizeIn) { in Tpm12TisTpmCommand()
419 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c376 IN UINT32 SizeIn, in Tpm2TisTpmCommand() argument
392 if (SizeIn > 0x100) { in Tpm2TisTpmCommand()
395 DebugSize = SizeIn; in Tpm2TisTpmCommand()
400 if (DebugSize != SizeIn) { in Tpm2TisTpmCommand()
402 for (Index = SizeIn - 0x20; Index < SizeIn; Index++) { in Tpm2TisTpmCommand()
419 while (Index < SizeIn) { in Tpm2TisTpmCommand()
425 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTisPei.c44 IN UINT32 SizeIn, in TisTpmCommand() argument
65 while (Index < SizeIn) { in TisTpmCommand()
71 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in TisTpmCommand()
DTpmComm.c38 IN UINT32 SizeIn,