Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_DefineSpace.c111 case TPM_NT_PIN_FAIL: in TPM2_NV_DefineSpace()
145 #ifdef TPM_NT_PIN_FAIL in TPM2_NV_DefineSpace()
146 case TPM_NT_PIN_FAIL: in TPM2_NV_DefineSpace()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DNV.h83 #ifdef TPM_NT_PIN_FAIL
85 (GET_TPM_NT(attributes) == TPM_NT_PIN_FAIL)
DTpmTypes.h2254 #define TPM_NT_PIN_FAIL (TPM_NT)(0x8) macro