/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 | 109 String password = mButtonEnableFDN.getText(); local 110 if (validatePin (password, false)) { 116 mPhone.getIccCard().setIccFdnEnabled(!isEnabled, password, onComplete);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S2ParametersGenerator.java | 106 F(password, salt, iterationCount, iBuf, out, (i - 1) * hLen); 113 * Generate a key parameter derived from the password, salt, and iteration 131 * the password, salt, and iteration count we are currently initialised 151 * 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-weblogic.jar | |
/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/openssh/openbsd-compat/ |
openbsd-compat.h | 221 char *xcrypt(const char *password, const char *salt);
|
/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);
|