Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_error.h76 #define TPM_E_DEACTIVATED ((UINT32)(TPM_E_BASE + 0x00000006)) macro
H A Dcompat11b.h157 #define TCPA_E_DEACTIVATED TPM_E_DEACTIVATED
/netbsd/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1256 case TPM_E_DEACTIVATED: return "TPM is deactivated"; in Trspi_Error_String()