Searched refs:srpvfile (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | srp.c | 254 char *srpvfile = NULL, **pp, *prog; in srp_main() local 279 srpvfile = opt_arg(); in srp_main() 326 if (srpvfile != NULL && configfile != NULL) { in srp_main() 354 if (srpvfile == NULL) { in srp_main() 383 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main() 384 if (srpvfile == NULL) in srp_main() 390 srpvfile); in srp_main() 392 db = load_index(srpvfile, NULL); in srp_main() 394 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile); in srp_main() 604 if (!save_index(srpvfile, "new", db)) in srp_main() [all …]
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-srp.pod.in | 18 [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 D | openssl-s_server.pod.in | 103 [B<-srpvfile> I<infile>] 654 =item B<-srpvfile> 917 The B<-srpvfile>, B<-srpuserseed>, and B<-engine>
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_srp_password.pod | 167 const char *srpvfile = "password.srpv"; 198 if (SRP_VBASE_init(srpData, (char*) srpvfile) != SRP_NO_ERROR)
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 98 static char *srpvfile = NULL; variable 7696 tstsrpfile = srpvfile; in test_srp() 13614 || !TEST_ptr(srpvfile = test_get_argument(1)) in setup_tests()
|