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

  /src/usr.bin/nbsvtool/
nbsvtool.c 241 * is stored in `chain_file'.
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
263 if (chain_file)
264 crypto_state.cert_chain = file_to_certs(chain_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
323 chain_file = optarg;
372 load_keys(cert_file, chain_file, key_file);
nbsvtool.c 241 * is stored in `chain_file'.
245 load_keys(const char *cert_file, const char *chain_file, const char *key_file)
263 if (chain_file)
264 crypto_state.cert_chain = file_to_certs(chain_file);
305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local in function:main
323 chain_file = optarg;
372 load_keys(cert_file, chain_file, key_file);

Completed in 21 milliseconds