Searched refs:PPResponse (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Include/Guid/
H A DPhysicalPresenceData.h31 UINT32 PPResponse; member in struct:__anon12677
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c944 TcgPpData->PPResponse = TPM_PP_BIOS_FAILURE;
975 TcgPpData->PPResponse = TPM_PP_USER_ABORT;
977 TcgPpData->PPResponse = ExecutePhysicalPresence (TcgProtocol, TcgPpData->PPRequest, &TcgPpData->Flags);
1003 if (TcgPpData->PPResponse == TPM_PP_USER_ABORT) {
1122 DEBUG ((EFI_D_INFO, "[TPM] PPResponse = %x\n", TcgPpData.PPResponse));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c67 mTcgNvs->PhysicalPresence.Response = PpData.PPResponse;

Completed in 69 milliseconds