Searched refs:TPM2_PT (Results 1 – 4 of 4) sorted by relevance
468 typedef UINT32 TPM2_PT; typedef469 #define TPM2_PT_NONE ((TPM2_PT) 0x00000000) /* indicates no property type */470 #define TPM2_PT_GROUP ((TPM2_PT) 0x00000100) /* The number of properties in each…471 #define TPM2_PT_FIXED ((TPM2_PT) (TPM2_PT_GROUP * 1)) /* the group of fixed prop…472 #define TPM2_PT_FAMILY_INDICATOR ((TPM2_PT) (TPM2_PT_FIXED + 0)) /* a 4-octet character str…473 #define TPM2_PT_LEVEL ((TPM2_PT) (TPM2_PT_FIXED + 1)) /* the level of the specif…474 #define TPM2_PT_REVISION ((TPM2_PT) (TPM2_PT_FIXED + 2)) /* the specification Revis…475 #define TPM2_PT_DAY_OF_YEAR ((TPM2_PT) (TPM2_PT_FIXED + 3)) /* the specification day o…476 #define TPM2_PT_YEAR ((TPM2_PT) (TPM2_PT_FIXED + 4)) /* the specification year …477 #define TPM2_PT_MANUFACTURER ((TPM2_PT) (TPM2_PT_FIXED + 5)) /* the vendor ID unique to…[all …]
56 ifapi_json_TPM2_PT_serialize(const TPM2_PT in, json_object **jso);
636 ifapi_json_TPM2_PT_serialize(const TPM2_PT in, json_object **jso) in ifapi_json_TPM2_PT_serialize()638 static const struct { TPM2_PT in; char *name; } tab[] = { in ifapi_json_TPM2_PT_serialize()
2609 \fn TSS2_RC ifapi_json_TPM2_PT_serialize(const TPM2_PT in, json_object **jso)