HomeSort by relevance Sort by last modified time
    Searched refs:realm (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /external/wpa_supplicant_8/hostapd/
config_file.c 1415 struct hostapd_nai_realm_data *realm; local
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java     [all...]
HeaderSet.java 587 * Sets the authentication challenge header. The <code>realm</code> will be
590 * <code>realm</code> is application dependent.
591 * @param realm a short description that describes what password to use; if
592 * <code>null</code> no realm will be sent in the authentication
601 public void createAuthenticationChallenge(String realm, boolean userID, boolean access)
609 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID);
  /external/iproute2/ip/
iprule.c 295 __u32 realm; local
297 if (get_rt_realms(&realm, *argv))
299 addattr32(&req.n, sizeof(req), FRA_FLOW, realm);
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 228 String realm = authHeader.getRealm(); local
233 ((SecureAccountManager)this.accountManager).getCredentialHash(challengedTransaction,realm);
241 UserCredentials userCreds = ((AccountManager) this.accountManager).getCredentials(challengedTransaction, realm);
245 "Cannot find user creds for the given user name and realm");
247 // we haven't yet authenticated this realm since we were
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 776 String realm = "testrealm";
780 String[] result = mWebView.getHttpAuthUsernamePassword(host, realm);
783 mWebView.setHttpAuthUsernamePassword(host, realm, userName, password);
784 result = mWebView.getHttpAuthUsernamePassword(host, realm);
790 mWebView.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
791 result = mWebView.getHttpAuthUsernamePassword(host, realm);
797 mWebView.setHttpAuthUsernamePassword(host, realm, newUserName, newPassword);
798 result = mWebView.getHttpAuthUsernamePassword(host, realm);
804 mWebView.setHttpAuthUsernamePassword(host, realm, null, password);
805 result = mWebView.getHttpAuthUsernamePassword(host, realm);
    [all...]
