Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h547 typedef UINT32 TPM_PT; typedef
549 #define TPM_PT_NONE (TPM_PT)(0x00000000)
550 #define PT_GROUP (TPM_PT)(0x00000100)
551 #define PT_FIXED (TPM_PT)(PT_GROUP*1)
552 #define TPM_PT_FAMILY_INDICATOR (TPM_PT)(PT_FIXED+0)
553 #define TPM_PT_LEVEL (TPM_PT)(PT_FIXED+1)
554 #define TPM_PT_REVISION (TPM_PT)(PT_FIXED+2)
555 #define TPM_PT_DAY_OF_YEAR (TPM_PT)(PT_FIXED+3)
556 #define TPM_PT_YEAR (TPM_PT)(PT_FIXED+4)
557 #define TPM_PT_MANUFACTURER (TPM_PT)(PT_FIXED+5)
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DPropertyCap.c57 TPM_PT property, // IN: property in TPMPropertyIsDefined()
543 TPM_PT property, // IN: the starting TPM property in TPMCapGetProperties()
577 if(TPMPropertyIsDefined((TPM_PT)i, &value)) in TPMCapGetProperties()
583 (TPM_PT)i; in TPMCapGetProperties()
DMarshal.c525 TPM_PT_Unmarshal(TPM_PT *target, BYTE **buffer, INT32 *size) in TPM_PT_Unmarshal()
530 TPM_PT_Marshal(TPM_PT *source, BYTE **buffer, INT32 *size) in TPM_PT_Marshal()
2432 result = (UINT16)(result + TPM_PT_Marshal((TPM_PT *)&(source->property), buffer, size)); in TPMS_TAGGED_PROPERTY_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPropertyCap_fp.h53 TPM_PT property, // IN: the starting TPM property
DMarshal_fp.h357 TPM_PT_Unmarshal(TPM_PT *target, BYTE **buffer, INT32 *size);
364 TPM_PT_Marshal(TPM_PT *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Capability/
DGetCapability.c151 out->moreData = TPMCapGetProperties((TPM_PT)in->property, in TPM2_GetCapability()