Home
last modified time | relevance | path

Searched refs:tcsd_config (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcsd.h29 struct tcsd_config struct
139 extern struct tcsd_config tcsd_options;
141 TSS_RESULT conf_file_init(struct tcsd_config *);
142 void conf_file_final(struct tcsd_config *);
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
Dtcsd_conf.c70 init_tcsd_config(struct tcsd_config *conf) in init_tcsd_config()
93 platform_class_list_append(struct tcsd_config *conf, char *specName, TSS_BOOL is_main) in platform_class_list_append()
140 config_set_defaults(struct tcsd_config *conf) in config_set_defaults()
258 tcsd_set_remote_op(struct tcsd_config *conf, char *op_name) in tcsd_set_remote_op()
276 read_conf_line(char *buf, int line_num, struct tcsd_config *conf) in read_conf_line()
673 read_conf_file(FILE *f, struct tcsd_config *conf) in read_conf_file()
702 conf_file_final(struct tcsd_config *conf) in conf_file_final()
739 conf_file_init(struct tcsd_config *conf) in conf_file_init()
Dsvrside.c43 struct tcsd_config tcsd_options;
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_caps.c28 extern struct tcsd_config tcsd_options;
39 struct tcsd_config *config = &tcsd_options; in internal_TCSGetCap()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tddl/
Dtddl.c36 struct tcsd_config *_tcsd_options = NULL;