Home
last modified time | relevance | path

Searched refs:authtype (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/src/
H A Dtool_getparam.c1375 config->authtype |= CURLAUTH_BEARER; in getparameter()
1457 config->authtype |= CURLAUTH_DIGEST; in getparameter()
1459 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
1463 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter()
1465 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter()
1471 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1473 config->authtype |= CURLAUTH_NTLM; in getparameter()
1479 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
1481 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()
1487 config->authtype | in getparameter()
[all...]
H A Dtool_cfgable.h58 unsigned long authtype; /* auth bitmask */ member
H A Dtool_operate.c1174 in the authtype field */ in single_transfer()
1178 if(config->authtype & (1UL << bitcheck++)) { in single_transfer()
1452 if(config->authtype) in single_transfer()
1453 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in single_transfer()
/third_party/NuttX/fs/nfs/
H A Dnfs_util.c215 if (replyh.rpc_verfi.authtype != 0) in nfs_request()
217 error = fxdr_unsigned(int, replyh.rpc_verfi.authtype); in nfs_request()
H A Drpc.h271 uint32_t authtype; /* auth type */ member
H A Drpc_clnt.c525 ch->rpc_auth.authtype = rpc_auth_unix; in rpcclnt_fmtheader()
544 ch->rpc_verf.authtype = rpc_auth_null; in rpcclnt_fmtheader()
/third_party/lwip/src/netif/ppp/
H A Dppp.c218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth() argument
222 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth()
225 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth()
227 pcb->settings.refuse_mschap = !(authtype & PPPAUTHTYPE_MSCHAP); in ppp_set_auth()
228 pcb->settings.refuse_mschap_v2 = !(authtype & PPPAUTHTYPE_MSCHAP_V2); in ppp_set_auth()
232 pcb->settings.refuse_eap = !(authtype & PPPAUTHTYPE_EAP); in ppp_set_auth()
/third_party/curl/lib/vssh/
H A Dwolfssh.c347 static int userauth(byte authtype, in userauth() argument
353 authtype == WOLFSSH_USERAUTH_PASSWORD ? "PASSWORD" : in userauth()
355 if(authtype == WOLFSSH_USERAUTH_PASSWORD) { in userauth()
/third_party/lwip/src/include/netif/ppp/
H A Dppp.h466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);

Completed in 16 milliseconds