Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib590.c59 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib510.c117 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
Dlib547.c120 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib555.c115 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib579.c140 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
Dlibauthretry.c77 return CURLAUTH_DIGEST; in parse_auth_name()
/external/curl/lib/
Dhttp.c360 else if(avail & CURLAUTH_DIGEST) in pickoneauth()
361 pick->picked = CURLAUTH_DIGEST; in pickoneauth()
665 if(authstatus->picked == CURLAUTH_DIGEST) { in output_auth_headers()
925 if((authp->avail & CURLAUTH_DIGEST) != 0) in Curl_http_input_auth()
930 *availp |= CURLAUTH_DIGEST; in Curl_http_input_auth()
931 authp->avail |= CURLAUTH_DIGEST; in Curl_http_input_auth()
Dldap.c202 if(authflags & CURLAUTH_DIGEST) { in ldap_win_bind_auth()
Dsetopt.c892 auth |= CURLAUTH_DIGEST; /* set standard digest bit */ in vsetopt()
976 auth |= CURLAUTH_DIGEST; /* set standard digest bit */ in vsetopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions25 CURLAUTH_DIGEST 7.10.6
/external/curl/src/
Dtool_getparam.c692 config->authtype |= CURLAUTH_DIGEST; in getparameter()
694 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
Dtool_setopt.c69 NV(CURLAUTH_DIGEST),
Dtool_operate.c907 (long)CURLAUTH_DIGEST); in operate_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h496 #define CURLAUTH_DIGEST (1<<1) /* Digest */ macro
/external/curl/include/curl/
Dcurl.h727 #define CURLAUTH_DIGEST (((unsigned long)1)<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in181 d CURLAUTH_DIGEST...