HomeSort by relevance Sort by last modified time
    Searched refs:PubInfo (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12NvStorage.c 32 TPM12_NV_DATA_PUBLIC PubInfo;
62 @param PubInfo The public parameters of the NV area.
71 IN TPM12_NV_DATA_PUBLIC *PubInfo,
86 Command.PubInfo.tag = SwapBytes16 (PubInfo->tag);
87 Command.PubInfo.nvIndex = SwapBytes32 (PubInfo->nvIndex);
88 Command.PubInfo.pcrInfoRead.pcrSelection.sizeOfSelect = SwapBytes16 (PubInfo->pcrInfoRead.pcrSelection.sizeOfSelect);
89 Command.PubInfo.pcrInfoRead.pcrSelection.pcrSelect[0] = PubInfo->pcrInfoRead.pcrSelection.pcrSelect[0];
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 88 @param PubInfo The public parameters of the NV area.
97 IN TPM12_NV_DATA_PUBLIC *PubInfo,

Completed in 1014 milliseconds