WebViewClientTest.java 378 HttpAuthHandler handler, String host, String realm) {
379 super.onReceivedHttpAuthRequest(view, handler, host, realm);
  /external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy_unittest.cc 22 const char kValidChallenge[] = "SpdyProxy realm=\"SpdyProxy\", "
74 kValidOrigin, "SpdyProxy realm=\"SpdyProxy\"", "",},
160 EXPECT_EQ(tests[i].expected_realm, spdyproxy->realm());
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 88 IPC_STRUCT_TRAITS_MEMBER(realm)
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 72 * realm - Home Realm for Interworking
74 char *realm; member in struct:wpa_cred
166 * alternative to the use of the realm parameter. When using Roaming
168 * pre-configured with the credential since the NAI Realm information
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 288 public void newLoginRequest(String realm, String account, String args) {
289 mContentsClient.getCallbackHelper().postOnReceivedLoginRequest(realm, account, args);
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.cc 296 void AwContentsIoThreadClientImpl::NewLoginRequest(const std::string& realm,
304 ScopedJavaLocalRef<jstring> jrealm = ConvertUTF8ToJavaString(env, realm);
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 87 * authentication ID, password and realm from the
90 * a PasswordCallback. The realm is requested by using
93 * realm must be entered.
160 * authentication ID, password and realm from the
163 * a PasswordCallback. The realm is requested by using
166 * realm must be entered.
422 * @param realm realm information
434 String realm,
447 md.update(realm.getBytes("UTF-8"))
    [all...]
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 87 * authentication ID, password and realm from the
90 * a PasswordCallback. The realm is requested by using
93 * realm must be entered.
160 * authentication ID, password and realm from the
163 * a PasswordCallback. The realm is requested by using
166 * realm must be entered.
422 * @param realm realm information
434 String realm,
447 md.update(realm.getBytes("UTF-8"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 77 self.realm = config['realm']
165 auth.add_password(self.realm, host, username, password)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 77 self.realm = config['realm']
165 auth.add_password(self.realm, host, username, password)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 63 def build_authenticate_header(realm=''):
65 return {'WWW-Authenticate': 'OAuth realm="%s"' % realm}
309 def to_header(self, realm=''):
317 auth_header = 'OAuth realm="%s"' % realm
495 # Ignore realm parameter.
496 if param.find('realm') > -1:
606 def build_authenticate_header(self, realm=''):
608 return {'WWW-Authenticate': 'OAuth realm="%s"' % realm
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 63 def build_authenticate_header(realm=''):
65 return {'WWW-Authenticate': 'OAuth realm="%s"' % realm}
309 def to_header(self, realm=''):
317 auth_header = 'OAuth realm="%s"' % realm
495 # Ignore realm parameter.
496 if param.find('realm') > -1:
606 def build_authenticate_header(self, realm=''):
608 return {'WWW-Authenticate': 'OAuth realm="%s"' % realm
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 39 # - allow setting of PRIO_{MARK,RULE,REALM} in class file
61 # - changed PRIO_{U32,FW,ROUTE} to PRIO_{RULE,MARK,REALM}
82 # - added support for route filter, see notes about REALM keyword
369 # REALM=[srealm,][drealm]
377 # Realm is either a decimal number or a string referencing entry in
382 # REALM=russia,internet
383 # selects traffic going from realm "russia" to realm "internet"
385 # REALM=freenet,
386 # selects traffic going from realm "freenet
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 759 auth_info_->realm = ASCIIToWide(auth_handler_->realm());
952 auth_handler_->realm(),
974 auth_origin, auth_handler_->realm(), HttpAuth::AUTH_SCHEME_BASIC);
999 auth_handler_->realm(),
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 688 "Digest realm=\"testrealm@host.com\","
703 "Digest realm=\"Squid proxy-caching web server\","
812 std::string realm, nonce, qop, opaque; local
813 HttpHasAttribute(args, "realm", &realm);
819 //std::string A1 = username + ":" + realm + ":" + password;
820 size_t len = username.size() + realm.size() + password.GetLength() + 3;
824 pos += strcpyn(sensitive + pos, len - pos, realm.c_str());
849 ss << ", realm=" << quote(realm);
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.cc 61 // Note that |realm| is only used for generating a useful warning message.
64 const std::string& realm) {
69 LOG(WARNING) << "Invalid KWallet entry detected (realm: " << realm << ")";
368 std::string realm; local
369 if (!array.PopString(&realm)) {
374 realm_list.push_back(realm);
518 // just saving a new password within this realm to overwrite it).
726 << "(realm: " << signon_realm << ")";
733 << "(realm: " << signon_realm << ")"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 695 "Digest realm=\"testrealm@host.com\","
710 "Digest realm=\"Squid proxy-caching web server\","
819 std::string realm, nonce, qop, opaque; local
820 HttpHasAttribute(args, "realm", &realm);
826 //std::string A1 = username + ":" + realm + ":" + password;
827 size_t len = username.size() + realm.size() + password.GetLength() + 3;
831 pos += strcpyn(sensitive + pos, len - pos, realm.c_str());
856 ss << ", realm=" << quote(realm);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 301 const u8 *realm = NULL; local
309 /* Look for the realm of the permanent identity */
312 for (realm = identity, realm_len = identity_len;
313 realm_len > 0; realm_len--, realm++) {
314 if (*realm == '@')
330 realm, realm_len);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 675 public void onReceivedHttpAuthRequest(AwHttpAuthHandler handler, String host, String realm) {
679 new AwHttpAuthHandlerAdapter(handler), host, realm);
710 public void onReceivedLoginRequest(String realm, String account, String args) {
712 if (TRACE) Log.d(TAG, "onReceivedLoginRequest=" + realm);
713 mWebViewClient.onReceivedLoginRequest(mWebView, realm, account, args);
    [all...]

Completed in 567 milliseconds

1 2 3 4 56 7 8 910