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

  /external/tpm2/
tpm_types.h 202 // Table 20 Definition of TPM_ST Constants < IN/OUT, S>
203 typedef UINT16 TPM_ST;
581 typedef TPM_ST TPMI_ST_COMMAND_TAG;
724 TPM_ST tag;
731 TPM_ST tag;
738 TPM_ST tag;
745 TPM_ST tag;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 413 typedef UINT16 TPM_ST;
414 typedef TPM_ST TPMI_ST_COMMAND_TAG;
415 typedef TPM_ST TPMI_ST_ATTEST;
757 const TPM_ST TPM_ST_RSP_COMMAND = 0x00C4;
758 const TPM_ST TPM_ST_NULL = 0X8000;
759 const TPM_ST TPM_ST_NO_SESSIONS = 0x8001;
760 const TPM_ST TPM_ST_SESSIONS = 0x8002;
761 const TPM_ST TPM_ST_ATTEST_NV = 0x8014;
762 const TPM_ST TPM_ST_ATTEST_COMMAND_AUDIT = 0x8015;
763 const TPM_ST TPM_ST_ATTEST_SESSION_AUDIT = 0x8016
    [all...]

Completed in 161 milliseconds