Home | History | Annotate | Download | only in apps

Lines Matching refs:SRP_ARG

271 } SRP_ARG;
315 SRP_ARG *srp_arg = (SRP_ARG *)arg;
320 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) {
332 if (srp_arg->amp == 1) {
333 if (srp_arg->debug)
353 SRP_ARG *srp_arg = (SRP_ARG *)arg;
358 cb_tmp.password = (char *)srp_arg->srppassin;
955 SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 };
1254 srp_arg.srplogin = opt_arg();
1264 srp_arg.strength = atoi(opt_arg());
1266 srp_arg.strength);
1276 srp_arg.amp = 1;
1723 if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) {
1952 if (srp_arg.srplogin) {
1953 if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg.srplogin)) {
1957 srp_arg.msg = c_msg;
1958 srp_arg.debug = c_debug;
1959 SSL_CTX_set_srp_cb_arg(ctx, &srp_arg);
1961 SSL_CTX_set_srp_strength(ctx, srp_arg.strength);
1962 if (c_msg || c_debug || srp_arg.amp == 0)
3160 OPENSSL_free(srp_arg.srppassin);