Home | History | Annotate | Download | only in apps

Lines Matching refs:srp_arg

1009     SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 };
1340 srp_arg.srplogin = opt_arg();
1350 srp_arg.strength = atoi(opt_arg());
1352 srp_arg.strength);
1362 srp_arg.amp = 1;
1888 if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) {
2127 if (srp_arg.srplogin != NULL
2128 && !set_up_srp_arg(ctx, &srp_arg, srp_lateuser, c_msg, c_debug))
3395 OPENSSL_free(srp_arg.srppassin);