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

  /src/usr.bin/nbsvtool/
nbsvtool.c 238 * Load the certificate file `cert_file' with the associated private
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
251 if (cert_file == NULL)
256 c = file_to_certs(cert_file);
282 key_file, cert_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
329 cert_file = optarg;
372 load_keys(cert_file, chain_file, key_file);
nbsvtool.c 238 * Load the certificate file `cert_file' with the associated private
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
251 if (cert_file == NULL)
256 c = file_to_certs(cert_file);
282 key_file, cert_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
329 cert_file = optarg;
372 load_keys(cert_file, chain_file, key_file);

Completed in 56 milliseconds