Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DNV.h47 # define GET_TPM_NT(attributes) GET_ATTRIBUTE(attributes, TPMA_NV, TPM_NT)
DTpmTypes.h2248 typedef UINT32 TPM_NT; typedef
2250 #define TPM_NT_ORDINARY (TPM_NT)(0x0)
2251 #define TPM_NT_COUNTER (TPM_NT)(0x1)
2252 #define TPM_NT_BITS (TPM_NT)(0x2)
2253 #define TPM_NT_EXTEND (TPM_NT)(0x4)
2254 #define TPM_NT_PIN_FAIL (TPM_NT)(0x8)
2255 #define TPM_NT_PIN_PASS (TPM_NT)(0x9)
2275 unsigned TPM_NT : 4; member