Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
Ddaa_parameter.c174 … case TSS_E_INVALID_SIGSCHEME: return "TSS_E_INVALID_SIGSCHEME"; in err_string()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtss_error.h441 #define TSS_E_INVALID_SIGSCHEME (UINT32)(TSS_E_BASE + 0x119L) macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_sign.c143 result = TSPERR(TSS_E_INVALID_SIGSCHEME); in Tspi_Hash_VerifySignature()
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c1443 … case TSS_E_INVALID_SIGSCHEME: return "Invalid signature scheme"; in Trspi_Error_String()