Searched refs:PT_FIXED (Results 1 – 7 of 7) sorted by relevance
252 #define PT_FIXED (PT_GROUP * 1) macro253 #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 …]
449 if(property < PT_FIXED) property = PT_FIXED; in TPMCapGetProperties()453 for(i = property; i <= PT_FIXED + PT_GROUP * 2; i++) in TPMCapGetProperties()
5645 if (*target == PT_FIXED) { in TPM_PT_Unmarshal()
18851 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++)
6228 The values in the fixed group (PT_FIXED) are not changeable through programmatic means other than a6252 PT_FIXED6267 PT_FIXED + 0 a 4-octet character string containing the TPM Family value6290 PT_FIXED + 1 the level of the specification6301 PT_FIXED + 2 the specification Revision times 1006310 PT_FIXED + 3 the specification day of year using TCG calendar6320 PT_FIXED + 4 the specification year using the CE6329 PT_FIXED + 5 the vendor ID unique to each TPM manufacturer6333 PT_FIXED + 6 the first four characters of the vendor ID string6344 PT_FIXED + 7 the second four characters of the vendor ID string[all …]
6202 The values in the fixed group (PT_FIXED) are not changeable through programmatic means other than a6226 PT_FIXED6242 PT_FIXED + 06266 PT_FIXED + 16272 PT_FIXED + 26285 PT_FIXED + 36296 PT_FIXED + 46309 PT_FIXED + 56314 PT_FIXED + 66326 PT_FIXED + 7[all …]
434 _NAME PT_FIXED