Home
last modified time | relevance | path

Searched refs:TpmPermanentFlags (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTpmComm.c152 TPM_PERMANENT_FLAGS *TpmPermanentFlags; in TpmCommGetCapability() local
169TpmPermanentFlags = (TPM_PERMANENT_FLAGS *)&RecvBuffer[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT… in TpmCommGetCapability()
171 *Deactivated = TpmPermanentFlags->deactivated; in TpmCommGetCapability()
175 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock; in TpmCommGetCapability()
179 *CmdEnable = TpmPermanentFlags->physicalPresenceCMDEnable; in TpmCommGetCapability()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigImpl.c72 TPM_PERMANENT_FLAGS *TpmPermanentFlags; in GetTpmState() local
102TpmPermanentFlags = (TPM_PERMANENT_FLAGS *) &CmdBuf[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT32)… in GetTpmState()
105 *TpmEnable = (BOOLEAN) !TpmPermanentFlags->disable; in GetTpmState()
109 *TpmActivate = (BOOLEAN) !TpmPermanentFlags->deactivated; in GetTpmState()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c83 TPM_PERMANENT_FLAGS *TpmPermanentFlags; in GetTpmCapability() local
115TpmPermanentFlags = (TPM_PERMANENT_FLAGS *)&RecvBuffer[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT… in GetTpmCapability()
118 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock; in GetTpmCapability()
122 *CmdEnable = TpmPermanentFlags->physicalPresenceCMDEnable; in GetTpmCapability()