Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c74 OUT BOOLEAN *LifetimeLock, in GetTpmCapability() argument
117 if (LifetimeLock != NULL) { in GetTpmCapability()
118 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock; in GetTpmCapability()
1168 BOOLEAN LifetimeLock; in TcgPhysicalPresenceLibProcessRequest() local
1261 Status = GetTpmCapability (TcgProtocol, &LifetimeLock, &CmdEnable); in TcgPhysicalPresenceLibProcessRequest()
1267 if (LifetimeLock) { in TcgPhysicalPresenceLibProcessRequest()
1316 BOOLEAN LifetimeLock; in TcgPhysicalPresenceLibNeedUserConfirm() local
1370 Status = GetTpmCapability (TcgProtocol, &LifetimeLock, &CmdEnable); in TcgPhysicalPresenceLibNeedUserConfirm()
1376 if (LifetimeLock) { in TcgPhysicalPresenceLibNeedUserConfirm()