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

<<2122232425262728

  /external/chromium/net/websockets/
websocket_job.cc 140 const string16& password) {
142 socket_->RestartWithAuth(username, password);
  /external/ppp/pppd/plugins/
winbind.c 351 fprintf(pipe_in, "Password:: %s\n", b64_plaintext_password);
481 * passwd -- password supplied by peer
492 char *password,
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
  /external/webkit/Source/WebCore/html/
InputType.cpp 93 map->add(InputTypeNames::password(), PasswordInputType::create);
733 const AtomicString& password() function in namespace:WebCore::InputTypeNames
735 DEFINE_STATIC_LOCAL(AtomicString, name, ("password"));
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 119 DEFINE_STATIC_LOCAL(const AtomicString, password, ("password"));
120 return password;
198 ASSERT(!m_isPasswordField); // should never save/restore password fields
220 m_isPasswordField = (type == "password");
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 444 void WebRequest::setAuth(const string16& username, const string16& password)
448 m_request->SetAuth(username, password);
WebUrlLoaderClient.cpp 284 void WebUrlLoaderClient::setAuth(const std::string& username, const std::string& password)
294 string16 password16 = ASCIIToUTF16(password);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 86 out password :data_t, dealloc);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ikev2.c 50 sm->user->password == NULL) {
56 return sm->user->password;
eap_wsc.c 119 if (sm->user == NULL || sm->user->password == NULL) {
120 wpa_printf(MSG_INFO, "EAP-WSC: No AP PIN (password) "
125 cfg.pin = sm->user->password;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ikev2.c 50 sm->user->password == NULL) {
56 return sm->user->password;
eap_server_wsc.c 122 if (sm->user == NULL || sm->user->password == NULL) {
129 wpa_printf(MSG_DEBUG, "EAP-WSC: No AP PIN (password) "
133 cfg.pin = sm->user->password;
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 81 public EnterpriseField password = new EnterpriseField("password"); field in class:WifiConfiguration
91 eap, phase2, identity, anonymous_identity, password, client_cert,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 52 public static final int FLAG_AUTHENTICATE = 0x04; // Use name/password for authentication
79 HostAuthColumns.PASSWORD, HostAuthColumns.DOMAIN, HostAuthColumns.CLIENT_CERT_ALIAS
191 values.put(HostAuthColumns.PASSWORD, mPassword);
199 * Sets the user name and password from URI user info string
215 * Sets the user name and password
229 * Returns the login information. [0] is the username and [1] is the password. If
235 String password = (mPassword != null) ? mPassword : ""; local
236 return new String[] { trimUser, password };
381 * The flag, password, and client cert alias are the only items likely to change after a
399 * "eas+ssl+trustallcerts://user:password@server/domain:123
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 90 const char* password; member in struct:__anon3433::ReplaceCase
    [all...]
url_canon_fileurl.cc 121 new_parsed->password = url_parse::Component();
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1186 wpa_printf(MSG_DEBUG, "Unset configuration string 'password'");
1187 os_free(ssid->eap.password);
1188 ssid->eap.password = NULL;
1200 "password.", line);
1206 os_free(ssid->eap.password);
1207 ssid->eap.password = (u8 *) tmp;
1217 wpa_printf(MSG_ERROR, "Line %d: Invalid password hash length "
1228 wpa_printf(MSG_ERROR, "Line %d: Invalid password hash", line);
1234 os_free(ssid->eap.password);
1235 ssid->eap.password = hash
    [all...]
  /external/zlib/contrib/minizip/
zip.c 1060 const char* password, uLong crcForCrypting,
1070 if (password != NULL)
    [all...]
  /build/tools/releasetools/
common.py 306 those which require them. Return a {key: password} dict. password
307 will be None if the key has no password."""
313 # We don't need a password for things that aren't really keys.
335 def SignFile(input_name, output_name, key, password, align=None,
338 given key and password (the latter may be None if the key does not
339 have a password.
366 if password is not None:
367 password += "\n"
368 p.communicate(password)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 546 std::string password; member in struct:chromeos::CellularNetwork::Apn
550 const std::string& username, const std::string& password)
552 username(username), password(password) {
708 // Erase cached credentials, used when "Save password" is unchecked.
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 340 } else if (specifics.HasExtension(sync_pb::password)) {
342 const sync_pb::PasswordSpecifics& password = local
343 specifics.GetExtension(sync_pb::password);
344 if (!cryptographer->CanDecrypt(password.encrypted())) {
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 118 // username and password.
206 const std::string& password,
431 // using their Google Account password. An implicit SetPassphrase will *not*
624 // To "migrate" early adopters of password sync on dev channel to the new
  /external/chromium/net/base/
net_util.h 64 // If set, any username and password are removed.
126 // Extracts the unescaped username/password from |url|, saving the results
127 // into |*username| and |*password|.
130 string16* password);
370 // - user name / password
  /external/chromium/net/http/
http_auth_gssapi_posix.h 236 // obtained using |*username| and |*password|. If |username| and |password|
239 const string16* password,
  /external/chromium/net/socket_stream/
socket_stream.h 87 // is found in password database, or call Close() to close the connection.
138 const string16& password);
  /external/chromium/net/url_request/
url_request.h 302 // Returns the referrer header with potential username and password removed.
530 void SetAuth(const string16& username, const string16& password);

Completed in 1397 milliseconds

<<2122232425262728