Home | History | Annotate | Download | only in apps

Lines Matching refs:srp_arg

408 	} SRP_ARG;
457 SRP_ARG *srp_arg = (SRP_ARG *)arg;
461 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1)
472 if (srp_arg->amp == 1)
474 if (srp_arg->debug)
492 SRP_ARG *srp_arg = (SRP_ARG *)arg;
497 cb_tmp.password = (char *)srp_arg->srppassin;
634 SRP_ARG srp_arg = {NULL,NULL,0,0,0,1024};
783 srp_arg.srplogin= *(++argv);
795 srp_arg.strength=atoi(*(++argv));
796 BIO_printf(bio_err,"SRP minimal length for N is %d\n",srp_arg.strength);
806 srp_arg.amp=1;
1118 if(!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL))
1239 if (srp_arg.srplogin)
1241 if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin))
1246 srp_arg.msg = c_msg;
1247 srp_arg.debug = c_debug ;
1248 SSL_CTX_set_srp_cb_arg(ctx,&srp_arg);
1250 SSL_CTX_set_srp_strength(ctx, srp_arg.strength);
1251 if (c_msg || c_debug || srp_arg.amp == 0)