HomeSort by relevance Sort by last modified time
    Searched refs:password (Results 351 - 375 of 683) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 89 private String password = ""; field in class:FtpURLConnection
114 password = parse.substring(split + 1);
386 write("PASS " + password + "\r\n");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 238 char[] password = new char[] {'a', 'b', 'c'}; local
239 KeyStore.PasswordProtection pp = new KeyStore.PasswordProtection(password);
240 assertNotSame(pp.getPassword(), password); local
  /packages/apps/Phone/src/com/android/phone/
FdnSetting.java 102 String password = mButtonEnableFDN.getText(); local
103 if (validatePin (password, false)) {
109 mPhone.getIccCard().setIccFdnEnabled(!isEnabled, password, onComplete);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S2ParametersGenerator.java 95 F(password, salt, iterationCount, iBuf, out, (i - 1) * hLen);
102 * Generate a key parameter derived from the password, salt, and iteration
120 * the password, salt, and iteration count we are currently initialised
140 * Generate a key parameter for use with a MAC derived from the password,
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 132 attempt_->password,
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 350 static char password[] = "my_password"; local
353 *passwordData = static_cast<void*>(password);
355 *passwordLength = strlen(password);
437 SetTestDataPasswordString(index, item_data.password);
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 91 const std::string& password,
99 password_(password),
119 const std::string& password) {
121 password_ = password;
sync_setup_flow.h 79 const std::string& password,
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions_unittest.cc 147 SET_EXTENSION(password);
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 139 const std::string& password,
146 std::string encoded_password = UrlEncodeString(password);
254 const std::string& password,
268 password,
  /external/chromium/googleurl/src/
url_canon_internal_file.h 110 new_parsed->password = ParsedURL::Component(0, -1);
url_canon_mailtourl.cc 50 new_parsed->password = url_parse::Component();
url_canon_pathurl.cc 53 new_parsed->password.reset();
  /external/chromium/net/base/
net_util_unittest.cc 588 "http://username:password@google.com",
590 "password",
603 "http://use rname:password@google.com",
605 "password",
608 "http://use%00rname:password@google.com",
610 "password",
613 "http://use+rname:password@google.com",
615 "password",
617 { // Use a '&' in the password.
628 string16 username, password; local
632 EXPECT_EQ(ASCIIToUTF16(tests[i].expected_password), password); local
644 string16 username, password; local
    [all...]
  /external/chromium/net/http/
http_auth.h 74 // http://<username>:<password>@host:port
82 // came from a prompt (or maybe the password manager).
107 string16 password; member in struct:net::HttpAuth::Identity
http_auth_handler_negotiate.h 118 const string16* password,
http_stream_factory.h 133 const string16& password) = 0;
http_stream_factory_impl_job.h 53 const string16& password);
  /external/chromium/net/test/
test_server.h 129 const std::string& password) const;
  /external/chromium/net/url_request/
url_request_job.h 149 const string16& password);
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 750 const std::string& username, const CryptString& password,
775 //std::string decoded = username + ":" + password;
776 size_t len = username.size() + password.GetLength() + 2;
780 password.CopyTo(sensitive + pos, true);
819 //std::string A1 = username + ":" + realm + ":" + password;
820 size_t len = username.size() + realm.size() + password.GetLength() + 3;
826 password.CopyTo(sensitive + pos, true);
960 size_t len = password.GetLength()+1;
962 password.CopyTo(sensitive, true);
972 _min(sizeof(passbuf) - 1, password.GetLength()))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 112 * Get password from the user info.
119 return userInfo.password;
160 * set the password.
  /external/ppp/pppd/
upap.c 2 * upap.c - User/Password Authentication Protocol.
63 { "hide-password", o_bool, &hide_password,
65 { "show-password", o_bool, &hide_password,
66 "Show password string in debug log messages", OPT_PRIOSUB | 0 },
149 upap_authwithpeer(unit, user, password)
151 char *user, *password;
155 /* Save the username and password we're given */
158 u->us_passwd = password;
159 u->us_passwdlen = strlen(password);
423 * Check the username and password given
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 156 WTF::CString& username, WTF::CString& password);
  /external/wpa_supplicant/
config_ssid.h 253 * password - Password string for EAP
255 u8 *password; member in struct:wpa_ssid
258 * password_len - Length of password field
337 * private_key_passwd - Password for private key file
450 * private_key2_passwd - Password for private key file
640 * otp - One-time-password
662 * pending_req_password - Whether there is a pending password request
680 * pending_req_new_password - Pending password update request
782 * new_password - New password for password updat
    [all...]

Completed in 2226 milliseconds

<<11121314151617181920>>