Searched refs:TpmPermanentFlags (Results 1 – 5 of 5) sorted by relevance
59 OUT TPM_PERMANENT_FLAGS *TpmPermanentFlags in Tpm12GetCapabilityFlagPermanent() argument82 ZeroMem (TpmPermanentFlags, sizeof (*TpmPermanentFlags)); in Tpm12GetCapabilityFlagPermanent()83 …CopyMem (TpmPermanentFlags, &Response.Flags, MIN (sizeof (*TpmPermanentFlags), Response.ResponseSi… in Tpm12GetCapabilityFlagPermanent()
577 TPM_PERMANENT_FLAGS TpmPermanentFlags; in PhysicalPresencePpiNotifyCallback() local581 Status = Tpm12GetCapabilityFlagPermanent (&TpmPermanentFlags); in PhysicalPresencePpiNotifyCallback()589 …if (PcdGetBool (PcdPhysicalPresenceLifetimeLock) && !TpmPermanentFlags.physicalPresenceLifetimeLoc… in PhysicalPresencePpiNotifyCallback()597 TpmPermanentFlags.physicalPresenceCMDEnable = TRUE; in PhysicalPresencePpiNotifyCallback()600 TpmPermanentFlags.physicalPresenceCMDEnable = FALSE; in PhysicalPresencePpiNotifyCallback()625 if (!TpmPermanentFlags.physicalPresenceCMDEnable) { in PhysicalPresencePpiNotifyCallback()626 if (TpmPermanentFlags.physicalPresenceLifetimeLock) { in PhysicalPresencePpiNotifyCallback()669 TPM_PERMANENT_FLAGS TpmPermanentFlags; in IsTpmUsable() local671 Status = Tpm12GetCapabilityFlagPermanent (&TpmPermanentFlags); in IsTpmUsable()675 return (BOOLEAN)(!TpmPermanentFlags.deactivated); in IsTpmUsable()
72 TPM_PERMANENT_FLAGS *TpmPermanentFlags; in GetTpmState() local102 …TpmPermanentFlags = (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()
208 OUT TPM_PERMANENT_FLAGS *TpmPermanentFlags
83 TPM_PERMANENT_FLAGS *TpmPermanentFlags; in GetTpmCapability() local115 …TpmPermanentFlags = (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()