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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12PhysicalPresence.c 25 TPM_PHYSICAL_PRESENCE PhysicalPresence;
44 IN TPM_PHYSICAL_PRESENCE PhysicalPresence
  /external/vboot_reference/utility/
tlcl_generator.c 182 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE);
186 sizeof(TPM_PHYSICAL_PRESENCE),
192 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE);
196 sizeof(TPM_PHYSICAL_PRESENCE),
202 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE);
206 sizeof(TPM_PHYSICAL_PRESENCE),
214 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE);
218 sizeof(TPM_PHYSICAL_PRESENCE),
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 176 IN TPM_PHYSICAL_PRESENCE PhysicalPresence
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 49 typedef UINT16 TPM_PHYSICAL_PRESENCE;
256 // Part 2, section 4.9: TPM_PHYSICAL_PRESENCE
258 #define TPM_PHYSICAL_PRESENCE_HW_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0200) // Sets the physicalPresenceHWEnable to FALSE
259 #define TPM_PHYSICAL_PRESENCE_CMD_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0100) // Sets the physicalPresenceCMDEnable to FALSE
260 #define TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0080) // Sets the physicalPresenceLifetimeLock to TRUE
261 #define TPM_PHYSICAL_PRESENCE_HW_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0040) // Sets the physicalPresenceHWEnable to TRUE
262 #define TPM_PHYSICAL_PRESENCE_CMD_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0020) // Sets the physicalPresenceCMDEnable to TRUE
263 #define TPM_PHYSICAL_PRESENCE_NOTPRESENT ((TPM_PHYSICAL_PRESENCE) 0x0010) // Sets PhysicalPresence = FALSE
264 #define TPM_PHYSICAL_PRESENCE_PRESENT ((TPM_PHYSICAL_PRESENCE) 0x0008) // Sets PhysicalPresence = TRUE
265 #define TPM_PHYSICAL_PRESENCE_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0004) // Sets PhysicalPresenceLock = TRUE
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 76 typedef UINT16 TPM_PHYSICAL_PRESENCE;
381 // Part 2, section 4.9: TPM_PHYSICAL_PRESENCE
383 #define TPM_PHYSICAL_PRESENCE_HW_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0200) ///< Sets the physicalPresenceHWEnable to FALSE
384 #define TPM_PHYSICAL_PRESENCE_CMD_DISABLE ((TPM_PHYSICAL_PRESENCE) 0x0100) ///< Sets the physicalPresenceCMDEnable to FALSE
385 #define TPM_PHYSICAL_PRESENCE_LIFETIME_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0080) ///< Sets the physicalPresenceLifetimeLock to TRUE
386 #define TPM_PHYSICAL_PRESENCE_HW_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0040) ///< Sets the physicalPresenceHWEnable to TRUE
387 #define TPM_PHYSICAL_PRESENCE_CMD_ENABLE ((TPM_PHYSICAL_PRESENCE) 0x0020) ///< Sets the physicalPresenceCMDEnable to TRUE
388 #define TPM_PHYSICAL_PRESENCE_NOTPRESENT ((TPM_PHYSICAL_PRESENCE) 0x0010) ///< Sets PhysicalPresence = FALSE
389 #define TPM_PHYSICAL_PRESENCE_PRESENT ((TPM_PHYSICAL_PRESENCE) 0x0008) ///< Sets PhysicalPresence = TRUE
390 #define TPM_PHYSICAL_PRESENCE_LOCK ((TPM_PHYSICAL_PRESENCE) 0x0004) ///< Sets PhysicalPresenceLock = TRUE
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 142 IN TPM_PHYSICAL_PRESENCE PhysicalPresence
147 TPM_PHYSICAL_PRESENCE *TpmPp;
152 TpmPp = (TPM_PHYSICAL_PRESENCE*)(TpmRqu + 1);
157 WriteUnaligned16 (TpmPp, (TPM_PHYSICAL_PRESENCE) SwapBytes16 (PhysicalPresence));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 579 TPM_PHYSICAL_PRESENCE PhysicalPresenceValue;

Completed in 337 milliseconds