Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_error.h304 #define TPM_E_IOERROR ((UINT32)(TPM_E_BASE + 0x0000001f)) macro
Dcompat11b.h182 #define TCPA_E_IOERROR TPM_E_IOERROR
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1280 case TPM_E_IOERROR: return "I/O error"; in Trspi_Error_String()