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

  /external/tpm2/
Capabilities.h 10 #define MAX_CAP_DATA (MAX_CAP_BUFFER-sizeof(TPM_CAP)-sizeof(UINT32))
GetCapability_fp.h 13 TPM_CAP capability;
TpmFail.c 45 TPM_CAP capability; // Always TPM_CAP_TPM_PROPERTIES
tpm_types.h 233 // Table 23 Definition of TPM_CAP Constants
234 typedef UINT32 TPM_CAP;
    [all...]
tpm_generated.h     [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_state_impl.h 70 TPM_CAP capability,
tpm_state_impl.cc 193 TPM_CAP capability,
tpm_generated.h 362 (MAX_CAP_BUFFER - sizeof(trunks::TPM_CAP) - sizeof(trunks::UINT32))
476 typedef UINT32 TPM_CAP;
810 constexpr TPM_CAP TPM_CAP_FIRST = 0x00000000;
811 constexpr TPM_CAP TPM_CAP_ALGS = 0x00000000;
812 constexpr TPM_CAP TPM_CAP_HANDLES = 0x00000001;
813 constexpr TPM_CAP TPM_CAP_COMMANDS = 0x00000002;
814 constexpr TPM_CAP TPM_CAP_PP_COMMANDS = 0x00000003;
815 constexpr TPM_CAP TPM_CAP_AUDIT_COMMANDS = 0x00000004;
816 constexpr TPM_CAP TPM_CAP_PCRS = 0x00000005;
817 constexpr TPM_CAP TPM_CAP_TPM_PROPERTIES = 0x00000006
    [all...]
tpm_state_test.cc 61 TPM_RC FakeGetCapability(const TPM_CAP& capability,
mock_tpm.h     [all...]
tpm_generated.cc     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 133 #define MAX_CAP_DATA (MAX_CAP_BUFFER - sizeof(TPM_CAP) - sizeof(UINT32))
517 // Table 21 - TPM_CAP Constants
518 typedef UINT32 TPM_CAP;
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)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 26 TPM_CAP Capability;
76 IN TPM_CAP Capability,
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 591 IN TPM_CAP Capability,
    [all...]

Completed in 101 milliseconds