Searched refs:TSS_LAYER_TDDL (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_error_basics.h18 #define TSS_LAYER_TDDL 0x1000L // definition for TDDL layer macro
52 #define TDDL_ERROR(code) ((code) ? (TSS_LAYER_TDDL | (code)) : (code))
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c75 return (result | TSS_LAYER_TDDL);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Ddaa_parameter.c88 } else if (TSS_ERROR_LAYER(r) == TSS_LAYER_TDDL) {
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h42 #define TDDLERR(x) (x | TSS_LAYER_TDDL)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c1353 } else if (TSS_ERROR_LAYER(r) == TSS_LAYER_TDDL) {
1460 case TSS_LAYER_TDDL: return "tddl";

Completed in 116 milliseconds