Home
last modified time | relevance | path

Searched refs:srpvfile (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dsrp.c35 #define ENV_DATABASE "srpvfile"
106 BIO_printf(bio_err, "failed to update srpvfile\n"); in update_index()
218 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
243 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()
317 "-srpvfile and -configfile cannot be specified together.\n"); in srp_main()
343 if (srpvfile == NULL) { in srp_main()
372 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main()
373 if (srpvfile in srp_main()
[all...]
/third_party/openssl/apps/
H A Dsrp.c35 #define ENV_DATABASE "srpvfile"
106 BIO_printf(bio_err, "failed to update srpvfile\n"); in update_index()
218 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
243 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()
317 "-srpvfile and -configfile cannot be specified together.\n"); in srp_main()
343 if (srpvfile == NULL) { in srp_main()
372 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main()
373 if (srpvfile in srp_main()
[all...]
/third_party/openssl/test/
H A Dsslapitest.c96 static char *srpvfile = NULL; variable
7218 tstsrpfile = srpvfile; in test_srp()
10590 OPT_TEST_DECLARE_USAGE("certfile privkeyfile srpvfile tmpfile provider config dhfile\n")
10617 || !TEST_ptr(srpvfile = test_get_argument(1)) in setup_tests()

Completed in 14 milliseconds