HomeSort by: relevance | last modified time | path
    Searched defs:key_file (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/btkey/
file.c 42 static const char *key_file = "/var/db/bthcid.keys"; variable in typeref:typename:const char *
57 db = prop_dictionary_internalize_from_file(key_file);
102 db = prop_dictionary_internalize_from_file(key_file);
133 db = prop_dictionary_internalize_from_file(key_file);
162 rv = prop_dictionary_externalize_to_file(db, key_file);
181 db = prop_dictionary_internalize_from_file(key_file);
196 rv = prop_dictionary_externalize_to_file(db, key_file);
file.c 42 static const char *key_file = "/var/db/bthcid.keys"; variable in typeref:typename:const char *
57 db = prop_dictionary_internalize_from_file(key_file);
102 db = prop_dictionary_internalize_from_file(key_file);
133 db = prop_dictionary_internalize_from_file(key_file);
162 rv = prop_dictionary_externalize_to_file(db, key_file);
181 db = prop_dictionary_internalize_from_file(key_file);
196 rv = prop_dictionary_externalize_to_file(db, key_file);
  /src/usr.sbin/bthcid/
config.c 48 static const char *key_file = "/var/db/bthcid.keys"; variable in typeref:typename:const char *
59 fd = open(key_file, O_RDONLY, 0);
186 syslog(LOG_ERR, "Cannot open new keyfile %s: %m", key_file);
203 if (rename(new_key_file, key_file) < 0) {
205 new_key_file, key_file);
config.c 48 static const char *key_file = "/var/db/bthcid.keys"; variable in typeref:typename:const char *
59 fd = open(key_file, O_RDONLY, 0);
186 syslog(LOG_ERR, "Cannot open new keyfile %s: %m", key_file);
203 if (rename(new_key_file, key_file) < 0) {
205 new_key_file, key_file);
  /src/usr.bin/nbsvtool/
nbsvtool.c 239 * key file `key_file'. The private key is checked to make sure it
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
253 if (key_file == NULL)
267 f = fopen(key_file, "r");
269 errx(1, "Failed to open private key file %s", key_file);
275 errx(EXIT_FAILURE, "Can't read private key %s", key_file);
282 key_file, cert_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
326 key_file = optarg;
372 load_keys(cert_file, chain_file, key_file);
    [all...]
nbsvtool.c 239 * key file `key_file'. The private key is checked to make sure it
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
253 if (key_file == NULL)
267 f = fopen(key_file, "r");
269 errx(1, "Failed to open private key file %s", key_file);
275 errx(EXIT_FAILURE, "Can't read private key %s", key_file);
282 key_file, cert_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
326 key_file = optarg;
372 load_keys(cert_file, chain_file, key_file);
    [all...]

Completed in 56 milliseconds