Home
last modified time | relevance | path

Searched refs:Password (Results 1 – 25 of 174) sorted by relevance

1234567

/external/jetty/src/java/org/eclipse/jetty/util/security/
DPassword.java55 public class Password extends Credential class
57 private static final Logger LOG = Log.getLogger(Password.class);
71 public Password(String password) in Password() method in Password
99 if (credentials instanceof Password) return credentials.equals(_pw); in check()
120 if (o instanceof Password) in equals()
122 Password p = (Password) o; in equals()
216 public static Password getPassword(String realm, String dft, String promptDft) in getPassword()
235 return new Password(passwd); in getPassword()
251 Password pw = new Password(p); in main()
DCredential.java76 return new Password(credential); in getCredential()
101 if (!(credentials instanceof String) && !(credentials instanceof Password)) in check()
153 if (credentials instanceof Password || credentials instanceof String) in check()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft30 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
Ddictionary47 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
Ddictionary.compat12 ATTRIBUTE Old-Password 17 string
/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.cpp35 Password = GetPassword(OutStream); in Open_CryptoGetTextPassword()
38 return StringToBstr(Password, password); in Open_CryptoGetTextPassword()
44 password = Password; in Open_GetPasswordIfAny()
DMain.cpp390 ecs->Password = options.Password; in Main2()
400 openCallback.Password = options.Password; in Main2()
478 options.Password, in Main2()
501 options.PasswordEnabled && !options.Password.IsEmpty(); in Main2()
503 openCallback.Password = options.Password; in Main2()
511 callback.AskPassword = options.PasswordEnabled && options.Password.IsEmpty(); in Main2()
512 callback.Password = options.Password; in Main2()
DUpdateCallbackConsole.cpp212 Password = GetPassword(OutStream); in CryptoGetTextPassword2()
217 return StringToBstr(Password, password); in CryptoGetTextPassword2()
235 Password = GetPassword(OutStream); in CryptoGetTextPassword()
239 return StringToBstr(Password, password); in CryptoGetTextPassword()
DExtractCallbackConsole.cpp144 Password = password; in SetPassword()
152 Password = GetPassword(OutStream); in CryptoGetTextPassword()
155 return StringToBstr(Password, password); in CryptoGetTextPassword()
DOpenCallbackConsole.h19 UString Password; variable
DUpdateCallbackConsole.h27 UString Password; variable
DExtractCallbackConsole.h52 UString Password; variable
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.cpp62 queryEdit->setEchoMode(QLineEdit::Password); in setParams()
65 queryEdit->setEchoMode(QLineEdit::Password); in setParams()
70 queryEdit->setEchoMode(QLineEdit::Password); in setParams()
Dnetworkconfig.ui150 <enum>QLineEdit::Password</enum>
188 <string>Password</string>
198 <string>Password for EAP methods</string>
201 <enum>QLineEdit::Password</enum>
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DClientCertAuthenticator.java42 import org.eclipse.jetty.util.security.Password;
59 private transient Password _trustStorePassword;
274 _trustStorePassword = Password.getPassword(PASSWORD_PROPERTY,password,null); in setTrustStorePassword()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp119 UString Password; member in CArchiveOpenCallback
144 return StringToBstr(Password, password); in CryptoGetTextPassword()
205 UString Password; member in CArchiveExtractCallback
411 return StringToBstr(Password, password); in CryptoGetTextPassword()
465 UString Password; member in CArchiveUpdateCallback
643 return StringToBstr(Password, password); in CryptoGetTextPassword2()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java64 import org.eclipse.jetty.util.security.Password;
151 private transient Password _keyStorePassword;
153 private transient Password _keyManagerPassword;
155 private transient Password _trustStorePassword;
778 _keyStorePassword = Password.getPassword(PASSWORD_PROPERTY,password,null); in setKeyStorePassword()
790 _keyManagerPassword = Password.getPassword(KEYPASSWORD_PROPERTY,password,null); in setKeyManagerPassword()
802 _trustStorePassword = Password.getPassword(PASSWORD_PROPERTY,password,null); in setTrustStorePassword()
/external/lzma/
DMethods.txt144 03 - Rar29 Password Hashing (modified SHA1)
146 01 - SHA-256 Password Hashing
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp657 UString Password; member in NArchive::N7z::CCryptoGetTextPassword
665 return StringToBstr(Password, password); in CryptoGetTextPassword()
848 getPasswordSpec->Password = options.Method->Password; in Update()
855 getPasswordSpec->Password = password; in Update()
887 method.Password = getPasswordSpec->Password; in Update()
895 method.Password.Empty(); in Update()
D7zCompressionMode.h38 UString Password; member
D7zHandlerOut.cpp345 methodMode.Password = password; in UpdateItems()
366 headerMethod.Password = methodMode.Password; in UpdateItems()
D7zEncode.cpp116 const UInt32 sizeInBytes = _options.Password.Length() * 2; in CreateMixerCoder()
118 for (int i = 0; i < _options.Password.Length(); i++) in CreateMixerCoder()
120 wchar_t c = _options.Password[i]; in CreateMixerCoder()
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et62 ec TOOSHORT, "Password is too short"
64 ec DICT, "Password is in the password dictionary"
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h71 UString Password; member
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user5 # double quoted ("user"). Password can alternatively be stored as
9 # Password hash is stored as hash:<16-octets of hex data> without quotation

1234567