Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_error.h436 #define TPM_E_BAD_PRESENCE ((UINT32)(TPM_E_BASE + 0x0000002d)) macro
Dcompat11b.h196 #define TCPA_E_BAD_PRESENCE TPM_E_BAD_PRESENCE
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1294 … case TPM_E_BAD_PRESENCE: return "Bad physical presence value"; in Trspi_Error_String()