Home
last modified time | relevance | path

Searched refs:TPM_CAPABILITY_AREA (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h97 typedef UINT32 TPM_CAPABILITY_AREA; typedef
759 #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 …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c549 TPM_CAPABILITY_AREA capArea = TSS_TPMCAP_VERSION_VAL; in token_get_tpm_info()