Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtddl_error.h48 #define TDDL_E_COMPONENT_NOT_FOUND (UINT32)(TSS_E_BASE + 0x089L) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
Ddaa_parameter.c102 … case TDDL_E_COMPONENT_NOT_FOUND: return "TDDL_E_COMPONENT_NOT_FOUND"; in err_string()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tddl/
Dtddl.c135 return TDDLERR(TDDL_E_COMPONENT_NOT_FOUND); in Tddli_Open()
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1369 … case TDDL_E_COMPONENT_NOT_FOUND: return "Connection to TPM device failed"; in Trspi_Error_String()