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
79 IN TPM12_NV_DATA_PUBLIC *PubInfo, in Tpm12NvDefineSpace() argument
98 SendBuffer.PubInfo.tag = SwapBytes16 (PubInfo->tag); in Tpm12NvDefineSpace()
99 SendBuffer.PubInfo.nvIndex = SwapBytes32 (PubInfo->nvIndex); in Tpm12NvDefineSpace()
100 …SendBuffer.PubInfo.pcrInfoRead.pcrSelection.sizeOfSelect = SwapBytes16 (PubInfo->pcrInfoRead.pcrS… in Tpm12NvDefineSpace()
101 …SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[0] = PubInfo->pcrInfoRead.pcrSelection.pcrS… in Tpm12NvDefineSpace()
102 …SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[1] = PubInfo->pcrInfoRead.pcrSelection.pcrS… in Tpm12NvDefineSpace()
103 …SendBuffer.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[2] = PubInfo->pcrInfoRead.pcrSelection.pcrS… in Tpm12NvDefineSpace()
104 …SendBuffer.PubInfo.pcrInfoRead.localityAtRelease = PubInfo->pcrInfoRead.localityAtRelease; in Tpm12NvDefineSpace()
105 …CopyMem (&SendBuffer.PubInfo.pcrInfoRead.digestAtRelease, &PubInfo->pcrInfoRead.digestAtRelease, s… in Tpm12NvDefineSpace()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm12CommandLib.h97 IN TPM12_NV_DATA_PUBLIC *PubInfo,