Home
last modified time | relevance | path

Searched refs:PT_FIXED (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
Dtpm_types.h252 #define PT_FIXED (PT_GROUP * 1) macro
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 …]
DPropertyCap.c449 if(property < PT_FIXED) property = PT_FIXED; in TPMCapGetProperties()
453 for(i = property; i <= PT_FIXED + PT_GROUP * 2; i++) in TPMCapGetProperties()
Dtpm_generated.c5645 if (*target == PT_FIXED) { in TPM_PT_Unmarshal()
Dpart4.txt18851 431 // If property is less than PT_FIXED, start from PT_FIXED.
18852 432 if(property < PT_FIXED) property = PT_FIXED;
18857 437 for(i = property; i <= PT_FIXED + PT_GROUP * 2; i++)
/external/tpm2/generator/
Draw_structures.txt6228 The values in the fixed group (PT_FIXED) are not changeable through programmatic means other than a
6252 PT_FIXED
6267 PT_FIXED + 0 a 4-octet character string containing the TPM Family value
6290 PT_FIXED + 1 the level of the specification
6301 PT_FIXED + 2 the specification Revision times 100
6310 PT_FIXED + 3 the specification day of year using TCG calendar
6320 PT_FIXED + 4 the specification year using the CE
6329 PT_FIXED + 5 the vendor ID unique to each TPM manufacturer
6333 PT_FIXED + 6 the first four characters of the vendor ID string
6344 PT_FIXED + 7 the second four characters of the vendor ID string
[all …]
Draw_structures_fixed.txt6202 The values in the fixed group (PT_FIXED) are not changeable through programmatic means other than a
6226 PT_FIXED
6242 PT_FIXED + 0
6266 PT_FIXED + 1
6272 PT_FIXED + 2
6285 PT_FIXED + 3
6296 PT_FIXED + 4
6309 PT_FIXED + 5
6314 PT_FIXED + 6
6326 PT_FIXED + 7
[all …]
Dstructures.txt434 _NAME PT_FIXED