Searched refs:srp_arg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | tlssrp_depr.c | 67 SRP_ARG *srp_arg = (SRP_ARG *)arg; in ssl_srp_verify_param_cb() local 72 if (srp_arg->debug || srp_arg->msg || srp_arg->amp == 1) { in ssl_srp_verify_param_cb() 84 if (srp_arg->amp == 1) { in ssl_srp_verify_param_cb() 85 if (srp_arg->debug) in ssl_srp_verify_param_cb() 105 SRP_ARG *srp_arg = (SRP_ARG *)arg; in ssl_give_srp_client_pwd_cb() local 110 cb_tmp.password = (char *)srp_arg->srppassin; in ssl_give_srp_client_pwd_cb() 122 int set_up_srp_arg(SSL_CTX *ctx, SRP_ARG *srp_arg, int srp_lateuser, int c_msg, in set_up_srp_arg() argument 125 if (!srp_lateuser && !SSL_CTX_set_srp_username(ctx, srp_arg->srplogin)) { in set_up_srp_arg() 129 srp_arg->msg = c_msg; in set_up_srp_arg() 130 srp_arg->debug = c_debug; in set_up_srp_arg() [all …]
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | s_client.c | 859 SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 }; in s_client_main() local 1175 srp_arg.srplogin = opt_arg(); in s_client_main() 1185 srp_arg.strength = atoi(opt_arg()); in s_client_main() 1187 srp_arg.strength); in s_client_main() 1197 srp_arg.amp = 1; in s_client_main() 1683 if (!app_passwd(srppass, NULL, &srp_arg.srppassin, NULL)) { in s_client_main() 1918 if (srp_arg.srplogin != NULL in s_client_main() 1919 && !set_up_srp_arg(ctx, &srp_arg, srp_lateuser, c_msg, c_debug)) in s_client_main() 3102 OPENSSL_free(srp_arg.srppassin); in s_client_main()
|
| /freebsd-14-stable/crypto/openssl/apps/include/ |
| HD | s_apps.h | 94 int set_up_srp_arg(SSL_CTX *ctx, SRP_ARG *srp_arg, int srp_lateuser, int c_msg,
|