Home
last modified time | relevance | path

Searched refs:global_has_userauth_spec (Results 1 – 4 of 4) sorted by relevance

/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dpxythrmgr.c110 if ((ctx->global->conn_opts->user_auth || global_has_userauth_spec(ctx->global)) && in pxy_thrmgr_run()
H A Dopts.h330 int global_has_userauth_spec(global_t *) NONNULL(1) WUNRES;
H A Dmain.c707 if (global->conn_opts->user_auth || global_has_userauth_spec(global)) { in main()
H A Dopts.c448 global_has_userauth_spec(global_t *global) in global_has_userauth_spec() function