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

  /external/vboot_reference/firmware/include/
tss_constants.h 71 TSS_BOOL physicalPresenceLifetimeLock;
  /external/vboot_reference/tests/
rollback_index2_tests.c 200 mock_pflags.physicalPresenceLifetimeLock = 1;
545 mock_pflags.physicalPresenceLifetimeLock = 1;
658 mock_pflags.physicalPresenceLifetimeLock = 1;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 556 Set physicalPresenceLifetimeLock, physicalPresenceHWEnable and physicalPresenceCMDEnable bit by corresponding PCDs.
587 // 1. Set physicalPresenceLifetimeLock, physicalPresenceHWEnable and physicalPresenceCMDEnable bit by PCDs.
589 if (PcdGetBool (PcdPhysicalPresenceLifetimeLock) && !TpmPermanentFlags.physicalPresenceLifetimeLock) {
626 if (TpmPermanentFlags.physicalPresenceLifetimeLock) {
  /external/vboot_reference/firmware/lib/
rollback_index.c 285 VBDEBUG(("TPM: physicalPresenceLifetimeLock=%d\n",
286 pflags.physicalPresenceLifetimeLock));
287 if (!pflags.physicalPresenceLifetimeLock) {
  /external/vboot_reference/utility/
tpmc.c 289 P(physicalPresenceLifetimeLock);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 64 @param[out] LifetimeLock physicalPresenceLifetimeLock permanent flag.
118 *LifetimeLock = TpmPermanentFlags->physicalPresenceLifetimeLock;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 260 #define TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0080) // Sets the physicalPresenceLifetimeLock to TRUE
581 BOOLEAN physicalPresenceLifetimeLock;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 385 #define TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0080) ///< Sets the physicalPresenceLifetimeLock to TRUE
748 BOOLEAN physicalPresenceLifetimeLock;
    [all...]

Completed in 563 milliseconds