Home
last modified time | relevance | path

Searched refs:TPM_PT (Results 1 – 12 of 12) sorted by relevance

/system/tpm/trunks/
Dtpm_state_impl.h59 bool GetTpmProperty(TPM_PT property, uint32_t* value) override;
80 std::map<TPM_PT, uint32_t> tpm_properties_;
Dtpm_generated.h477 typedef UINT32 TPM_PT; typedef
822 constexpr TPM_PT TPM_PT_NONE = 0x00000000;
823 constexpr TPM_PT PT_GROUP = 0x00000100;
824 constexpr TPM_PT PT_FIXED = PT_GROUP * 1;
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;
[all …]
Dmock_tpm_state.h49 MOCK_METHOD2(GetTpmProperty, bool(TPM_PT, uint32_t*));
Dtpm_state.h93 virtual bool GetTpmProperty(TPM_PT property, uint32_t* value) = 0;
Dtpm_state_test.cc116 std::map<TPM_PT, uint32_t> fake_tpm_properties_;
316 constexpr TPM_PT kProperty = 0x2FF; in TEST_F()
Dtpm_state_impl.cc169 bool TpmStateImpl::GetTpmProperty(TPM_PT property, uint32_t* value) { in GetTpmProperty()
Dtrunks_factory_for_test.cc102 bool GetTpmProperty(TPM_PT property, uint32_t* value) override { in GetTpmProperty()
Dtpm_generated.cc2113 TPM_RC Serialize_TPM_PT(const TPM_PT& value, std::string* buffer) { in Serialize_TPM_PT()
2119 TPM_PT* value, in Parse_TPM_PT()
/system/tpm/trunks/generator/
Draw_structures.txt183 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
Draw_structures_fixed.txt183 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
Draw_commands.txt30956 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,
Draw_commands_fixed.txt30967 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,