HomeSort by relevance Sort by last modified time
    Searched refs:Password (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 45 Password,
82 // Password: 5 5
95 URLComponent password; member in class:WTF::URLSegments
URLSegments.cpp 64 if (password.isValid()) {
65 if (type <= Password)
66 return password.begin();
67 current = password.end() + 1; // Advance over the '@' at the end.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 30 ATTRIBUTE MS-Old-ARAP-Password 19 string Microsoft
31 ATTRIBUTE MS-New-ARAP-Password 20 string Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
dictionary.compat 12 ATTRIBUTE Old-Password 17 string
dictionary 47 ATTRIBUTE Password 2 string
48 ATTRIBUTE CHAP-Password 3 string
118 ATTRIBUTE Crypt-Password 1006 string
243 #VALUE Server-Config Password-Expiration 30
244 #VALUE Server-Config Password-Warning 5
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 60 if (strcmp(tmp, "PASSWORD") == 0) {
61 queryField->setText(tr("Password: "));
62 queryEdit->setEchoMode(QLineEdit::Password);
64 queryField->setText(tr("New password: "));
65 queryEdit->setEchoMode(QLineEdit::Password);
70 queryEdit->setEchoMode(QLineEdit::Password);
  /external/chromium/chrome/browser/sync/util/
nigori_unittest.cc 18 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
21 EXPECT_TRUE(nigori.Permute(Nigori::Password, "test name",
32 EXPECT_TRUE(nigori1.InitByDerivation("example.com", "username", "password"));
35 EXPECT_TRUE(nigori1.Permute(Nigori::Password,
40 EXPECT_TRUE(nigori2.InitByDerivation("example.com", "username", "password"));
43 EXPECT_TRUE(nigori2.Permute(Nigori::Password,
53 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
68 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
83 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
98 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
    [all...]
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
cryptographer.cc 14 // a username, and a password) by calling Permute on this string. Since the
114 params.password)) {
115 NOTREACHED(); // Invalid username or password.
124 if (!nigori->Permute(Nigori::Password, kNigoriKeyName, &name)) {
153 params.password)) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityModel.java 34 Password, // Unlock by entering an alphanumeric password
35 PIN, // Strictly numeric password
37 Account, // Unlock by entering an account's login and password.
96 SecurityMode.Password : SecurityMode.None;
124 && (mode == SecurityMode.Password
KeyguardHostView.java 604 case Password:
711 * password recovery screens but is currently only used for pattern unlock to show the
747 case Password:
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement01.js 79 when the type attribute has the value of "Text", "File" or "Password".
106 assertEquals("defaultValueLink","Password",vdefaultvalue);
HTMLInputElement07.js 106 assertEquals("altLink","Password entry",valt);
HTMLInputElement10.js 79 fields, when type has the value of Text or Password.
HTMLInputElement11.js 106 assertEquals("nameLink","Password",vname);
HTMLInputElement18.js 79 control when the type attribute has the value Text, File or Password.
HTMLTextAreaElement01.js 79 when the type attribute has the value of "Text", "File" or "Password".
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement01.js 79 when the type attribute has the value of "Text", "File" or "Password".
106 assertEquals("defaultValueLink","Password",vdefaultvalue);
HTMLInputElement07.js 106 assertEquals("altLink","Password entry",valt);
HTMLInputElement10.js 79 fields, when type has the value of Text or Password.
HTMLInputElement11.js 106 assertEquals("nameLink","Password",vname);
HTMLInputElement18.js 79 control when the type attribute has the value Text, File or Password.
HTMLTextAreaElement01.js 79 when the type attribute has the value of "Text", "File" or "Password".
  /external/libppp/src/
chap_ms.c 179 char *UserName, char *Password,
186 NtPasswordHash(Password, PasswordLen, PasswordHash);
214 GenerateAuthenticatorResponse(char *Password, int PasswordLen,
243 * Hash the password with MD4
245 NtPasswordHash(Password, PasswordLen, PasswordHash);
385 /* passwordHash 16-bytes MD4 hashed password
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 82 Password(R.string.password, 0, R.string.default_preference_summary),
121 if (this != Password) {
131 } else if (this == Password) {
421 .setPassword(PreferenceKey.Password.getValue())
447 } else if (pref == PreferenceKey.Password.preference) {

Completed in 1121 milliseconds

1 2