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

  /external/vboot_reference/firmware/include/
tss_constants.h 73 TSS_BOOL physicalPresenceCMDEnable;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 556 Set physicalPresenceLifetimeLock, physicalPresenceHWEnable and physicalPresenceCMDEnable bit by corresponding PCDs.
564 @retval EFI_ABORTED physicalPresenceCMDEnable is locked.
587 // 1. Set physicalPresenceLifetimeLock, physicalPresenceHWEnable and physicalPresenceCMDEnable bit by PCDs.
597 TpmPermanentFlags.physicalPresenceCMDEnable = TRUE;
600 TpmPermanentFlags.physicalPresenceCMDEnable = FALSE;
625 if (!TpmPermanentFlags.physicalPresenceCMDEnable) {
628 // physicalPresenceCMDEnable is locked, can't change.
  /external/vboot_reference/utility/
tpmc.c 291 P(physicalPresenceCMDEnable);
377 { "physicalpresencecmdenable", "ppcmd", "turn on software PP",
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 65 @param[out] CmdEnable physicalPresenceCMDEnable permanent flag.
122 *CmdEnable = TpmPermanentFlags->physicalPresenceCMDEnable;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 259 #define TPM_PHYSICAL_PRESENCE_CMD_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0100) // Sets the physicalPresenceCMDEnable to FALSE
262 #define TPM_PHYSICAL_PRESENCE_CMD_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0020) // Sets the physicalPresenceCMDEnable to TRUE
583 BOOLEAN physicalPresenceCMDEnable;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 384 #define TPM_PHYSICAL_PRESENCE_CMD_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0100) ///< Sets the physicalPresenceCMDEnable to FALSE
387 #define TPM_PHYSICAL_PRESENCE_CMD_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0020) ///< Sets the physicalPresenceCMDEnable to TRUE
750 BOOLEAN physicalPresenceCMDEnable;
    [all...]

Completed in 739 milliseconds