Searched refs:authtype (Results 1 – 16 of 16) sorted by relevance
/third_party/curl/src/ |
D | tool_getparam.c | 670 config->authtype |= CURLAUTH_BEARER; in getparameter() 746 config->authtype |= CURLAUTH_DIGEST; in getparameter() 748 config->authtype &= ~CURLAUTH_DIGEST; in getparameter() 754 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter() 759 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter() 765 config->authtype |= CURLAUTH_NTLM; in getparameter() 770 config->authtype &= ~CURLAUTH_NTLM; in getparameter() 776 config->authtype |= CURLAUTH_NTLM_WB; in getparameter() 781 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter() 786 config->authtype |= CURLAUTH_BASIC; in getparameter() [all …]
|
D | tool_cfgable.h | 64 unsigned long authtype; /* auth bitmask */ member
|
D | tool_operate.c | 1054 if(config->authtype & (1UL << bitcheck++)) { in single_transfer() 1299 if(config->authtype) in single_transfer() 1300 my_setopt_bitmask(curl, CURLOPT_HTTPAUTH, (long)config->authtype); in single_transfer()
|
/third_party/lwip/src/netif/ppp/ |
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/NuttX/fs/nfs/ |
D | nfs_util.c | 191 if (replyh.rpc_verfi.authtype != 0) in nfs_request() 193 error = fxdr_unsigned(int, replyh.rpc_verfi.authtype); in nfs_request()
|
D | rpc.h | 271 uint32_t authtype; /* auth type */ member
|
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/curl/lib/ |
D | setopt.c | 2763 !data->set.ssl.primary.authtype) in Curl_vsetopt() 2764 data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_vsetopt() 2771 !data->set.ssl.primary.authtype) in Curl_vsetopt() 2772 data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ in Curl_vsetopt() 2779 !data->set.ssl.primary.authtype) in Curl_vsetopt() 2780 data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default */ in Curl_vsetopt() 2787 !data->set.proxy_ssl.primary.authtype) in Curl_vsetopt() 2788 data->set.proxy_ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default */ in Curl_vsetopt() 2795 data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; in Curl_vsetopt() 2797 data->set.ssl.primary.authtype = CURL_TLSAUTH_NONE; in Curl_vsetopt() [all …]
|
D | urldata.h | 263 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member
|
D | url.c | 554 set->ssl.primary.authtype = CURL_TLSAUTH_NONE; in Curl_init_userdefined()
|
/third_party/curl/lib/vtls/ |
D | gtls.c | 434 if(SSL_SET_OPTION(primary.authtype) == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 589 if(SSL_SET_OPTION(primary.authtype) == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 681 if(SSL_SET_OPTION(primary.authtype) == CURL_TLSAUTH_SRP) { in gtls_connect_step1() 862 if(SSL_SET_OPTION(primary.authtype) == CURL_TLSAUTH_SRP in gtls_connect_step3() 1535 if(SSL_SET_OPTION(primary.authtype) == CURL_TLSAUTH_SRP in gtls_shutdown()
|
D | vtls.c | 151 (data->authtype == needle->authtype) && in Curl_ssl_config_matches() 175 dest->authtype = source->authtype; in Curl_clone_primary_ssl_config()
|
D | openssl.c | 2608 const enum CURL_TLSAUTH ssl_authtype = SSL_SET_OPTION(primary.authtype); in ossl_connect_step1()
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 346 static int userauth(byte authtype, in userauth() argument 352 authtype == WOLFSSH_USERAUTH_PASSWORD ? "PASSWORD" : in userauth() 354 if(authtype == WOLFSSH_USERAUTH_PASSWORD) { in userauth()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp.h | 466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 3823 GType ciphertype, authtype; in request_rtcp_encoder() local 3827 authtype = g_type_from_name ("GstSrtpAuthType"); in request_rtcp_encoder() 3829 g_value_init (&rtcp_auth, authtype); in request_rtcp_encoder()
|