Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c74 conf->system_ps_file = NULL; in init_tcsd_config()
157 conf->system_ps_file = strdup(TCSD_DEFAULT_SYSTEM_PS_FILE); in config_set_defaults()
396 if (conf->system_ps_file) in read_conf_line()
397 free(conf->system_ps_file); in read_conf_line()
415 conf->system_ps_file = tmp_ptr; in read_conf_line()
704 free(conf->system_ps_file); in conf_file_final()
/netbsd-src/crypto/external/cpl/trousers/etc/
H A Dtcsd.conf3 system_ps_file = /var/tpm/system.data
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c75 system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600); in get_file()
78 tcsd_options.system_ps_file, strerror(errno)); in get_file()
85 tcsd_options.system_ps_file, strerror(errno)); in get_file()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcsd.h34 char *system_ps_file; /* the name of the system PS file */ member
/netbsd-src/crypto/external/cpl/trousers/dist/dist/
H A Dtcsd.conf.in25 # Option: system_ps_file
29 # system_ps_file = @localstatedir@/lib/tpm/system.data