Home | History | Annotate | Download | only in apps

Lines Matching refs:srppass

329 	BIO_printf(bio_err," -srppass arg      - password for 'user'\n");
634 char * srppass = NULL;
788 else if (strcmp(*argv,"-srppass") == 0)
791 srppass= *(++argv);
1120 if(!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL))