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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTpmComm.c129 @param[out] LifetimeLock Returns physicalPresenceLifetimeLock permanent flag.
143 OUT BOOLEAN *LifetimeLock, OPTIONAL
174 if (LifetimeLock != NULL) {
175 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock;
139 TpmCommGetCapability( IN EFI_PEI_SERVICES **PeiServices, IN TIS_TPM_HANDLE TpmHandle, OUT BOOLEAN *Deactivated, OPTIONAL OUT BOOLEAN *LifetimeLock, OPTIONAL OUT BOOLEAN *CmdEnable OPTIONAL ) argument
H A DTcgPei.c403 BOOLEAN LifetimeLock; local
418 Status = TpmCommGetCapability (PeiServices, TpmHandle, NULL, &LifetimeLock, &CmdEnable);
424 if (LifetimeLock) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c58 @param[out] LifetimeLock physicalPresenceLifetimeLock permanent flag.
68 OUT BOOLEAN *LifetimeLock,
111 if (LifetimeLock != NULL) {
112 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock;
1055 BOOLEAN LifetimeLock; local
1095 Status = GetTpmCapability (TcgProtocol, &LifetimeLock, &CmdEnable);
1101 if (LifetimeLock) {
66 GetTpmCapability( IN EFI_TCG_PROTOCOL *TcgProtocol, OUT BOOLEAN *LifetimeLock, OUT BOOLEAN *CmdEnable ) argument

Completed in 35 milliseconds