Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_generated.h824 constexpr TPM_PT PT_FIXED = PT_GROUP * 1; variable
825 constexpr TPM_PT TPM_PT_FAMILY_INDICATOR = PT_FIXED + 0;
826 constexpr TPM_PT TPM_PT_LEVEL = PT_FIXED + 1;
827 constexpr TPM_PT TPM_PT_REVISION = PT_FIXED + 2;
828 constexpr TPM_PT TPM_PT_DAY_OF_YEAR = PT_FIXED + 3;
829 constexpr TPM_PT TPM_PT_YEAR = PT_FIXED + 4;
830 constexpr TPM_PT TPM_PT_MANUFACTURER = PT_FIXED + 5;
831 constexpr TPM_PT TPM_PT_VENDOR_STRING_1 = PT_FIXED + 6;
832 constexpr TPM_PT TPM_PT_VENDOR_STRING_2 = PT_FIXED + 7;
833 constexpr TPM_PT TPM_PT_VENDOR_STRING_3 = PT_FIXED + 8;
[all …]
Dtpm_state_impl.cc243 TPM_RC result = GetCapability(callback, TPM_CAP_TPM_PROPERTIES, PT_FIXED, in CacheTpmProperties()
/system/tpm/trunks/generator/
Draw_structures_fixed.txt6205 The values in the fixed group (PT_FIXED) are not changeable through programmatic means other than a
6229 PT_FIXED
6245 PT_FIXED + 0
6269 PT_FIXED + 1
6275 PT_FIXED + 2
6288 PT_FIXED + 3
6299 PT_FIXED + 4
6312 PT_FIXED + 5
6317 PT_FIXED + 6
6329 PT_FIXED + 7
[all …]
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 …]