Home | History | Annotate | Download | only in apps

Lines Matching refs:SRP_ARG

859     SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 };
1175 srp_arg.srplogin = opt_arg();
1185 srp_arg.strength = atoi(opt_arg());
1187 srp_arg.strength);
1197 srp_arg.amp = 1;
1683 if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) {
1918 if (srp_arg.srplogin != NULL
1919 && !set_up_srp_arg(ctx, &srp_arg, srp_lateuser, c_msg, c_debug))
3102 OPENSSL_free(srp_arg.srppassin);