Home
last modified time | relevance | path

Searched refs:srpvfile (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dsrp.c243 char *srpvfile = NULL, **pp, *prog; in srp_main() local
268 srpvfile = opt_arg(); in srp_main()
315 if (srpvfile != NULL && configfile != NULL) { in srp_main()
343 if (srpvfile == NULL) { in srp_main()
372 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main()
373 if (srpvfile == NULL) in srp_main()
379 srpvfile); in srp_main()
381 db = load_index(srpvfile, NULL); in srp_main()
383 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile); in srp_main()
602 if (!save_index(srpvfile, "new", db)) in srp_main()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dsslapitest.c96 static char *srpvfile = NULL; variable
7285 tstsrpfile = srpvfile; in test_srp()
11157 || !TEST_ptr(srpvfile = test_get_argument(1)) in setup_tests()