/external/webkit/WebKit/win/ |
D | WebURLAuthenticationChallengeSenderCurl.cpp | 46 /* [in] */ IWebURLAuthenticationChallenge* challenge) in cancelAuthenticationChallenge() 53 /* [in] */ IWebURLAuthenticationChallenge* challenge) in continueWithoutCredentialForAuthenticationChallenge() 61 /* [in] */ IWebURLAuthenticationChallenge* challenge) in useCredential()
|
D | WebURLAuthenticationChallengeSenderCFNet.cpp | 45 /* [in] */ IWebURLAuthenticationChallenge* challenge) in cancelAuthenticationChallenge() 56 /* [in] */ IWebURLAuthenticationChallenge* challenge) in continueWithoutCredentialForAuthenticationChallenge() 68 /* [in] */ IWebURLAuthenticationChallenge* challenge) in useCredential()
|
D | WebDownloadCurl.cpp | 139 /* [in] */ IWebURLAuthenticationChallenge* challenge) in continueWithoutCredentialForAuthenticationChallenge() 147 /* [in] */ IWebURLAuthenticationChallenge* challenge) in useCredential()
|
D | WebDownloadCFNet.cpp | 319 /* [in] */ IWebURLAuthenticationChallenge* challenge) in continueWithoutCredentialForAuthenticationChallenge() 332 /* [in] */ IWebURLAuthenticationChallenge* challenge) in useCredential() 380 void WebDownload::didReceiveAuthenticationChallenge(CFURLAuthChallengeRef challenge) in didReceiveAuthenticationChallenge() 520 void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef, CFURLAuthChallengeRef challenge, c… in didReceiveAuthenticationChallengeCallback()
|
D | DefaultDownloadDelegate.cpp | 142 …didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) in didCancelAuthenticationChallenge() 157 …idReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) in didReceiveAuthenticationChallenge()
|
D | WebURLAuthenticationChallenge.cpp | 160 /* [in] */ IWebURLAuthenticationChallenge* challenge, in initWithAuthenticationChallenge()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | ResourceLoadDelegate.h | 62 /* [in] */ IWebURLAuthenticationChallenge *challenge, in didReceiveAuthenticationChallenge() 68 /* [in] */ IWebURLAuthenticationChallenge *challenge, in didCancelAuthenticationChallenge()
|
/external/webkit/WebCore/loader/ |
D | ResourceLoader.h | 102 …void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) … in didReceiveAuthenticationChallenge() 103 … void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge& challenge) … in didCancelAuthenticationChallenge() 104 …virtual void receivedCancellation(ResourceHandle*, const AuthenticationChallenge& challenge) { rec… in receivedCancellation()
|
D | SubresourceLoader.cpp | 247 void SubresourceLoader::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge) in didReceiveAuthenticationChallenge() 262 void SubresourceLoader::receivedCancellation(const AuthenticationChallenge& challenge) in receivedCancellation()
|
D | ResourceLoader.cpp | 432 void ResourceLoader::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge) in didReceiveAuthenticationChallenge() 440 void ResourceLoader::didCancelAuthenticationChallenge(const AuthenticationChallenge& challenge) in didCancelAuthenticationChallenge()
|
/external/wpa_supplicant/ |
D | ms_funcs.c | 34 u8 *challenge) in challenge_hash() 97 void challenge_response(const u8 *challenge, const u8 *password_hash, in challenge_response() 125 u8 challenge[8]; in generate_nt_response() local 150 u8 challenge[8]; in generate_nt_response_pwhash() local 189 u8 password_hash_hash[16], challenge[8]; in generate_authenticator_response_pwhash() local 246 void nt_challenge_response(const u8 *challenge, const u8 *password, in nt_challenge_response()
|
D | eap_md5.c | 43 const u8 *pos, *challenge, *password; in eap_md5_process() local
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | NTLMScheme.java | 59 private String challenge; field in NTLMScheme 92 String challenge = buffer.substringTrimmed(pos, len); in parseChallenge() local
|
D | NTLMEngine.java | 74 String challenge) throws NTLMEngineException; in generateType3Msg()
|
/external/webkit/WebCore/platform/android/ |
D | SSLKeyGeneratorAndroid.cpp | 44 const String& challenge, const KURL& url) in signedPublicKeyAndChallengeString()
|
/external/ppp/pppd/ |
D | chap-md5.c | 59 unsigned char *challenge, unsigned char *response, in chap_md5_verify_response() 89 unsigned char *challenge, char *secret, int secret_len, in chap_md5_make_response()
|
D | chap_ms.c | 169 chapms_generate_challenge(unsigned char *challenge) in chapms_generate_challenge() 181 chapms2_generate_challenge(unsigned char *challenge) in chapms2_generate_challenge() 195 unsigned char *challenge, unsigned char *response, in chapms_verify_response() 245 unsigned char *challenge, unsigned char *response, in chapms2_verify_response() 323 unsigned char *challenge, char *secret, int secret_len, in chapms_make_response() 333 unsigned char *challenge, char *secret, int secret_len, in chapms2_make_response() 451 ChallengeResponse(u_char *challenge, in ChallengeResponse()
|
/external/webkit/WebKit/mac/Panels/ |
D | WebAuthenticationPanel.h | 48 NSURLAuthenticationChallenge *challenge; variable
|
/external/wpa_supplicant/tests/ |
D | test_ms_funcs.c | 31 u8 challenge[] = { 0xD0, 0x2E, 0x43, 0x86, 0xBC, 0xE9, 0x12, 0x26 }; in main() local
|
/external/webkit/WebCore/platform/network/cf/ |
D | ResourceHandleCFNet.cpp | 239 void didReceiveChallenge(CFURLConnectionRef conn, CFURLAuthChallengeRef challenge, const void* clie… in didReceiveChallenge() 430 void ResourceHandle::didReceiveAuthenticationChallenge(const AuthenticationChallenge& challenge) in didReceiveAuthenticationChallenge() 468 void ResourceHandle::receivedCredential(const AuthenticationChallenge& challenge, const Credential&… in receivedCredential() 491 …esourceHandle::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) in receivedRequestToContinueWithoutCredential() 504 void ResourceHandle::receivedCancellation(const AuthenticationChallenge& challenge) in receivedCancellation() 657 …chronousLoader::didReceiveChallenge(CFURLConnectionRef conn, CFURLAuthChallengeRef challenge, cons… in didReceiveChallenge()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | AbstractAuthenticationHandler.java | 134 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH)); in selectScheme() local
|
/external/openssl/apps/ |
D | spkac.c | 92 char *challenge = NULL, *keyfile = NULL; in MAIN() local
|
/external/mtpd/ |
D | l2tp.c | 105 static uint8_t challenge[CHALLENGE_SIZE]; variable 373 static uint8_t *compute_response(uint8_t type, void *challenge, int size) in compute_response() 402 uint8_t challenge[MAX_ATTRIBUTE_SIZE]; in answer_challenge() local
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 254 const u_char *challenge, in run_ntlm_auth() 519 unsigned char *challenge, in winbind_chap_verify()
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 334 unsigned char *challenge, unsigned char *response, in radius_chap_verify() 543 struct chap_digest_type *digest, unsigned char *challenge, in radius_setparams() 730 unsigned char *challenge) in radius_setmppekeys()
|