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

  /external/tpm2/
PropertyCap.c 451 // The size of TPM property group is PT_GROUP * 2 for fix and
453 for(i = property; i <= PT_FIXED + PT_GROUP * 2; i++)
tpm_types.h 251 #define PT_GROUP 0x00000100
252 #define PT_FIXED (PT_GROUP * 1)
297 #define PT_VAR (PT_GROUP * 2)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 792 const TPM_PT PT_GROUP = 0x00000100;
793 const TPM_PT PT_FIXED = PT_GROUP * 1;
838 const TPM_PT PT_VAR = PT_GROUP * 2;
    [all...]

Completed in 50 milliseconds