Home
last modified time | relevance | path

Searched refs:TPM_CAP (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h133 #define MAX_CAP_DATA (MAX_CAP_BUFFER - sizeof(TPM_CAP) - sizeof(UINT32))
518 typedef UINT32 TPM_CAP; typedef
519 #define TPM_CAP_FIRST (TPM_CAP)(0x00000000)
520 #define TPM_CAP_ALGS (TPM_CAP)(0x00000000)
521 #define TPM_CAP_HANDLES (TPM_CAP)(0x00000001)
522 #define TPM_CAP_COMMANDS (TPM_CAP)(0x00000002)
523 #define TPM_CAP_PP_COMMANDS (TPM_CAP)(0x00000003)
524 #define TPM_CAP_AUDIT_COMMANDS (TPM_CAP)(0x00000004)
525 #define TPM_CAP_PCRS (TPM_CAP)(0x00000005)
526 #define TPM_CAP_TPM_PROPERTIES (TPM_CAP)(0x00000006)
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Capability.c26 TPM_CAP Capability;
76 IN TPM_CAP Capability, in Tpm2GetCapability()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h608 IN TPM_CAP Capability,