Home
last modified time | relevance | path

Searched refs:TPM_E_BAD_COUNTER (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_error.h659 #define TPM_E_BAD_COUNTER ((UINT32)(TPM_E_BASE + 0x00000045)) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1318 … case TPM_E_BAD_COUNTER: return "Counter handle is incorrect"; in Trspi_Error_String()