Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTpmComm.c147 UINTN NewLogSize; in TpmCommLogEvent() local
156 NewLogSize = sizeof (*NewEventHdr) + NewEventHdr->EventSize; in TpmCommLogEvent()
157 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()
162 *LogSize += NewLogSize; in TpmCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c534 UINTN NewLogSize; in TcgCommLogEvent() local
540 NewLogSize = NewEventHdrSize + NewEventSize; in TcgCommLogEvent()
542 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
546 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
548 DEBUG ((EFI_D_INFO, " NewLogSize - 0x%x\n", NewLogSize)); in TcgCommLogEvent()
555 *LogSize += NewLogSize; in TcgCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c756 UINTN NewLogSize; in TcgCommLogEvent() local
762 NewLogSize = NewEventHdrSize + NewEventSize; in TcgCommLogEvent()
764 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
768 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
770 DEBUG ((EFI_D_INFO, " NewLogSize - 0x%x\n", NewLogSize)); in TcgCommLogEvent()
777 *LogSize += NewLogSize; in TcgCommLogEvent()