Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTpmComm.c37 IN TPM_DIGEST *DigestToExtend, in TpmCommExtend() argument
53 sizeof (CmdHdr) + sizeof (PcrIndex) + sizeof (*DigestToExtend); in TpmCommExtend()
60 DigestToExtend, in TpmCommExtend()
61 (UINTN)sizeof (*DigestToExtend), in TpmCommExtend()
DTpmComm.h55 IN TPM_DIGEST *DigestToExtend,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTpmComm.h137 IN TPM_DIGEST *DigestToExtend,
DTpmComm.c203 IN TPM_DIGEST *DigestToExtend, in TpmCommExtend() argument
223 CopyMem (&SendBuffer.TpmDigest, (UINT8 *)DigestToExtend, sizeof (TPM_DIGEST)); in TpmCommExtend()