HomeSort by relevance Sort by last modified time
    Searched refs:PPResponse (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Include/Guid/
Tcg2PhysicalPresenceData.h 32 UINT32 PPResponse;
TrEEPhysicalPresenceData.h 31 UINT32 PPResponse;
PhysicalPresenceData.h 31 UINT32 PPResponse;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 442 TcgPpData->PPResponse = TREE_PP_OPERATION_RESPONSE_SUCCESS;
444 TcgPpData->PPResponse = TREE_PP_OPERATION_RESPONSE_BIOS_FAILURE;
463 TcgPpData->PPResponse = TrEEPpVendorLibExecutePendingRequest (PlatformAuth, TcgPpData->PPRequest, &NewPPFlags, &ResetRequired);
477 TcgPpData->PPResponse = TREE_PP_OPERATION_RESPONSE_USER_ABORT;
480 TcgPpData->PPResponse = TrEEExecutePhysicalPresence (PlatformAuth, TcgPpData->PPRequest,
521 if (TcgPpData->PPResponse == TREE_PP_OPERATION_RESPONSE_USER_ABORT) {
661 DEBUG ((EFI_D_INFO, "[TPM2] PPResponse = %x (LastPPRequest=%x, Flags=%x)\n", TcgPpData.PPResponse, TcgPpData.LastPPRequest, PpiFlags.PPFlags));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 741 TcgPpData->PPResponse = TCG_PP_OPERATION_RESPONSE_SUCCESS;
743 TcgPpData->PPResponse = TCG_PP_OPERATION_RESPONSE_BIOS_FAILURE;
764 TcgPpData->PPResponse = Tcg2PpVendorLibExecutePendingRequest (PlatformAuth, TcgPpData->PPRequest, &NewPPFlags, &ResetRequired);
777 TcgPpData->PPResponse = TCG_PP_OPERATION_RESPONSE_USER_ABORT;
780 TcgPpData->PPResponse = Tcg2ExecutePhysicalPresence (
827 if (TcgPpData->PPResponse == TCG_PP_OPERATION_RESPONSE_USER_ABORT) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
SmmTcg2PhysicalPresenceLib.c 80 *Response = PpData.PPResponse;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 82 mTcgNvs->PhysicalPresence.Response = PpData.PPResponse;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 99 mTcgNvs->PhysicalPresence.Response = PpData.PPResponse;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
GlobalNvsArea.h 220 UINT32 PPResponse; // 124 Physical Presence request operation response

Completed in 130 milliseconds