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

  /external/tpm2/
tpm_types.h 362 // Table 28 Definition of TPM_HT Constants < S>
363 typedef UINT8 TPM_HT;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 449 typedef UINT8 TPM_HT;
893 const TPM_HT TPM_HT_PCR = 0x00;
894 const TPM_HT TPM_HT_NV_INDEX = 0x01;
895 const TPM_HT TPM_HT_HMAC_SESSION = 0x02;
896 const TPM_HT TPM_HT_LOADED_SESSION = 0x02;
897 const TPM_HT TPM_HT_POLICY_SESSION = 0x03;
898 const TPM_HT TPM_HT_ACTIVE_SESSION = 0x03;
899 const TPM_HT TPM_HT_PERMANENT = 0x40;
900 const TPM_HT TPM_HT_TRANSIENT = 0x80
    [all...]

Completed in 37 milliseconds