Home
last modified time | relevance | path

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

/external/tpm2-tss/include/tss2/
Dtss2_common.h71 #define TSS2_BASE_RC_GENERAL_FAILURE 1U /* Catch all for all errors not otherwise specif… macro
134 TSS2_BASE_RC_GENERAL_FAILURE))
165 TSS2_BASE_RC_GENERAL_FAILURE))
197 TSS2_BASE_RC_GENERAL_FAILURE))
209 TSS2_BASE_RC_GENERAL_FAILURE))
258 TSS2_BASE_RC_GENERAL_FAILURE))
/external/tpm2-tss/test/unit/
Desys-nulltcti.c40 return TSS2_BASE_RC_GENERAL_FAILURE; in __wrap_Tss2_TctiLdr_Initialize()