Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c250 UINT32 TpmResponse; in ExecutePhysicalPresence() local
297 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ENABLE, PpiFlags); in ExecutePhysicalPresence()
298 if (TpmResponse == 0) { in ExecutePhysicalPresence()
299 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ACTIVATE, PpiFlags); in ExecutePhysicalPresence()
301 return TpmResponse; in ExecutePhysicalPresence()
304 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_DEACTIVATE, PpiFlags); in ExecutePhysicalPresence()
305 if (TpmResponse == 0) { in ExecutePhysicalPresence()
306 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_DISABLE, PpiFlags); in ExecutePhysicalPresence()
308 return TpmResponse; in ExecutePhysicalPresence()
334TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ENABLE_ACTIVATE, PpiFlags); in ExecutePhysicalPresence()
[all …]