Searched refs:authtype (Results 1 – 4 of 4) sorted by relevance
1195 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 …]
58 unsigned long authtype; /* auth bitmask */ member
1072 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()
350 static int userauth(byte authtype, in userauth() argument356 authtype == WOLFSSH_USERAUTH_PASSWORD ? "PASSWORD" : in userauth()358 if(authtype == WOLFSSH_USERAUTH_PASSWORD) { in userauth()
Completed in 22 milliseconds