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

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_context.h26 struct tcs_context { struct
32 struct tcs_context *next;
H A DMakefile.am37 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
H A DMakefile.in237 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
H A Dtcs_utils.h17 #include "tcs_context.h"
157 void ctx_ref_count_keys(struct tcs_context *);
158 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c19 #include "tcs_context.h"
30 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));
79 struct tcs_context *
[all...]
H A Dtcs_context_key.c19 #include "tcs_context.h"
32 ctx_ref_count_keys(struct tcs_context *c)
53 struct tcs_context *c;
80 struct tcs_context *c;
114 struct tcs_context *c;
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) \
411 libtcs_a_SOURCES = log.c tcs_caps.c tcs_req_mgr.c tcs_context.c \
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtcs_a-tcs_context.Po@am__quote@
762 libtcs_a-tcs_context.o: tcs_context.c
763 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtcs_a_CFLAGS) $(CFLAGS) -MT libtcs_a-tcs_context.o -MD -MP -MF $(DEPDIR)/libtcs_a-tcs_context.Tpo -c -o libtcs_a-tcs_context.o `test -f 'tcs_context
[all...]

Completed in 95 milliseconds