Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_getparam.c670 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 …]
Dtool_cfgable.h64 unsigned long authtype; /* auth bitmask */ member
Dtool_operate.c1054 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/
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/NuttX/fs/nfs/
Dnfs_util.c191 if (replyh.rpc_verfi.authtype != 0) in nfs_request()
193 error = fxdr_unsigned(int, replyh.rpc_verfi.authtype); in nfs_request()
Drpc.h271 uint32_t authtype; /* auth type */ member
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/curl/lib/
Dsetopt.c2763 !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 …]
Durldata.h263 enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */ member
Durl.c554 set->ssl.primary.authtype = CURL_TLSAUTH_NONE; in Curl_init_userdefined()
/third_party/curl/lib/vtls/
Dgtls.c434 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()
Dvtls.c151 (data->authtype == needle->authtype) && in Curl_ssl_config_matches()
175 dest->authtype = source->authtype; in Curl_clone_primary_ssl_config()
Dopenssl.c2608 const enum CURL_TLSAUTH ssl_authtype = SSL_SET_OPTION(primary.authtype); in ossl_connect_step1()
/third_party/curl/lib/vssh/
Dwolfssh.c346 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/
Dppp.h466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd);
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3823 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()