Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c1195 config->authtype |= CURLAUTH_BEARER; in getparameter()
1277 config->authtype |= CURLAUTH_DIGEST; in getparameter()
1279 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
1283 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter()
1285 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter()
1291 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1293 config->authtype |= CURLAUTH_NTLM; in getparameter()
1299 config->authtype |= CURLAUTH_BASIC; in getparameter()
1301 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
1305 config->authtype = CURLAUTH_ANY; in getparameter()
[all …]
H A Dtool_cfgable.h58 unsigned long authtype; /* auth bitmask */ member
H A Dtool_operate.c1072 if(config->authtype) in config2setopts()
1073 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in config2setopts()
2249 if(config->authtype & (1UL << bitcheck++)) { in single_transfer()
/curl/lib/vssh/
H A Dwolfssh.c350 static int userauth(byte authtype, in userauth() argument
356 authtype == WOLFSSH_USERAUTH_PASSWORD ? "PASSWORD" : in userauth()
358 if(authtype == WOLFSSH_USERAUTH_PASSWORD) { in userauth()

Completed in 22 milliseconds