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

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 506 // Table 19 - TPM_SU Constants
507 typedef UINT16 TPM_SU;
508 #define TPM_SU_CLEAR (TPM_SU)(0x0000)
509 #define TPM_SU_STATE (TPM_SU)(0x0001)
    [all...]
  /external/tpm2/
tpm_types.h 222 // Table 21 Definition of TPM_SU Constants < IN>
223 typedef UINT16 TPM_SU;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 474 typedef UINT16 TPM_SU;
805 constexpr TPM_SU TPM_SU_CLEAR = 0x0000;
806 constexpr TPM_SU TPM_SU_STATE = 0x0001;
    [all...]

Completed in 235 milliseconds