Searched refs:TPM_CAPABILITY_AREA (Results 1 – 2 of 2) sorted by relevance
97 typedef UINT32 TPM_CAPABILITY_AREA; typedef759 #define TPM_PF_DISABLE ((TPM_CAPABILITY_AREA) 1)760 #define TPM_PF_OWNERSHIP ((TPM_CAPABILITY_AREA) 2)761 #define TPM_PF_DEACTIVATED ((TPM_CAPABILITY_AREA) 3)762 #define TPM_PF_READPUBEK ((TPM_CAPABILITY_AREA) 4)763 #define TPM_PF_DISABLEOWNERCLEAR ((TPM_CAPABILITY_AREA) 5)764 #define TPM_PF_ALLOWMAINTENANCE ((TPM_CAPABILITY_AREA) 6)765 #define TPM_PF_PHYSICALPRESENCELIFETIMELOCK ((TPM_CAPABILITY_AREA) 7)766 #define TPM_PF_PHYSICALPRESENCEHWENABLE ((TPM_CAPABILITY_AREA) 8)767 #define TPM_PF_PHYSICALPRESENCECMDENABLE ((TPM_CAPABILITY_AREA) 9)[all …]
549 TPM_CAPABILITY_AREA capArea = TSS_TPMCAP_VERSION_VAL; in token_get_tpm_info()