Home
last modified time | relevance | path

Searched refs:PubInfo (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12NvStorage.c32 TPM12_NV_DATA_PUBLIC PubInfo; member
71 IN TPM12_NV_DATA_PUBLIC *PubInfo, in Tpm12NvDefineSpace() argument
86 Command.PubInfo.tag = SwapBytes16 (PubInfo->tag); in Tpm12NvDefineSpace()
87 Command.PubInfo.nvIndex = SwapBytes32 (PubInfo->nvIndex); in Tpm12NvDefineSpace()
88 …Command.PubInfo.pcrInfoRead.pcrSelection.sizeOfSelect = SwapBytes16 (PubInfo->pcrInfoRead.pcrSele… in Tpm12NvDefineSpace()
89 …Command.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[0] = PubInfo->pcrInfoRead.pcrSelection.pcrSele… in Tpm12NvDefineSpace()
90 …Command.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[1] = PubInfo->pcrInfoRead.pcrSelection.pcrSele… in Tpm12NvDefineSpace()
91 …Command.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[2] = PubInfo->pcrInfoRead.pcrSelection.pcrSele… in Tpm12NvDefineSpace()
92 Command.PubInfo.pcrInfoRead.localityAtRelease = PubInfo->pcrInfoRead.localityAtRelease; in Tpm12NvDefineSpace()
93 …CopyMem (&Command.PubInfo.pcrInfoRead.digestAtRelease, &PubInfo->pcrInfoRead.digestAtRelease, size… in Tpm12NvDefineSpace()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm12CommandLib.h97 IN TPM12_NV_DATA_PUBLIC *PubInfo,