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

/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c31 #define ENV_DATABASE "srpvfile"
102 BIO_printf(bio_err, "failed to update srpvfile\n");
200 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
228 char *srpvfile = NULL, **pp, *prog; local
253 srpvfile = opt_arg();
291 if (srpvfile != NULL && configfile != NULL) {
293 "-srpvfile and -configfile cannot be specified together.\n");
319 if (srpvfile == NULL) {
351 srpvfile = lookup_conf(conf, section, ENV_DATABASE);
352 if (srpvfile
[all...]

Completed in 102 milliseconds