Home
last modified time | relevance | path

Searched refs:tcsd_ops (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A DMakefile.am37 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
H A Dtcsd_ops.h145 struct tcsd_op *tcsd_ops[] = { variable
H A DMakefile.in237 tcs_context.h tcsd.h tcsd_ops.h tcsd_wrap.h \
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c262 while(tcsd_ops[i]) { in tcsd_set_remote_op()
263 if (!strcasecmp(tcsd_ops[i]->name, op_name)) { in tcsd_set_remote_op()
265 tcsd_add_op(conf->remote_ops, tcsd_ops[i]->op); in tcsd_set_remote_op()