Home
last modified time | relevance | path

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

/openssl/apps/
H A 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 …]
/openssl/doc/man1/
H A Dopenssl-srp.pod.in18 [B<-srpvfile> I<file>]
72 =item B<-srpvfile> I<file>
75 B<-srpvfile> can be used to specify the file to operate on.
H A Dopenssl-s_server.pod.in120 [B<-srpvfile> I<infile>]
716 =item B<-srpvfile>
947 The B<-srpvfile>, B<-srpuserseed>, and B<-engine>
/openssl/doc/man3/
H A DSSL_CTX_set_srp_password.pod167 const char *srpvfile = "password.srpv";
198 if (SRP_VBASE_init(srpData, (char*) srpvfile) != SRP_NO_ERROR)
/openssl/test/
H A Dsslapitest.c96 static char *srpvfile = NULL; variable
7024 tstsrpfile = srpvfile; in test_srp()
9991 || !TEST_ptr(srpvfile = test_get_argument(1)) in setup_tests()

Completed in 33 milliseconds