Lines Matching refs:srp_arg
67 SRP_ARG *srp_arg = (SRP_ARG *)arg;
72 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) {
84 if (srp_arg->amp == 1) {
85 if (srp_arg->debug)
105 SRP_ARG *srp_arg = (SRP_ARG *)arg;
110 cb_tmp.password = (char *)srp_arg->srppassin;
122 int set_up_srp_arg(SSL_CTX *ctx, SRP_ARG *srp_arg, int srp_lateuser, int c_msg,
125 if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg->srplogin)) {
129 srp_arg->msg = c_msg;
130 srp_arg->debug = c_debug;
131 SSL_CTX_set_srp_cb_arg(ctx, &srp_arg);
133 SSL_CTX_set_srp_strength(ctx, srp_arg->strength);
134 if (c_msg || c_debug || srp_arg->amp == 0)