Searched defs:challenge (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp41 cancelAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
52 continueWithoutCredentialForAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
63 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
H A DWebURLAuthenticationChallengeSenderCurl.cpp42 cancelAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
49 continueWithoutCredentialForAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
56 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
H A DWebURLAuthenticationChallenge.cpp156 initWithAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge, IWebURLAuthenticationChallengeSender* sender) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKAuthenticationChallenge.cpp42 WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef challenge) argument
47 WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef challenge) argument
52 WKCredentialRef WKAuthenticationChallengeGetProposedCredential(WKAuthenticationChallengeRef challenge) argument
57 int WKAuthenticationChallengeGetPreviousFailureCount(WKAuthenticationChallengeRef challenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp41 void DownloadAuthenticationClient::receivedCredential(const AuthenticationChallenge& challenge, const Credential& credential) argument
48 void DownloadAuthenticationClient::receivedRequestToContinueWithoutCredential(const AuthenticationChallenge& challenge) argument
55 void DownloadAuthenticationClient::receivedCancellation(const AuthenticationChallenge& challenge) argument
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Dchap.c47 chap_md5(uint8_t identifier, const uint8_t * password, int password_len, const uint8_t * challenge, int challenge_len, uint8_t * hash) argument
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DSaslServer.java8 evaluateResponse(byte[] challenge) argument
H A DSaslClient.java8 evaluateChallenge(byte[] challenge) argument
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpauth/
H A Dbasicauth.rb95 def challenge(req, res) method in class:WEBrick.HTTPAuth.BasicAuth
H A Ddigestauth.rb134 def challenge(req, res, stale=false) method in class:WEBrick.HTTPAuth.DigestAuth
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth-chall.c48 char *challenge, *name, *info, **prompts; local
H A Dauth-bsdauth.c55 char *challenge = NULL; local
[all...]
H A Dauth-skey.c56 char challenge[1024]; local
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecNetscapeTemplates.h76 CSSM_DATA challenge; // ASCII member in struct:__anon3755
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecNetscapeTemplates.h76 CSSM_DATA challenge; // ASCII member in struct:__anon4641
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecNetscapeTemplates.h76 CSSM_DATA challenge; // ASCII member in struct:__anon4728
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSSLKeyGeneratorWin.cpp38 String WebCore::signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitauthenticationdialog.cpp24 WebCore::AuthenticationChallenge challenge = webkitAuthenticationWidgetGetChallenge(authWidget); local
34 GtkWidget* createAuthenticationDialog(GtkWindow* parentWindow, const WebCore::AuthenticationChallenge& challenge, CredentialStorageMode mode) argument
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebAuthenticationPanel.h48 NSURLAuthenticationChallenge *challenge; variable
/macosx-10.9.5/sudo-72/src/auth/
H A Drfc1938.c71 char challenge[256]; local
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dtest_commonauth.c47 const char *user, *challenge, *resp; local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dsasl.c113 int challenge=0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSynchronousLoaderClient.cpp70 void SynchronousLoaderClient::didReceiveAuthenticationChallenge(ResourceHandle* handle, const AuthenticationChallenge& challenge) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/
H A DAuthenticationManager.cpp111 AuthenticationChallenge challenge = m_challenges.take(challengeID); local
131 AuthenticationChallenge challenge = m_challenges.take(challengeID); local
147 AuthenticationChallenge challenge = m_challenges.take(challengeID); local
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap-md5.c82 chap_md5_verify_response(int id, char *name, unsigned char *secret, int secret_len, unsigned char *challenge, unsigned char *response, char *message, int message_space) argument
113 chap_md5_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, u_char *secret, int secret_len, unsigned char *private) argument

Completed in 151 milliseconds

1234