Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getparam.c1438 config->authtype |= CURLAUTH_BEARER; in getparameter()
1520 config->authtype |= CURLAUTH_DIGEST; in getparameter()
1522 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
1526 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter()
1528 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter()
1534 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1536 config->authtype |= CURLAUTH_NTLM; in getparameter()
1542 config->authtype |= CURLAUTH_BASIC; in getparameter()
1544 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
1548 config->authtype = CURLAUTH_ANY; in getparameter()
[all …]
H A Dtool_cfgable.h58 unsigned long authtype; /* auth bitmask */ member
H A Dtool_operate.c1247 if(config->authtype & (1UL << bitcheck++)) { in single_transfer()
1527 if(config->authtype) in single_transfer()
1528 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in single_transfer()
/curl/lib/vssh/
H A Dwolfssh.c349 static int userauth(byte authtype, in userauth() argument
355 authtype == WOLFSSH_USERAUTH_PASSWORD ? "PASSWORD" : in userauth()
357 if(authtype == WOLFSSH_USERAUTH_PASSWORD) { in userauth()

Completed in 74 milliseconds