Home
last modified time | relevance | path

Searched refs:GET_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) macro
67 (GET_TPM_NT(attributes) == TPM_NT_ORDINARY)
70 (GET_TPM_NT(attributes) == TPM_NT_COUNTER)
73 (GET_TPM_NT(attributes) == TPM_NT_BITS)
76 (GET_TPM_NT(attributes) == TPM_NT_EXTEND)
80 (GET_TPM_NT(attributes) == TPM_NT_PIN_PASS)
85 (GET_TPM_NT(attributes) == TPM_NT_PIN_FAIL)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_DefineSpace.c98 switch(GET_TPM_NT(attributes)) in TPM2_NV_DefineSpace()
120 switch(GET_TPM_NT(attributes)) in TPM2_NV_DefineSpace()
138 switch(GET_TPM_NT(attributes)) in TPM2_NV_DefineSpace()