/external/chromium/chrome/browser/chromeos/login/ |
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/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;
|
/external/chromium/crypto/ |
symmetric_key.h | 42 // Derives a key from the supplied password and salt using PBKDF2, suitable 44 // used to derive the key from the password. The caller is responsible for 47 const std::string& password,
|
/external/chromium/net/base/ |
cert_database_nss.cc | 159 const string16& password) { 162 password); 171 const string16& password, 173 return psm::nsPKCS12Blob_Export(output, certs, password);
|
/external/chromium/net/ftp/ |
ftp_auth_cache_unittest.cc | 20 const string16 kPassword(ASCIIToUTF16("password")); 46 EXPECT_EQ(kPassword1, entry1->password); 54 EXPECT_EQ(kPassword2, entry2->password); 65 EXPECT_EQ(kPassword3, entry3->password); 112 EXPECT_EQ(kOtherword, entry2->password);
|
/external/chromium/net/http/ |
http_auth_controller.h | 64 const string16& password); 103 // username:password. Returns true if an identity was found. 107 // URLRequestHttpJob can prompt for a username/password. 135 // |identity_| holds the (username/password) that should be used by 147 // True if we've used the username/password embedded in the URL. This
|
http_auth_handler_mock.h | 90 const string16* password,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
buildAll.bat | 23 REM FTP user/password, required for Windows to ftp. Without it, no push.
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
PacketUserauthRequestPublicKey.java | 21 String password; field in class:PacketUserauthRequestPublicKey
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.h | 70 const String& password = "");
|
/external/webkit/Source/WebKit/mac/Panels/ |
WebAuthenticationPanel.h | 38 IBOutlet id password; variable
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_config.h | 53 * password - Password string for EAP 55 * This field can include either the plaintext password (default 57 * presentation of the password) if flags field has 68 u8 *password; member in struct:eap_peer_config 71 * password_len - Length of password field 150 * private_key_passwd - Password for private key file 263 * private_key2_passwd - Password for private key file 502 * otp - One-time-password 524 * pending_req_password - Whether there is a pending password reques [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 47 * password - Password string for EAP 49 * This field can include either the plaintext password (default 51 * presentation of the password) if flags field has 62 u8 *password; member in struct:eap_peer_config 65 * password_len - Length of password field 153 * private_key_passwd - Password for private key file 266 * private_key2_passwd - Password for private key file 505 * otp - One-time-password 527 * pending_req_password - Whether there is a pending password reques [all...] |
/frameworks/base/core/java/android/accounts/ |
IAccountManager.aidl | 36 boolean addAccount(in Account account, String password, in Bundle extras); 41 void setPassword(in Account account, String password);
|
/libcore/luni/src/main/java/java/security/ |
KeyStoreSpi.java | 40 * Returns the key with the given alias, using the password to recover the 45 * @param password 46 * the password used to recover the key. 54 public abstract Key engineGetKey(String alias, char[] password) 88 * Associates the given alias with the key, password and certificate chain. 96 * @param password 97 * the password. 108 char[] password, Certificate[] chain) throws KeyStoreException; 219 * specified password. 223 * @param password [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 63 public Key engineGetKey(String alias, char[] password) 92 public void engineSetKeyEntry(String alias, Key key, char[] password, 178 public void engineStore(OutputStream stream, char[] password) 201 public void engineLoad(InputStream stream, char[] password)
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 240 * is logged (if debug logging is enabled) so do not use this function for user ID or password. 297 // S: 334 Password: 301 private void saslAuthLogin(String username, String password) throws MessagingException, 309 Base64.encodeToString(password.getBytes(), Base64.NO_WRAP), 310 "/password redacted/"); 320 private void saslAuthPlain(String username, String password) throws MessagingException, 322 byte[] data = ("\000" + username + "\000" + password).getBytes();
|
/external/chromium/googleurl/src/ |
gurl_unittest.cc | 80 EXPECT_EQ("pass", url.password()); 96 EXPECT_EQ("", url.password()); 114 EXPECT_EQ("pass", url2.password()); 129 EXPECT_EQ("", invalid2.password()); 146 EXPECT_EQ("", url.password()); 236 const char* password; member in struct:ReplaceCase 258 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password);
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider_chromeos.cc | 165 std::string username, password; local 167 !args->GetString("password", &password)) { 177 controller->Login(username, password); 392 std::string service_path, password, identity, certpath; local 394 !args->GetString("password", &password) || 408 if (!password.empty()) 409 wifi->SetPassphrase(password); 430 std::string ssid, security, password, identity, certpath local [all...] |