Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTpmComm.c39 OUT TPM_DIGEST *NewPcrValue in TpmCommExtend() argument
47 if (NewPcrValue == NULL) { in TpmCommExtend()
48 NewPcrValue = &NewValue; in TpmCommExtend()
63 NewPcrValue, in TpmCommExtend()
64 (UINTN)sizeof (*NewPcrValue) in TpmCommExtend()
DTpmComm.h57 OUT TPM_DIGEST *NewPcrValue
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTpmComm.c205 OUT TPM_DIGEST *NewPcrValue in TpmCommExtend() argument
229 if(NewPcrValue != NULL) { in TpmCommExtend()
230 CopyMem ((UINT8*)NewPcrValue, &RecvBuffer[10], sizeof (TPM_DIGEST)); in TpmCommExtend()
DTpmComm.h139 OUT TPM_DIGEST *NewPcrValue