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

123456

/external/webkit/Source/WebKit/win/
H A DWebURLAuthenticationChallengeSenderCFNet.cpp42 /* [in] */ IWebURLAuthenticationChallenge* challenge)
44 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
53 /* [in] */ IWebURLAuthenticationChallenge* challenge)
55 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
65 /* [in] */ IWebURLAuthenticationChallenge* challenge)
67 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
41 cancelAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
52 continueWithoutCredentialForAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
63 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
H A DWebURLAuthenticationChallengeSenderCurl.cpp43 /* [in] */ IWebURLAuthenticationChallenge* challenge)
50 /* [in] */ IWebURLAuthenticationChallenge* challenge)
58 /* [in] */ IWebURLAuthenticationChallenge* challenge)
42 cancelAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
49 continueWithoutCredentialForAuthenticationChallenge( IWebURLAuthenticationChallenge* challenge) argument
56 useCredential( IWebURLCredential* credential, IWebURLAuthenticationChallenge* challenge) argument
/external/chromium/net/base/
H A Dkeygen_handler.cc14 const std::string& challenge,
17 challenge_(challenge),
13 KeygenHandler(int key_size_in_bits, const std::string& challenge, const GURL& url) argument
/external/webkit/Source/WebCore/platform/android/
H A DSSLKeyGeneratorAndroid.cpp38 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) argument
40 return PlatformBridge::getSignedPublicKeyAndChallengeString(index, challenge, url);
/external/webkit/Source/WebCore/platform/brew/
H A DSSLKeyGeneratorBrew.cpp32 String signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) argument
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKAuthenticationChallenge.cpp41 WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef challenge) argument
43 return toAPI(toImpl(challenge)->listener());
46 WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef challenge) argument
48 return toAPI(toImpl(challenge)->protectionSpace());
51 WKCredentialRef WKAuthenticationChallengeGetProposedCredential(WKAuthenticationChallengeRef challenge) argument
53 return toAPI(toImpl(challenge)->proposedCredential());
56 int WKAuthenticationChallengeGetPreviousFailureCount(WKAuthenticationChallengeRef challenge) argument
58 return toImpl(challenge)->previousFailureCount();
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Dchap.c22 void chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
32 addr[2] = challenge;
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dchap.c21 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
31 addr[2] = challenge;
/external/wpa_supplicant_8/src/eap_common/
H A Dchap.c21 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
31 addr[2] = challenge;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dchap.c21 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
31 addr[2] = challenge;
/external/apache-http/src/org/apache/http/impl/auth/
H A DNTLMEngine.java36 * Type2 challenge.
59 * authentication challenge.
65 * @param challenge Type2 challenge.
74 String challenge) throws NTLMEngineException;
69 generateType3Msg( String username, String password, String domain, String workstation, String challenge) argument
/external/chromium/net/http/
H A Dhttp_auth_handler_basic_unittest.cc35 std::string challenge = "Basic realm=\"Atlantis\""; local
38 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic));
52 const char* challenge; member in struct:net::__anon2199
55 // The handler is initialized using this challenge. The first
57 // to treat the second challenge as a rejection since it is for
64 // A challenge for a different realm.
72 // challenge should be treated as being for "First" realm.
89 tests[0].challenge, HttpAuth::AUTH_SERVER, origin,
93 std::string challenge(tests[i].challenge);
102 const char* challenge; member in struct:net::__anon2200
178 std::string challenge = tests[i].challenge; local
[all...]
H A Dhttp_auth_handler_ntlm.cc19 HttpAuth::ChallengeTokenizer* challenge) {
20 return ParseChallenge(challenge, false);
73 // Initial challenge.
108 // The NTLM challenge header looks like:
113 // auth_sspi_ contains state for whether or not this is the initial challenge.
118 // there was previously a challenge round.
123 // Verify the challenge's auth-scheme.
18 HandleAnotherChallenge( HttpAuth::ChallengeTokenizer* challenge) argument
H A Dhttp_auth_handler_unittest.cc22 std::string challenge = "Mock asdf"; local
39 challenge.begin(), challenge.end());
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslmechanism.cc43 SaslMechanism::HandleSaslChallenge(const XmlElement * challenge) { argument
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelper.java35 * @param challenge
36 * the 401/407 challenge response
55 public abstract ClientTransaction handleChallenge(Response challenge, argument
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DChallengeParser.java33 * Parser for the challenge portion of the authentication header.
47 * @param String challenge message to parse to set
49 protected ChallengeParser(String challenge) { argument
50 super(challenge);
55 * @param String challenge message to parse to set
62 * Get the parameter of the challenge string
/external/webkit/Source/WebCore/platform/win/
H A DSSLKeyGeneratorWin.cpp38 String WebCore::signedPublicKeyAndChallengeString(unsigned index, const String& challenge, const KURL& url) argument
68 String localChallenge = challenge;
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.h48 NSURLAuthenticationChallenge *challenge; variable
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.h64 /* [in] */ IWebURLAuthenticationChallenge *challenge,
70 /* [in] */ IWebURLAuthenticationChallenge *challenge,
67 didCancelAuthenticationChallenge( IWebView *webView, unsigned long identifier, IWebURLAuthenticationChallenge *challenge, IWebDataSource *dataSource) argument
/external/wpa_supplicant/tests/
H A Dtest_ms_funcs.c31 u8 challenge[] = { 0xD0, 0x2E, 0x43, 0x86, 0xBC, 0xE9, 0x12, 0x26 }; local
67 if (memcmp(challenge, buf, sizeof(challenge)) != 0) {
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_ms_funcs.c31 u8 challenge[] = { 0xD0, 0x2E, 0x43, 0x86, 0xBC, 0xE9, 0x12, 0x26 }; local
67 if (memcmp(challenge, buf, sizeof(challenge)) != 0) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_md5.c40 const u8 *pos, *challenge, *password; local
66 wpa_printf(MSG_INFO, "EAP-MD5: Invalid challenge "
73 challenge = pos;
75 challenge, challenge_len);
95 chap_md5(id, password, password_len, challenge, challenge_len, rpos);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c40 const u8 *pos, *challenge, *password; local
66 wpa_printf(MSG_INFO, "EAP-MD5: Invalid challenge "
73 challenge = pos;
75 challenge, challenge_len);
95 chap_md5(id, password, password_len, challenge, challenge_len, rpos);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c40 const u8 *pos, *challenge, *password; local
66 wpa_printf(MSG_INFO, "EAP-MD5: Invalid challenge "
73 challenge = pos;
75 challenge, challenge_len);
95 chap_md5(id, password, password_len, challenge, challenge_len, rpos);

Completed in 645 milliseconds

123456