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

  /external/tpm2/
tpm_types.h 233 // Table 23 Definition of TPM_CAP Constants
234 typedef UINT32 TPM_CAP;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 332 #define MAX_CAP_DATA (MAX_CAP_BUFFER-sizeof(TPM_CAP)-sizeof(UINT32))
445 typedef UINT32 TPM_CAP;
779 const TPM_CAP TPM_CAP_FIRST = 0x00000000;
780 const TPM_CAP TPM_CAP_ALGS = 0x00000000;
781 const TPM_CAP TPM_CAP_HANDLES = 0x00000001;
782 const TPM_CAP TPM_CAP_COMMANDS = 0x00000002;
783 const TPM_CAP TPM_CAP_PP_COMMANDS = 0x00000003;
784 const TPM_CAP TPM_CAP_AUDIT_COMMANDS = 0x00000004;
785 const TPM_CAP TPM_CAP_PCRS = 0x00000005;
786 const TPM_CAP TPM_CAP_TPM_PROPERTIES = 0x00000006
    [all...]

Completed in 43 milliseconds