Searched refs:TPM_PT (Results 1 – 7 of 7) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.h | 446 typedef UINT32 TPM_PT; typedef 791 const TPM_PT TPM_PT_NONE = 0x00000000; 792 const TPM_PT PT_GROUP = 0x00000100; 793 const TPM_PT PT_FIXED = PT_GROUP * 1; 794 const TPM_PT TPM_PT_FAMILY_INDICATOR = PT_FIXED + 0; 795 const TPM_PT TPM_PT_LEVEL = PT_FIXED + 1; 796 const TPM_PT TPM_PT_REVISION = PT_FIXED + 2; 797 const TPM_PT TPM_PT_DAY_OF_YEAR = PT_FIXED + 3; 798 const TPM_PT TPM_PT_YEAR = PT_FIXED + 4; 799 const TPM_PT TPM_PT_MANUFACTURER = PT_FIXED + 5; [all …]
|
D | tpm_state_test.cc | 126 TPMS_CAPABILITY_DATA GetValidCapabilityData(TPM_PT property, UINT32 value) { in GetValidCapabilityData()
|
D | tpm_generated.cc | 2140 const TPM_PT& value, in Serialize_TPM_PT() 2148 TPM_PT* value, in Parse_TPM_PT()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 183 6.13 TPM_PT (Property Tag) ........................................................................… 829 Table 22 — Definition of (UINT32) TPM_PT Constants <IN/OUT, S> ....................................… 6192 0x00000006 TPM_PT 6225 6.13 TPM_PT (Property Tag) 6226 The TPM_PT constants are used in TPM2_GetCapability(capability = TPM_CAP_TPM_PROPERTIES) to 6231 Table 22 — Definition of (UINT32) TPM_PT Constants <IN/OUT, S> 11274 TPM_PT 11308 TPM_PT
|
D | raw_structures_fixed.txt | 183 6.13 TPM_PT (Property Tag) ........................................................................… 829 Table 22 — Definition of (UINT32) TPM_PT Constants <IN/OUT, S> ....................................… 6202 6.13 TPM_PT (Property Tag) 6203 The TPM_PT constants are used in TPM2_GetCapability(capability = TPM_CAP_TPM_PROPERTIES) to 6208 Table 22 — Definition of (UINT32) TPM_PT Constants <IN/OUT, S> 11302 TPM_PT 11336 TPM_PT
|
D | raw_commands.txt | 30956 TPM_PT 31056 TPM_CAP_TPM_PROPERTIES – Returns a list of tagged properties. The tag is a TPM_PT and the 31057 …y group is on a 256value boundary (that is, the boundary occurs when the TPM_PT is evenly divisibl… 31447 out->moreData = TPMCapGetProperties((TPM_PT) in->property,
|
D | raw_commands_fixed.txt | 30967 TPM_PT 31067 TPM_CAP_TPM_PROPERTIES – Returns a list of tagged properties. The tag is a TPM_PT and the 31068 …y group is on a 256value boundary (that is, the boundary occurs when the TPM_PT is evenly divisibl… 31458 out->moreData = TPMCapGetProperties((TPM_PT) in->property,
|