Home
last modified time | relevance | path

Searched refs:TPM_E_AUTHFAIL (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_error.h29 #define TPM_E_AUTHFAIL ((UINT32)(TPM_E_BASE + 0x00000001)) macro
H A Dcompat11b.h152 #define TCPA_E_AUTHFAIL TPM_E_AUTHFAIL
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_auth.c759 result = TPM_E_AUTHFAIL; in authsess_callback_hmac()
/netbsd/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1251 case TPM_E_AUTHFAIL: return "Authentication failed"; in Trspi_Error_String()