Searched refs:Password (Results 1 - 25 of 29) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp35 Password = GetPassword(OutStream);
38 return StringToBstr(Password, password);
44 password = Password;
H A DOpenCallbackConsole.h19 UString Password; member in class:COpenCallbackConsole
H A DUpdateCallbackConsole.h27 UString Password; member in class:CUpdateCallbackConsole
H A DUpdateCallbackConsole.cpp212 Password = GetPassword(OutStream);
217 return StringToBstr(Password, password);
235 Password = GetPassword(OutStream);
239 return StringToBstr(Password, password);
H A DMain.cpp89 " -p{Password}: set Password\n"
390 ecs->Password = options.Password;
400 openCallback.Password = options.Password;
478 options.Password,
501 options.PasswordEnabled && !options.Password.IsEmpty();
503 openCallback.Password = options.Password;
[all...]
H A DExtractCallbackConsole.cpp144 Password = password;
152 Password = GetPassword(OutStream);
155 return StringToBstr(Password, password);
H A DExtractCallbackConsole.h52 UString Password; member in class:CExtractCallbackConsole
H A DList.cpp458 openCallback.Password = password;
/external/jetty/src/java/org/eclipse/jetty/util/security/
H A DPassword.java29 * Password utility class.
34 * + Password is set as a system property.
40 * by run org.eclipse.util.Password as a main class. Obfuscated password are
55 public class Password extends Credential class in inherits:Credential
57 private static final Logger LOG = Log.getLogger(Password.class);
71 public Password(String password) method in class:Password
99 if (credentials instanceof Password) return credentials.equals(_pw);
120 if (o instanceof Password)
122 Password p = (Password)
[all...]
H A DCredential.java35 * Often a Credential is related to a Password via a one way algorithm, so while
36 * a Password itself is a Credential, a UnixCrypt or MD5 digest of a a password
41 * @see Password
55 * another Credential object, a Password object or a String
66 * type is returned. Else the credential is assumed to be a Password.
69 * @return A Credential or Password instance.
76 return new Password(credential);
101 if (!(credentials instanceof String) && !(credentials instanceof Password))
153 if (credentials instanceof Password || credentials instanceof String)
/external/ppp/pppd/plugins/radius/etc/
H A 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
H A Ddictionary.compat12 ATTRIBUTE Old-Password 17 string
H A 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
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp61 queryField->setText(tr("Password: "));
62 queryEdit->setEchoMode(QLineEdit::Password);
65 queryEdit->setEchoMode(QLineEdit::Password);
70 queryEdit->setEchoMode(QLineEdit::Password);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h38 UString Password; member in struct:NArchive::N7z::CCompressionMethodMode
H A D7zUpdate.cpp657 UString Password; member in class:NArchive::N7z::CCryptoGetTextPassword
665 return StringToBstr(Password, password);
848 getPasswordSpec->Password = options.Method->Password;
855 getPasswordSpec->Password = password;
887 method.Password = getPasswordSpec->Password;
895 method.Password.Empty();
H A D7zEncode.cpp116 const UInt32 sizeInBytes = _options.Password.Length() * 2;
118 for (int i = 0; i < _options.Password.Length(); i++)
120 wchar_t c = _options.Password[i];
H A D7zHandlerOut.cpp345 methodMode.Password = password;
366 headerMethod.Password = methodMode.Password;
H A D7zOut.cpp793 encryptOptions.Password = options->Password;
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php37 Password: <input type="password" name="password"><br>
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h71 UString Password; member in struct:CArchiveCommandLineOptions
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DClientCertAuthenticator.java42 import org.eclipse.jetty.util.security.Password;
59 private transient Password _trustStorePassword;
274 _trustStorePassword = Password.getPassword(PASSWORD_PROPERTY,password,null);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp119 UString Password; member in class:CArchiveOpenCallback
139 // Password = GetPassword(OutStream);
141 PrintError("Password is not defined");
144 return StringToBstr(Password, password);
205 UString Password; member in class:CArchiveExtractCallback
406 // Password = GetPassword(OutStream);
408 PrintError("Password is not defined");
411 return StringToBstr(Password, password);
465 UString Password; member in class:CArchiveUpdateCallback
636 // Password
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
H A 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);
790 _keyManagerPassword = Password.getPassword(KEYPASSWORD_PROPERTY,password,null);
802 _trustStorePassword = Password.getPassword(PASSWORD_PROPERTY,password,null);
/external/libvncserver/x11vnc/misc/
H A Ddesktop.cgi396 <tr><td>Password:</td><td>
594 bye("No Password.<p>$login_str");
692 bye("Invalid Password.<p>$login_str");

Completed in 403 milliseconds

12