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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 39 const std::string& password);
dom_login_display.h 67 const std::string& password) OVERRIDE;
enterprise_enrollment_view.h 54 const std::string& password,
login_utils.h 53 const std::string& password,
test_attempt_state.h 20 const std::string& password,
google_authenticator.cc 104 const std::string& password,
109 password_.assign(password);
115 // Not clearing the password, because we may need to pass it to the
124 const std::string& password,
129 // TODO(cmasone): Figure out how to parallelize fetch, username/password
132 ascii_hash_.assign(HashPassword(password));
139 PrepareClientLoginAttempt(password, login_token, login_captcha);
145 const std::string& password) {
148 ascii_hash_.assign(HashPassword(password));
370 // User seems to have given us the wrong old password..
    [all...]
existing_user_controller.h 66 const std::string& password) OVERRIDE;
84 const std::string& password,
login_performer.h 32 // (1) User password has changed. Ask user for the new password.
33 // (2) User password has changed and/or CAPTCHA input is required.
39 // (1) Ask for new user password.
40 // (2) Ask for new user password and/or CAPTCHA.
45 // CAPTCHA dialog, password input.
48 // In case of failure password/captcha
52 // 1. ScreenLock active (pending correct new password input)
80 const std::string& password,
96 // Performs login with the |username| and |password| specified
    [all...]
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 17 // Structures that IE7/IE8 use to store a username/password.
31 // the username, and one for the password.
39 FILETIME time_stamp; // Timestamp when the password got added.
48 // is the username, the second one if the password.
57 std::wstring* password) {
66 if (information->header.item_count != 2) // Username and Password
81 *password = reinterpret_cast<const wchar_t*>(offset_to_data +
112 std::wstring* username, std::wstring* password) {
134 GetUserPassFromData(decrypted_data, username, password);
encryptor_linux.cc 32 // Generates a newly allocated SymmetricKey object based a hard-coded password.
37 // password. We need to improve this password situation by moving a secure
38 // password into a system-level key store.
40 std::string password = "peanuts"; local
43 // Create an encryption key from our password and salt.
46 password,
74 // This currently "obfuscates" by encrypting with hard-coded password.
75 // We need to improve this password situation by moving a secure password
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 39 const std::string& password,
  /external/chromium/net/socket_stream/
socket_stream_job.h 61 const string16& password);
  /external/chromium/net/url_request/
url_request_ftp_job.h 56 const string16& password);
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationCF.cpp 113 CFStringRef password = coreCredential.password().createCFString(); local
114 CFURLCredentialRef result = CFURLCredentialCreate(0, user, password, 0, persistence);
116 CFRelease(password);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_mschapv2.c 52 /* Change-Password Data field */
162 const u8 *identity, *password; local
168 password = eap_get_config_password2(sm, &password_len, &pwhash);
169 if (identity == NULL || password == NULL)
212 mschapv2_derive_response(identity, identity_len, password,
304 "EAP-MSCHAPV2: Password changed successfully");
306 os_free(config->password);
308 config->password = os_malloc(16);
310 if (config->password) {
313 config->password);
502 const u8 *username, *password, *new_password; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 53 /* Change-Password Data field */
163 const u8 *identity, *password; local
169 password = eap_get_config_password2(sm, &password_len, &pwhash);
170 if (identity == NULL || password == NULL)
213 if (mschapv2_derive_response(identity, identity_len, password,
310 "EAP-MSCHAPV2: Password changed successfully");
312 os_free(config->password);
314 config->password = os_malloc(16);
316 if (config->password) {
319 config->password);
508 const u8 *username, *password, *new_password; local
    [all...]
  /external/zlib/contrib/minizip/
zip.h 230 const char* password,
247 const char* password,
255 password : crypting password (NULL for no crypting)
273 const char* password,
294 const char* password,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ApnSetting.java 34 public final String password; field in class:ApnSetting
57 String user, String password, int authType, String[] types,
69 this.password = password;
88 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
93 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
97 * and password and thus cannot be read by this method.
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 92 String password = getPassword(); local
100 if (password != null) {
101 mPasswordView.setText(password);
157 void onOk(String host, String realm, String username, String password);
  /external/bluetooth/glib/gio/
gmountoperation.c 67 char *password; member in struct:_GMountOperationPrivate
153 g_value_set_string (value, priv->password);
189 g_free (priv->password);
245 * GMountOperation::ask-password:
246 * @op: a #GMountOperation requesting a password.
252 * Emitted when a mount operation asks the user for a password.
259 g_signal_new (I_("ask-password"),
315 * by dismissing open password dialogs.
344 * GMountOperation:password:
346 * The password that is used for authentication when carrying ou
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 34 const std::string& password,
45 void SetCredentials(const std::string& username, const std::string& password);
  /external/chromium/chrome/browser/sync/util/
user_settings.h 36 const std::string& password);
38 const std::string& password);
  /external/chromium/net/base/
cert_database.h 119 const string16& password);
124 int ExportToPKCS12(const CertificateList& certs, const string16& password,
  /external/chromium/net/http/
http_auth_handler_basic.cc 72 const string16* password,
76 // TODO(eroman): is this the right encoding of username/password?
78 if (!base::Base64Encode(UTF16ToUTF8(*username) + ":" + UTF16ToUTF8(*password),
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriffircbot.py 36 def __init__(self, password, message_queue, wakeup_event):
37 self._password = password

Completed in 922 milliseconds

1 2 3 4 5 6 78 91011>>