Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c1192 config->authtype |= CURLAUTH_BEARER; in getparameter()
1274 config->authtype |= CURLAUTH_DIGEST; in getparameter()
1276 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
1280 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter()
1282 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter()
1288 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1290 config->authtype |= CURLAUTH_NTLM; in getparameter()
1296 config->authtype |= CURLAUTH_BASIC; in getparameter()
1298 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
1302 config->authtype = CURLAUTH_ANY; in getparameter()
[all …]
H A Dtool_cfgable.h58 unsigned long authtype; /* auth bitmask */ member
H A Dtool_operate.c1283 if(config->authtype & (1UL << bitcheck++)) { in single_transfer()
1563 if(config->authtype) in single_transfer()
1564 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); 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 42 milliseconds