Home
last modified time | relevance | path

Searched refs:tcs_context (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c30 struct tcs_context *tcs_context_table = NULL;
35 struct tcs_context *create_tcs_context();
36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
37 struct tcs_context *get_previous_context(TCS_CONTEXT_HANDLE);
67 struct tcs_context *
70 struct tcs_context *ret = (struct tcs_context *)calloc(1, sizeof(struct tcs_context)); in create_tcs_context()
79 struct tcs_context *
82 struct tcs_context *index; in get_context()
93 struct tcs_context *
96 struct tcs_context *index; in get_previous_context()
[all …]
H A Dtcs_context_key.c32 ctx_ref_count_keys(struct tcs_context *c) in ctx_ref_count_keys()
53 struct tcs_context *c; in ctx_has_key_loaded()
80 struct tcs_context *c; in ctx_remove_key_loaded()
114 struct tcs_context *c; in ctx_mark_key_loaded()
H A DMakefile.in117 tcs_context.c tcsi_context.c tcs_utils.c rpc/@RPC@/rpc.c \
236 libtcs_a-tcs_context.$(OBJEXT) libtcs_a-tcsi_context.$(OBJEXT) \
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_context.h26 struct tcs_context { struct
32 struct tcs_context *next; argument
H A DMakefile.am37 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
H A Dtcs_utils.h157 void ctx_ref_count_keys(struct tcs_context *);
158 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
H A DMakefile.in237 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \