Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c215 IN UINT32 SizeIn, in Tpm2TisTpmCommand() argument
231 if (SizeIn > 0x100) { in Tpm2TisTpmCommand()
234 DebugSize = SizeIn; in Tpm2TisTpmCommand()
239 if (DebugSize != SizeIn) { in Tpm2TisTpmCommand()
241 for (Index = SizeIn - 0x20; Index < SizeIn; Index++) { in Tpm2TisTpmCommand()
258 while (Index < SizeIn) { in Tpm2TisTpmCommand()
264 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm2TisTpmCommand()
DTpm2Ptp.c153 IN UINT32 SizeIn, in PtpCrbTpmCommand() argument
168 if (SizeIn > 0x100) { in PtpCrbTpmCommand()
171 DebugSize = SizeIn; in PtpCrbTpmCommand()
176 if (DebugSize != SizeIn) { in PtpCrbTpmCommand()
178 for (Index = SizeIn - 0x20; Index < SizeIn; Index++) { in PtpCrbTpmCommand()
220 for (Index = 0; Index < SizeIn; Index++) { in PtpCrbTpmCommand()
327 IN UINT32 SizeIn,
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c259 IN UINT32 SizeIn, in Tpm12TisTpmCommand() argument
276 if (SizeIn > 0x100) { in Tpm12TisTpmCommand()
279 DebugSize = SizeIn; in Tpm12TisTpmCommand()
284 if (DebugSize != SizeIn) { in Tpm12TisTpmCommand()
286 for (Index = SizeIn - 0x20; Index < SizeIn; Index++) { in Tpm12TisTpmCommand()
303 while (Index < SizeIn) { in Tpm12TisTpmCommand()
309 for (; BurstCount > 0 && Index < SizeIn; BurstCount--) { in Tpm12TisTpmCommand()