HomeSort by relevance Sort by last modified time
    Searched refs:TPM_PT (Results 1 - 15 of 15) sorted by null

  /external/tpm2/
PropertyCap_fp.h 11 TPM_PT property, // IN: the starting TPM property
tpm_types.h 248 // Table 24 Definition of TPM_PT Constants < IN/OUT, S>
249 typedef UINT32 TPM_PT;
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)
    [all...]
PropertyCap.c 26 TPM_PT property, // IN: property
425 // This function is used to get the TPM_PT values. The search of properties will start at property and
436 TPM_PT property, // IN: the starting TPM property
456 if(TPMPropertyIsDefined((TPM_PT) i, &value))
462 (TPM_PT) i;
GetCapability.c 115 out->moreData = TPMCapGetProperties((TPM_PT) in->property,
tpm_generated.h     [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 532 // Table 22 - TPM_PT Constants
533 typedef UINT32 TPM_PT;
534 #define TPM_PT_NONE (TPM_PT)(0x00000000)
535 #define PT_GROUP (TPM_PT)(0x00000100)
536 #define PT_FIXED (TPM_PT)(PT_GROUP * 1)
537 #define TPM_PT_FAMILY_INDICATOR (TPM_PT)(PT_FIXED + 0)
538 #define TPM_PT_LEVEL (TPM_PT)(PT_FIXED + 1)
539 #define TPM_PT_REVISION (TPM_PT)(PT_FIXED + 2)
540 #define TPM_PT_DAY_OF_YEAR (TPM_PT)(PT_FIXED + 3)
541 #define TPM_PT_YEAR (TPM_PT)(PT_FIXED + 4)
    [all...]
  /system/tpm/trunks/
tpm_state.h 93 virtual bool GetTpmProperty(TPM_PT property, uint32_t* value) = 0;
tpm_state_impl.h 59 bool GetTpmProperty(TPM_PT property, uint32_t* value) override;
80 std::map<TPM_PT, uint32_t> tpm_properties_;
mock_tpm_state.h 49 MOCK_METHOD2(GetTpmProperty, bool(TPM_PT, uint32_t*));
tpm_generated.h 477 typedef UINT32 TPM_PT;
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...]
tpm_state_test.cc 116 std::map<TPM_PT, uint32_t> fake_tpm_properties_;
316 constexpr TPM_PT kProperty = 0x2FF;
tpm_state_impl.cc 169 bool TpmStateImpl::GetTpmProperty(TPM_PT property, uint32_t* value) {
trunks_factory_for_test.cc 102 bool GetTpmProperty(TPM_PT property, uint32_t* value) override {
tpm_generated.cc     [all...]

Completed in 109 milliseconds