Searched refs:authtype (Results 1 - 9 of 9) sorted by relevance
/third_party/curl/src/ |
H A D | tool_getparam.c | 1375 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 D | tool_cfgable.h | 58 unsigned long authtype; /* auth bitmask */ member
|
H A D | tool_operate.c | 1174 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 D | nfs_util.c | 215 if (replyh.rpc_verfi.authtype != 0) in nfs_request() 217 error = fxdr_unsigned(int, replyh.rpc_verfi.authtype); in nfs_request()
|
H A D | rpc.h | 271 uint32_t authtype; /* auth type */ member
|
H A D | rpc_clnt.c | 525 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 D | ppp.c | 218 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 D | wolfssh.c | 347 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 D | ppp.h | 466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
|
Completed in 16 milliseconds