Searched defs:TpmPermanentFlags (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTpmComm.c152 TPM_PERMANENT_FLAGS *TpmPermanentFlags; local
169 TpmPermanentFlags = (TPM_PERMANENT_FLAGS *)&RecvBuffer[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT32)];
171 *Deactivated = TpmPermanentFlags->deactivated;
175 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock;
179 *CmdEnable = TpmPermanentFlags->physicalPresenceCMDEnable;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c77 TPM_PERMANENT_FLAGS *TpmPermanentFlags; local
109 TpmPermanentFlags = (TPM_PERMANENT_FLAGS *)&RecvBuffer[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT32)];
112 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock;
116 *CmdEnable = TpmPermanentFlags->physicalPresenceCMDEnable;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c72 TPM_PERMANENT_FLAGS *TpmPermanentFlags; local
102 TpmPermanentFlags = (TPM_PERMANENT_FLAGS *) &CmdBuf[sizeof (TPM_RSP_COMMAND_HDR) + sizeof (UINT32)];
105 *TpmEnable = (BOOLEAN) !TpmPermanentFlags->disable;
109 *TpmActivate = (BOOLEAN) !TpmPermanentFlags->deactivated;

Completed in 78 milliseconds