Home
last modified time | relevance | path

Searched refs:TPMCMDBUFLENGTH (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTisDxe.c23 STATIC UINT8 TpmCommandBuf[TPMCMDBUFLENGTH];
142 if (ResponseSize > TPMCMDBUFLENGTH) { in TisPcReceive()
243 if(*DataLength + (UINT32) Size > TPMCMDBUFLENGTH) { in TisPcSendV()
331 if( *DataIndex + (UINT32) Size > TPMCMDBUFLENGTH ) in TisPcReceiveV()
414 ZeroMem (TpmCommandBuf, TPMCMDBUFLENGTH); in TisPcExecute()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12NvStorage.c26 #define TPMCMDBUFLENGTH 1024 macro
50 UINT8 Data[TPMCMDBUFLENGTH];
58 UINT8 Data[TPMCMDBUFLENGTH];
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpmCommLib.h196 #define TPMCMDBUFLENGTH 1024 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c188 #define TPMCMDBUFLENGTH 1024 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c194 #define TPMCMDBUFLENGTH 0x500 macro