/external/chromium/chrome/browser/chromeos/login/ |
user_controller.h | 42 const string16& password) = 0; 120 const std::string& password) OVERRIDE; 202 // Input controls which are used for username and password.
|
login_display.h | 45 // Sign in using |username| and |password| specified. 48 const std::string& password) = 0;
|
login_status_consumer.h | 104 // |username|/|password|, returning |credentials|. If 109 const std::string& password, 114 // The same password didn't work both online and offline.
|
views_login_display.h | 53 virtual void Login(UserController* source, const string16& password) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/ |
login_view.cc | 53 // Add the column set for the user name and password fields and labels. 106 const std::wstring& password) { 109 password_field_->SetText(password);
|
/external/chromium/net/url_request/ |
url_request_http_job.h | 64 const string16& password); 83 const string16& password);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
basicpacketsocketfactory.cc | 113 socket, proxy_info.address, proxy_info.username, proxy_info.password); 117 proxy_info.username, proxy_info.password);
|
sslsocketfactory.cc | 145 proxy.username, proxy.password); 150 proxy.username, proxy.password);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ApnSettingTest.java | 36 assertEquals(a1.password, a2.password); 102 "mmsc", "mmsproxy", "mmsport", "user", "password", 0,
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
WebView.java | 82 public void savePassword(String host, String username, String password) { 86 String username, String password) {
|
/libcore/luni/src/test/java/tests/support/ |
Support_SQL.java | 86 String password) throws SQLException { 88 return DriverManager.getConnection(url, login, password);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IEmailService.aidl | 48 Bundle autoDiscover(String userName, String password);
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupIncomingTests.java | 61 Intent i = getTestIntent("imap://user:password@server.com:999"); 70 Intent i = getTestIntent("imap://user:password@server.com:999"); 81 Intent i = getTestIntent("imap://:password@server.com:999"); 88 * No password is not OK - not enabled 103 Intent i = getTestIntent("imap://user:password@server.com"); 143 // Clear the password - should disable 154 * Check password field for a given password. Should be called in UI thread. Confirms that 155 * the password has not been trimmed. 157 * @param password the password to test wit [all...] |
AccountSetupOutgoingTests.java | 61 Intent i = getTestIntent("smtp://user:password@server.com:999"); 78 Intent i = getTestIntent("smtp://:password@server.com:999"); 85 * No password is not OK - not enabled 100 Intent i = getTestIntent("smtp://user:password@server.com"); 140 // Clear the password - should disable 151 * Check password field for a given password. Should be called in UI thread. Confirms that 152 * the password has not been trimmed. 154 * @param password the password to test wit [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_ttls.c | 249 u8 *password = dpos; local 252 password[password_len - 1] == '\0') { 256 "User-Password (PAP)", 257 password, password_len); 258 parse->user_password = password; 270 "EAP-TTLS: CHAP-Password (CHAP)", 652 if (!sm->user || !sm->user->password || sm->user->password_hash || 655 "password configured"); 661 os_memcmp(sm->user->password, user_password, user_password_len) != 663 wpa_printf(MSG_DEBUG, "EAP-TTLS/PAP: Invalid user password"); [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 249 u8 *password = dpos; local 252 password[password_len - 1] == '\0') { 256 "User-Password (PAP)", 257 password, password_len); 258 parse->user_password = password; 270 "EAP-TTLS: CHAP-Password (CHAP)", 630 if (!sm->user || !sm->user->password || sm->user->password_hash || 633 "password configured"); 639 os_memcmp(sm->user->password, user_password, user_password_len) != 641 wpa_printf(MSG_DEBUG, "EAP-TTLS/PAP: Invalid user password"); [all...] |
/external/chromium/net/http/ |
http_auth_handler_ntlm_portable.cc | 255 // LM_Hash computes the LM hash of the given password. 257 // param password 258 // unicode password. 264 static void LM_Hash(const string16& password, uint8* hash) { 267 // Convert password to OEM character set. We'll just use the native 269 std::string passbuf = base::SysWideToNativeMB(UTF16ToWide(password)); 278 // Use password keys to hash LM magic string twice. 283 // NTLM_Hash computes the NTLM hash of the given password. 285 // param password 286 // null-terminated unicode password [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKPKCS12KeyStore.java | 457 char[] password) 506 char[] password, 566 char[] password, 573 PBEKeySpec pbeSpec = new PBEKeySpec(password); 607 char[] password) 610 PBEKeySpec pbeSpec = new PBEKeySpec(password); 638 char[] password, 645 PBEKeySpec pbeSpec = new PBEKeySpec(password); 670 char[] password) 678 if (password == null 1126 char[] password; local 1142 doStore(bcParam.getOutputStream(), password, bcParam.isUseDEREncoding()); local [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 62 public Key engineGetKey(String alias, char[] password) 91 public void engineSetKeyEntry(String alias, Key key, char[] password, 177 public void engineStore(OutputStream stream, char[] password) 200 public void engineLoad(InputStream stream, char[] password)
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_mock.h | 29 const std::string& password,
|
/external/chromium/chrome/browser/sync/resources/ |
gaia_login.js | 7 // the browser. This means subsequent errors (like invalid password) are 48 f.passwd.value = ""; // Reset the password field 69 setElementDisplay("errormsg-1-password", 'table-row'); 107 setElementDisplay("password-row", "none"); 213 setElementDisplay("errormsg-0-password", 'none'); 214 setElementDisplay("errormsg-1-password", 'none'); 228 setElementDisplay("errormsg-0-password", 'table-row'); 234 setElementDisplay("errormsg-0-password", 'table-row');
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer.h | 26 std::string password; member in struct:browser_sync::KeyParams
|
nigori.cc | 74 const std::string& password) { 92 password, raw_user_salt, kUserIterations, kDerivedKeySizeInBits)); 97 password, raw_user_salt, kEncryptionIterations, kDerivedKeySizeInBits)); 102 SymmetricKey::HMAC_SHA1, password, raw_user_salt, kSigningIterations,
|
nigori.h | 28 Password = 1, 34 // Initialize the client with the given |hostname|, |username| and |password|. 37 const std::string& password); 46 // |username| and |password| are kept constant, a given |type| and |name| pair
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.h | 43 // Sign in using |username| and |password| specified. 46 const std::string& password) = 0;
|