OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSS_LAYER_TDDL
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_error_basics.h
18
#define
TSS_LAYER_TDDL
0x1000L // definition for TDDL layer
52
#define TDDL_ERROR(code) ((code) ? (
TSS_LAYER_TDDL
| (code)) : (code))
/src/crypto/external/cpl/trousers/dist/src/tcs/
log.c
75
return (result |
TSS_LAYER_TDDL
);
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_parameter.c
88
} else if (TSS_ERROR_LAYER(r) ==
TSS_LAYER_TDDL
) {
/src/crypto/external/cpl/trousers/dist/src/include/
trousers_types.h
42
#define TDDLERR(x) (x |
TSS_LAYER_TDDL
)
/src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c
1355
} else if (TSS_ERROR_LAYER(r) ==
TSS_LAYER_TDDL
) {
1462
case
TSS_LAYER_TDDL
: return "tddl";
Completed in 27 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026