Home
last modified time | relevance | path

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

/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/TcgDxe/
DTcgDxe.c393 UINTN NewLogSize; in TpmCommLogEvent() local
402 NewLogSize = sizeof (*NewEventHdr) + NewEventHdr->EventSize; in TpmCommLogEvent()
403 if (NewLogSize > MaxSize - *LogSize) { in TpmCommLogEvent()
408 *LogSize += NewLogSize; in TpmCommLogEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c729 UINTN NewLogSize; in TcgCommLogEvent() local
735 NewLogSize = NewEventHdrSize + NewEventSize; in TcgCommLogEvent()
737 if (NewLogSize > MAX_ADDRESS - *LogSize) { in TcgCommLogEvent()
741 if (NewLogSize + *LogSize > MaxSize) { in TcgCommLogEvent()
743 DEBUG ((EFI_D_INFO, " NewLogSize - 0x%x\n", NewLogSize)); in TcgCommLogEvent()
750 *LogSize += NewLogSize; in TcgCommLogEvent()