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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 182 password:(char**)password passwordLength:(uint32_t*)passwordLength;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gtc.c 63 msg = data->prefix ? "CHALLENGE=Password" : "Password";
115 /* "RESPONSE=<user>\0<password>" */
129 wpa_printf(MSG_DEBUG, "EAP-GTC: No password in "
170 "EAP-GTC: Response password",
175 if (sm->user == NULL || sm->user->password == NULL ||
177 wpa_printf(MSG_INFO, "EAP-GTC: Plaintext password not "
184 os_memcmp(pos, sm->user->password, rlen) != 0) {
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 86 * on the password and identities.
89 u8 *password, int password_len,
172 * compute counter-mode password value and stretch to prime
173 * pwd-seed = H(token | peer-id | server-id | password |
180 H_Update(&ctx, password, password_len);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gtc.c 63 msg = data->prefix ? "CHALLENGE=Password" : "Password";
115 /* "RESPONSE=<user>\0<password>" */
129 wpa_printf(MSG_DEBUG, "EAP-GTC: No password in "
170 "EAP-GTC: Response password",
175 if (sm->user == NULL || sm->user->password == NULL ||
177 wpa_printf(MSG_INFO, "EAP-GTC: Plaintext password not "
184 os_memcmp(pos, sm->user->password, rlen) != 0) {
  /external/zlib/contrib/minizip/
unzip.h 338 const char* password));
341 password is a crypting password
362 const char* password));
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 66 boolean resetPassword(String password, int flags);
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 173 * Sets the password of the SIP account
175 * @param password password of the SIP account
178 public Builder setPassword(String password) {
179 mUri.setUserPassword(password);
273 // remove password from URI
403 * Gets the password.
405 * @return the password
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 196 public static void setPassword(Object info, boolean password) {
197 ((AccessibilityNodeInfo) info).setPassword(password);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreSpiTest.java 196 public void engineLoad(InputStream stream, char[] password) {
198 assertNull(password);
KeyStore4Test.java 44 keyStore.load(null, "PASSWORD".toCharArray());
235 keyStore.getKey("unknownalias", "PASSWORD".toCharArray());
283 char[] password = "PASSWORD".toCharArray(); local
286 keyStore.store(os, password);
359 return new KeyStore.PasswordProtection("PASSWORD".toCharArray());
451 char[] password = "PASSWORD".toCharArray(); local
453 keyStore.load(is, password);
466 keyStore.load(new ByteArrayInputStream("".getBytes()), password);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 214 * password. The result is returned in a Bundle which MUST include an error code and MAY (on
219 * @param password the user's password
222 public Bundle autoDiscover(final String userName, final String password)
227 mReturn = mService.autoDiscover(userName, password);
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 647 * if the password is incorrect
663 * if the password is incorrect
677 * if the password is incorrect
693 * if the password is incorrect
709 * if the password is incorrect
727 * if the password is incorrect
743 * if the password is incorrect
761 * if the password is incorrect
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 389 profile.ipsecSecret, profile.username, profile.password, "", gateway,
395 profile.username, profile.password, "", gateway,
401 profile.username, profile.password, "", gateway,
412 "name", profile.username, "password", profile.password,
422 "name", profile.username, "password", profile.password,
VpnDialog.java 87 mPassword = (TextView) mView.findViewById(R.id.password);
104 mPassword.setText(mProfile.password);
157 // Not editing, just show username and password.
335 profile.password = mPassword.getText().toString();
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 415 std::string password; local
420 !args->GetString(3, &password)) {
431 apn, network->apn().network_id, username, password));
697 dictionary->SetString("apn_password", apn.password);
703 dictionary->SetString("last_good_apn_password", last_good_apn.password);
759 std::string password; local
763 !args->GetString(1, &password)) {
797 std::string password; local
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 328 // practice, other browsers seem to use a "" or " " password (and a special
554 std::string password = UTF16ToUTF8(form.password_value); local
565 password.size(), password.c_str(), &new_item);
577 bool changed = SetKeychainItemPassword(existing_item, password);
708 const SecKeychainItemRef& keychain_item, const std::string& password) {
710 password.size(),
711 password.c_str());
788 // If the password isn't in either the DB or the keychain, then it must have
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 45 cvar_t rcon_password = {"rcon_password", ""}; // password for remote server commands
46 cvar_t password = {"password", ""}; // password for entering the game variable
47 cvar_t spectator_password = {"spectator_password", ""}; // password for entering as a sepctator
552 // check for password or spectator_password
560 Con_Printf ("%s:spectator password failed\n", NET_AdrToString (net_from));
561 Netchan_OutOfBandPrint (net_from, "%c\nrequires a spectator password\n\n", A2C_PRINT);
570 s = Info_ValueForKey (userinfo, "password");
571 if (password.string[0] &&
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 115 const std::string& password,
209 const std::string& password,
231 password_ = password;
343 // TODO(altimofeev): Need to sanitize memory used to store password.
  /external/chromium/crypto/
symmetric_key_win.cc 247 // password P and the concatenation of the salt S and the block index i:
356 const std::string& password,
390 // Convert the user password into a key suitable to be fed into the PRF
394 const_cast<BYTE*>(reinterpret_cast<const BYTE*>(password.data()));
396 password.size(), &password_as_key))
433 // to the password P, the salt S, the iteration count c, and the block
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 259 void setAuthenticationPassword(std::string password) { m_authenticationPassword = password; }
317 void authenticateSession(JSStringRef url, JSStringRef username, JSStringRef password);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 260 String password = sendAuth.mPassword; local
261 if (password != null) {
262 mPasswordView.setText(password);
299 // Warn (but don't prevent) if password has leading/trailing spaces
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 110 // This activity is used to fade the screen to black after the password is entered.
134 // The password was entered successfully. Start the Blank activity
152 // Reenable the password entry
400 // Re-enable the password entry
503 // Get the password
504 String password = v.getText().toString(); local
506 if (TextUtils.isEmpty(password)) {
510 // Now that we have the password clear the password field.
513 // Disable the password entry while checking the password. Thi
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 481 // test with null password
663 public Key engineGetKey(String alias, char[] password)
679 public void engineLoad(InputStream stream, char[] password)
692 public void engineSetKeyEntry(String alias, Key key, char[] password,
709 public void engineStore(OutputStream stream, char[] password)
  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 79 MOCK_METHOD1(TpmGetPassword, bool(std::string* password));

Completed in 1861 milliseconds

<<11121314151617181920>>