Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_error.h313 #define TPM_E_ENCRYPT_ERROR ((UINT32)(TPM_E_BASE + 0x00000020)) macro
H A Dcompat11b.h183 #define TCPA_E_ENCRYPT_ERROR TPM_E_ENCRYPT_ERROR
/netbsd/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1281 case TPM_E_ENCRYPT_ERROR: return "Encryption error"; in Trspi_Error_String()