Home | History | Annotate | Download | only in apps

Lines Matching refs:srppass

327 	BIO_printf(bio_err," -srppass arg      - password for 'user'\n");
632 char * srppass = NULL;
786 else if (strcmp(*argv,"-srppass") == 0)
789 srppass= *(++argv);
1118 if(!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL))