Searched refs:TSS_LAYER_TSP (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_error_basics.h21 #ifndef TSS_LAYER_TSP
22 #define TSS_LAYER_TSP 0x3000L // definition for TSP layer macro
23 #endif // TSS_LAYER_TSP
54 #define TSP_ERROR(code) ((code) ? (TSS_LAYER_TSP | (code)) : (code))
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c70 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
94 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
120 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
143 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
167 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
193 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
217 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
244 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
267 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
291 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dlog.c59 return (result | TSS_LAYER_TSP);
H A Dtspi_bind.c166 return result == (TSS_E_INVALID_OBJ_ACCESS | TSS_LAYER_TSP) ?
H A Dtspi_seal.c220 return result == (TSS_E_INVALID_OBJ_ACCESS | TSS_LAYER_TSP) ?
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h40 #define TSPERR(x) (x | TSS_LAYER_TSP)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c255 else if (result == (TSS_E_PS_KEY_NOTFOUND | TSS_LAYER_TSP))
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1462 case TSS_LAYER_TSP: return "tsp";

Completed in 184 milliseconds