HomeSort by relevance Sort by last modified time
    Searched defs:Password (Results 1 - 25 of 43) 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;
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
Pkcs5Pbkdf2Verify.c 20 GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *Password = "password"; // Input Password
21 GLOBAL_REMOVE_IF_UNREFERENCED UINTN PassLen = 8; // Length of Input Password
61 Password,
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
OpalPasswordSupportLib.h 2 Header file of Opal password support library.
47 // Indicates if the disk can support set Admin password
52 // Indicates if the disk can support set User password. This action requires that a user
53 // password is first enabled.
74 // Structure that is used to represent the Opal device with password info.
79 UINT8 Password[32];
112 @param[in] Password Admin password
113 @param[in] PassLength Length of password in bytes
123 IN VOID *Password,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportNotify.h 2 Implementation of Opal password support library.
44 UINT8 Password[32];
  /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;
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 26 CByteBuffer Password;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.h 2 Opal password smm driver which is used to support Opal security feature at s3 path.
67 // According to ATA spec, the max Length of hdd password is 32 bytes
128 UINT8 Password[32];
  /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
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriver.c 19 // window during boot requesting a user password
125 Get password input from the popup windows, and unlock the device.
130 @retval Password string if success. NULL if failed.
179 // password finished
249 Check if disk is locked, show popup window and ask for password if it is
261 CHAR8 *Password;
285 Password = OpalDriverPopUpHddPassword (Dev, &PressEsc);
290 // User not input password and press ESC,
297 L"Press ENTER to skip password, Press ESC to input password",
    [all...]
OpalHii.c 362 case HII_KEY_ID_GOTO_ENABLE_FEATURE: // User is required to enter Password to enable Feature
482 return HiiSelectDiskAction("Action: Set Administrator Password", HiiKeyId);
485 return HiiSelectDiskAction("Action: Set User Password", HiiKeyId);
716 Set password for the disk.
718 @param OpalDisk The disk need to set the password.
719 @param Password The input password.
720 @param PassLength The input password length.
728 VOID *Password,
740 // PassLength = 0 means check whether exist old password.
    [all...]
OpalHiiFormValues.h 19 // Maximum Opal password Length
41 UINT16 Password[MAX_PASSWORD_CHARACTER_LENGTH];
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 74 UString Password;
  /prebuilts/go/darwin-x86/src/net/url/
url.go 336 User *Userinfo // username and password information
346 // and no password set.
352 // 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
381 // Password returns the password in case it is set, and whether it is set
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 336 User *Userinfo // username and password information
346 // and no password set.
352 // 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
381 // Password returns the password in case it is set, and whether it is set
    [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;

Completed in 769 milliseconds

1 2