Searched refs:TPM_PT (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | tpm_types.h | 249 typedef UINT32 TPM_PT; typedef 253 #define TPM_PT_FAMILY_INDICATOR ((TPM_PT)(PT_FIXED + 0)) 254 #define TPM_PT_LEVEL ((TPM_PT)(PT_FIXED + 1)) 255 #define TPM_PT_REVISION ((TPM_PT)(PT_FIXED + 2)) 256 #define TPM_PT_DAY_OF_YEAR ((TPM_PT)(PT_FIXED + 3)) 257 #define TPM_PT_YEAR ((TPM_PT)(PT_FIXED + 4)) 258 #define TPM_PT_MANUFACTURER ((TPM_PT)(PT_FIXED + 5)) 259 #define TPM_PT_VENDOR_STRING_1 ((TPM_PT)(PT_FIXED + 6)) 260 #define TPM_PT_VENDOR_STRING_2 ((TPM_PT)(PT_FIXED + 7)) 261 #define TPM_PT_VENDOR_STRING_3 ((TPM_PT)(PT_FIXED + 8)) [all …]
|
D | PropertyCap.c | 26 TPM_PT property, // IN: property in TPMPropertyIsDefined() 436 TPM_PT property, // IN: the starting TPM property in TPMCapGetProperties() 456 if(TPMPropertyIsDefined((TPM_PT) i, &value)) in TPMCapGetProperties() 462 (TPM_PT) i; in TPMCapGetProperties()
|
D | PropertyCap_fp.h | 11 TPM_PT property, // IN: the starting TPM property
|
D | GetCapability.c | 115 out->moreData = TPMCapGetProperties((TPM_PT) in->property, in TPM2_GetCapability()
|
D | tpm_generated.h | 1543 UINT16 TPM_PT_Marshal(TPM_PT* source, BYTE** buffer, INT32* size); 1545 TPM_RC TPM_PT_Unmarshal(TPM_PT* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 5629 UINT16 TPM_PT_Marshal(TPM_PT* source, BYTE** buffer, INT32* size) { in TPM_PT_Marshal() 5633 TPM_RC TPM_PT_Unmarshal(TPM_PT* target, BYTE** buffer, INT32* size) { in TPM_PT_Unmarshal()
|
D | part3.txt | 17148 TPM_CAP_TPM_PROPERTIES TPM_PT TPML_TAGGED_TPM_PROPERTY 17202 TPM_CAP_TPM_PROPERTIES – Returns a list of tagged properties. The tag is a TPM_PT and 17204 256-value boundary (that is, the boundary occurs when the TPM_PT is evenly divisible by 256). 17389 100 out->moreData = TPMCapGetProperties((TPM_PT) in->property,
|
D | part4.txt | 18376 4 TPM_PT property, // IN: property 18820 …This function is used to get the TPM_PT values. The search of properties will start at property and 18831 416 TPM_PT property, // IN: the starting TPM property 18860 440 if(TPMPropertyIsDefined((TPM_PT) i, &value)) 18867 447 (TPM_PT) i;
|
/external/tpm2/generator/ |
D | structures.txt | 431 _NEW_TYPE TPM_PT 1034 _TYPE TPM_PT 1039 _TYPE TPM_PT
|
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> ....................................… 6199 6.13 TPM_PT (Property Tag) 6200 The TPM_PT constants are used in TPM2_GetCapability(capability = TPM_CAP_TPM_PROPERTIES) to 6205 Table 22 — Definition of (UINT32) TPM_PT Constants <IN/OUT, S> 11289 TPM_PT 11323 TPM_PT
|
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,
|
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,
|