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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/
PeiTcg2PhysicalPresenceLib.c 40 EFI_TCG2_PHYSICAL_PRESENCE_FLAGS PpiFlags;
53 &PpiFlags
56 PpiFlags.PPFlags = TCG2_BIOS_TPM_MANAGEMENT_FLAG_DEFAULT;
58 return PpiFlags.PPFlags;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 111 @param[in, out] PpiFlags The physical presence interface flags.
122 IN OUT EFI_TREE_PHYSICAL_PRESENCE_FLAGS *PpiFlags
140 PpiFlags->PPFlags &= ~TREE_BIOS_TPM_MANAGEMENT_FLAG_NO_PPI_CLEAR;
144 PpiFlags->PPFlags |= TREE_BIOS_TPM_MANAGEMENT_FLAG_NO_PPI_CLEAR;
577 EFI_TREE_PHYSICAL_PRESENCE_FLAGS PpiFlags;
593 &PpiFlags
596 PpiFlags.PPFlags = 0;
602 &PpiFlags
609 DEBUG ((EFI_D_INFO, "[TPM2] PpiFlags = %x\n", PpiFlags.PPFlags));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 234 @param[in, out] PpiFlags The physical presence interface flags.
246 IN OUT EFI_PHYSICAL_PRESENCE_FLAGS *PpiFlags
297 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ENABLE, PpiFlags);
299 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ACTIVATE, PpiFlags);
304 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_DEACTIVATE, PpiFlags);
306 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_DISABLE, PpiFlags);
333 if ((PpiFlags->PPFlags & TCG_VENDOR_LIB_FLAG_RESET_TRACK) == 0) {
334 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_ENABLE_ACTIVATE, PpiFlags);
335 PpiFlags->PPFlags |= TCG_VENDOR_LIB_FLAG_RESET_TRACK;
337 TpmResponse = ExecutePhysicalPresence (TcgProtocol, PHYSICAL_PRESENCE_SET_OWNER_INSTALL_TRUE, PpiFlags);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 276 @param[in, out] PpiFlags The physical presence interface flags.
288 IN OUT EFI_TCG2_PHYSICAL_PRESENCE_FLAGS *PpiFlags
318 PpiFlags->PPFlags |= TCG2_BIOS_TPM_MANAGEMENT_FLAG_PP_REQUIRED_FOR_CLEAR;
322 PpiFlags->PPFlags &= ~TCG2_BIOS_TPM_MANAGEMENT_FLAG_PP_REQUIRED_FOR_CLEAR;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/DxeTrEEPhysicalPresenceLibNull/
DxeTrEEPhysicalPresenceLibNull.c 82 @param[in, out] PpiFlags The physical presence interface flags.
93 IN OUT EFI_TREE_PHYSICAL_PRESENCE_FLAGS *PpiFlags

Completed in 248 milliseconds