Searched refs:authn_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego_sspi.c48 int authn_type; member in struct:serf__spnego_context_t
135 ctx->authn_type = scheme->type;
141 if (ctx->authn_type == SERF_AUTHN_NEGOTIATE)
219 if (!ctx->initalized && ctx->authn_type == SERF_AUTHN_NEGOTIATE) {
231 else if (ctx->authn_type == SERF_AUTHN_NTLM)
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h47 enum authn_type { UNAUTHENTICATED, AUTHENTICATED };
46 enum authn_type { UNAUTHENTICATED, AUTHENTICATED }; enum
/freebsd-11-stable/contrib/serf/
H A Dserf_private.h447 int code, const char *authn_type,
H A Dserf.h375 * authn_type = one of "Basic", "Digest".
381 int code, const char *authn_type,
H A Doutgoing.c986 int code, const char *authn_type,
1024 code, authn_type, realm, pool);
982 serf__provide_credentials(serf_context_t *ctx, char **username, char **password, serf_request_t *request, void *baton, int code, const char *authn_type, const char *realm, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1526 int code, const char *authn_type,
H A Dutil.c1186 int code, const char *authn_type,
1183 svn_ra_serf__credentials_callback(char **username, char **password, serf_request_t *request, void *baton, int code, const char *authn_type, const char *realm, apr_pool_t *pool) argument

Completed in 216 milliseconds