HomeSort by: relevance | last modified time | path
    Searched refs:system_ps_file (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/trousers/etc/
tcsd.conf 3 system_ps_file = /var/tpm/system.data
  /src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h 34 char *system_ps_file; /* the name of the system PS file */ member in struct:tcsd_config
  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 42 {"system_ps_file", opt_system_ps_file},
74 conf->system_ps_file = NULL;
157 conf->system_ps_file = strdup(TCSD_DEFAULT_SYSTEM_PS_FILE);
385 LogError("Config option \"system_ps_file\" is invalid."
389 LogError("Config option \"system_ps_file\" is invalid. %s:%d:"
396 if (conf->system_ps_file)
397 free(conf->system_ps_file);
415 conf->system_ps_file = tmp_ptr;
704 free(conf->system_ps_file);
  /src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c 75 system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600);
78 tcsd_options.system_ps_file, strerror(errno));
85 tcsd_options.system_ps_file, strerror(errno));

Completed in 34 milliseconds