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

1 2

  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.h 21 UString Password;
ExtractCallback.h 224 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
278 UString Password;
  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 61 UString Password;
UpdateCallbackConsole.h 100 UString Password;
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h 80 UString Password;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityModel.java 35 Password, // Unlock by entering an alphanumeric password
36 PIN, // Strictly numeric password
80 return SecurityMode.Password;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.h 2 Password Credential Provider driver header file.
46 // Password credential information.
50 CHAR8 Password[CREDENTIAL_LEN];
54 // Password credential table.
64 // The user information on the password provider.
PwdCredentialProvider.c 2 Password Credential Provider driver implementation.
84 Expand password table size.
124 @param[in] Index The index of the password in table. If index is found in
126 @param[in] Info The new password info to add into table.If Info is NULL,
162 // Add a new password info.
195 Create a password table.
197 @retval EFI_SUCCESS Create a password table successfully.
198 @retval Others Failed to create a password.
211 // Get Password credential data from NV variable.
240 // Create the password credential table.
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 58 UString Password;
7zUpdate.cpp 1480 UString password; local
2106 UString password; local
    [all...]
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 26 CByteBuffer Password;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 85 /// Pointer to a ASCII string that contains password. The caller is
86 /// responsible for freeing Password after GetModeData() is called.
88 UINT8 *Password;
244 mode data. The string buffers for Username and Password
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 74 UString Password;
  /prebuilts/go/darwin-x86/src/net/url/
url.go 337 User *Userinfo // username and password information
347 // and no password set.
353 // and password.
359 func UserPassword(username, password string) *Userinfo {
360 return &Userinfo{username, password, true}
364 // password details for a URL. An existing Userinfo value is guaranteed
366 // and optionally a password.
369 password string
378 // Password returns the password in case it is set, and whether it is set
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 337 User *Userinfo // username and password information
347 // and no password set.
353 // and password.
359 func UserPassword(username, password string) *Userinfo {
360 return &Userinfo{username, password, true}
364 // password details for a URL. An existing Userinfo value is guaranteed
366 // and optionally a password.
369 password string
378 // Password returns the password in case it is set, and whether it is set
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 224 Encode the password using a simple algorithm.
226 @param Password The string to be encoded.
232 IN CHAR16 *Password,
247 Buffer[Loop] = (CHAR16) (Password[Loop] ^ Key[Index]);
251 CopyMem (Password, Buffer, MaxSize);
258 Validate the user's password.
263 @retval EFI_SUCCESS The user's input matches the password.
264 @retval EFI_NOT_READY The user's input does not match the password.
276 CHAR16 *Password;
281 // Get encoded password first
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 147 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
150 UString Password;
165 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password)
169 // You can ask real password here from user
170 // Password = GetPassword(OutStream);
172 PrintError("Password is not defined");
175 return StringToBstr(Password, password);
238 UString Password;
458 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password)
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 107 Password(R.string.password, 0, R.string.default_preference_summary_password),
147 if (this != Password) {
159 } else if (this == Password) {
433 .setPassword(PreferenceKey.Password.getValue())
457 } else if (pref == PreferenceKey.Password.preference) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 75 LPWSTR Password;
iscsidsc.h 108 PUCHAR Password;
wtypesbase.h 189 USHORT *Password;
rpcdce.h 329 unsigned short *Password;
339 unsigned char *Password;
winevt.h 186 LPWSTR Password;
ntsecpkg.h 199 UNICODE_STRING Password;
464 ULONG Password;
476 ULONG Password;
    [all...]
sspi.h     [all...]

Completed in 1377 milliseconds

1 2