Home
last modified time | relevance | path

Searched refs:TPM2_HT (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h598 typedef UINT8 TPM2_HT; typedef
599 #define TPM2_HT_PCR ((TPM2_HT) 0x00) /* PCR consecutive numbers starting at 0 that refe…
600 #define TPM2_HT_NV_INDEX ((TPM2_HT) 0x01) /* NV Index assigned by the caller */
601 #define TPM2_HT_HMAC_SESSION ((TPM2_HT) 0x02) /* HMAC Authorization Session assigned by the TPM …
602 #define TPM2_HT_LOADED_SESSION ((TPM2_HT) 0x02) /* Loaded Authorization Session used only in the c…
603 #define TPM2_HT_POLICY_SESSION ((TPM2_HT) 0x03) /* Policy Authorization Session assigned by the TP…
604 #define TPM2_HT_SAVED_SESSION ((TPM2_HT) 0x03) /* Saved Authorization Session used only in the co…
605 #define TPM2_HT_PERMANENT ((TPM2_HT) 0x40) /* Permanent Values assigned by this specification…
606 #define TPM2_HT_TRANSIENT ((TPM2_HT) 0x80) /* Transient Objects assigned by the TPM when an o…
607 #define TPM2_HT_PERSISTENT ((TPM2_HT) 0x81) /* Persistent Objects assigned by the TPM when a l…
/external/tpm2-tss/src/tss2-esys/
Desys_iutil.h69 TPM2_HT iesys_get_handle_type(
Desys_iutil.c397 TPM2_HT
401 TPM2_HT ht = (TPM2_HT) ((handle & TPM2_HR_RANGE_MASK) >> TPM2_HR_SHIFT); in iesys_get_handle_type()