/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
D | PwdCredentialProviderStrings.uni | 2 String definitions for the Password Credential Provider. 18 #string STR_CREDENTIAL_TITLE #language en-US "Password Credential Provider" 19 … #language fr-FR "Password Credential Provider (French)" 20 #string STR_FORM_TITLE #language en-US "Get Password" 21 #language fr-FR "Get Password(French)" 24 #string STR_INPUT_PASSWORD #language en-US "Please Input Password" 25 #language fr-FR "Please Input Password(French)" 26 #string STR_PROVIDER_NAME #language en-US "INTEL Password Credential Provi… 27 … #language fr-FR "INTEL Password Credential Provider(French)" 28 #string STR_PROVIDER_TYPE_NAME #language en-US "Password Credential Provider" [all …]
|
D | PwdCredentialProvider.c | 276 IN CHAR16 *Password, in GenerateCredential() argument 294 Status = Sha1Update (Hash, Password, PasswordSize); in GenerateCredential() 323 CHAR16 Password[CREDENTIAL_LEN]; in GetPassword() local 364 Password[PasswordLen] = Key.UnicodeChar; in GetPassword() 375 GenerateCredential (Password, PasswordLen, (UINT8 *)Credential); in GetPassword() 389 IN CHAR8 *Password in CheckPassword() argument 400 Pwd = mPwdTable->UserInfo[Index].Password; in CheckPassword() 401 if (CompareMem (Pwd, Password, CREDENTIAL_LEN) == 0) { in CheckPassword() 548 CHAR8 Password[CREDENTIAL_LEN]; in CredentialDriverCallback() local 556 GetPassword (TRUE, Password); in CredentialDriverCallback() [all …]
|
D | PwdCredentialProviderExtra.uni | 17 "Password Credential Provider"
|
D | PwdCredentialProviderVfr.Vfr | 2 Password Credential Provider formset.
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/ |
D | OpalPasswordSupportLib.c | 198 IN VOID *Password, in OpalSupportDisableUser() argument 207 NULL_CHECK(Password); in OpalSupportDisableUser() 210 Ret = OpalUtilDisableUser(Session, Password, PasswordLength, PasswordFailed); in OpalSupportDisableUser() 212 OpalSupportSendPasword (DevicePath, PasswordLength, Password); in OpalSupportDisableUser() 235 IN VOID *Password, in OpalSupportEnableOpalFeature() argument 244 NULL_CHECK(Password); in OpalSupportEnableOpalFeature() 250 Password, in OpalSupportEnableOpalFeature() 259 Password, in OpalSupportEnableOpalFeature() 272 OpalSupportSendPasword (DevicePath, PassLength, Password); in OpalSupportEnableOpalFeature() 296 IN VOID *Password, in OpalSupportRevert() argument [all …]
|
D | OpalPasswordSupportNotify.h | 44 UINT8 Password[32]; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/ |
D | TcgStorageOpalUtil.c | 85 const VOID *Password, in OpalUtilSetAdminPasswordAsSid() argument 94 NULL_CHECK(Password); in OpalUtilSetAdminPasswordAsSid() 116 Password, in OpalUtilSetAdminPasswordAsSid() 165 const VOID *Password, in OpalUtilSetOpalLockingRange() argument 180 NULL_CHECK(Password); in OpalUtilSetOpalLockingRange() 190 Password, in OpalUtilSetOpalLockingRange() 423 const VOID *Password, in OpalUtilVerifyPassword() argument 432 NULL_CHECK(Password); in OpalUtilVerifyPassword() 439 Password, in OpalUtilVerifyPassword() 464 const VOID *Password, in OpalUtilSecureErase() argument [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
D | OpalPasswordSupportLib.h | 79 UINT8 Password[32]; member 123 IN VOID *Password, 164 IN VOID *Password, 211 IN VOID *Password, 231 IN VOID *Password, 250 IN VOID *Password, 286 VOID *Password
|
D | TcgStorageOpalLib.h | 583 const VOID *Password, 608 const VOID *Password, 675 const VOID *Password, 694 const VOID *Password, 712 const VOID *Password, 734 const VOID *Password, 755 const VOID *Password, 775 const VOID *Password,
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/ |
D | OpalHii.c | 728 VOID *Password, in HiiSetPassword() argument 776 …Ret = OpalSupportEnableOpalFeature (&Session, OpalDisk->Msid, OpalDisk->MsidLength,Password, PassL… in HiiSetPassword() 799 … Ret = OpalUtilVerifyPassword (&Session, Password, PassLength, OPAL_LOCKING_SP_USER1_AUTHORITY); in HiiSetPassword() 804 CopyMem(gHiiOldPassword, Password, PassLength); in HiiSetPassword() 814 … Ret = OpalUtilVerifyPassword (&Session, Password, PassLength, OPAL_LOCKING_SP_ADMIN1_AUTHORITY); in HiiSetPassword() 816 CopyMem(gHiiOldPassword, Password, PassLength); in HiiSetPassword() 839 Password, in HiiSetPassword() 849 Password, in HiiSetPassword() 883 const VOID *Password, in HiiSecureErase() argument 901 Ret = OpalUtilSecureErase(&AdminSpSession, Password, PassLength, &PasswordFailed); in HiiSecureErase() [all …]
|
D | OpalDriver.c | 261 CHAR8 *Password; in OpalDriverRequestPassword() local 285 Password = OpalDriverPopUpHddPassword (Dev, &PressEsc); in OpalDriverRequestPassword() 340 if (Password == NULL) { in OpalDriverRequestPassword() 344 PasswordLen = (UINT32) AsciiStrLen(Password); in OpalDriverRequestPassword() 347 Ret = OpalSupportUnlock(&Session, Password, PasswordLen, Dev->OpalDevicePath); in OpalDriverRequestPassword() 349 Ret = OpalSupportLock(&Session, Password, PasswordLen, Dev->OpalDevicePath); in OpalDriverRequestPassword() 351 Ret = OpalSupportUnlock(&Session, Password, PasswordLen, Dev->OpalDevicePath); in OpalDriverRequestPassword() 355 if (Password != NULL) { in OpalDriverRequestPassword() 356 ZeroMem (Password, PasswordLen); in OpalDriverRequestPassword() 357 FreePool (Password); in OpalDriverRequestPassword()
|
D | OpalHiiFormStrings.uni | 50 #string STR_DISK_INFO_SET_ADMIN_PSWD #language en-US "Update Drive Admin Password" 51 #string STR_DISK_INFO_SET_USER_PSWD #language en-US "Set Drive User Password" 86 #string STR_PASSWORD_PROMPT #language en-US "Enter Password" 87 #string STR_PASSWORD_HELP #language en-US "Password must be between 6 and 20 … 93 #string STR_PASSWORD_SUBMIT #language en-US "Submit Password Changes" 94 #string STR_PASSWORD_SUBMIT_HELP #language en-US "Submits Password Changes (new and …
|
D | OpalHiiFormValues.h | 41 UINT16 Password[MAX_PASSWORD_CHARACTER_LENGTH]; member
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
D | CryptPkcs5Pbkdf2.c | 48 IN CONST CHAR8 *Password, in Pkcs5HashPassword() argument 64 if ((Password == NULL) || (Salt == NULL) || (OutKey == NULL)) { in Pkcs5HashPassword() 92 (const char *)Password, in Pkcs5HashPassword()
|
D | CryptPkcs5Pbkdf2Null.c | 45 IN CONST CHAR8 *Password, in Pkcs5HashPassword() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/ |
D | Pkcs5Pbkdf2Verify.c | 20 GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *Password = "password"; // Input Password variable 61 Password, in ValidateCryptPkcs5Pbkdf2()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/ |
D | CryptPem.c | 75 IN CONST CHAR8 *Password, in RsaGetPrivateKeyFromPem() argument 123 …EM_read_bio_RSAPrivateKey (PemBio, NULL, (pem_password_cb *) &PasswordCallback, (void *) Password); in RsaGetPrivateKeyFromPem()
|
D | CryptPemNull.c | 38 IN CONST CHAR8 *Password, in RsaGetPrivateKeyFromPem() argument
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/ |
D | CryptPemNull.c | 38 IN CONST CHAR8 *Password, in RsaGetPrivateKeyFromPem() argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ |
D | ConsoleControl.h | 94 IN CHAR16 *Password
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | PlatformBdsLib.h | 153 IN CHAR16 *Password
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/ |
D | BdsPlatform.c | 183 IN CHAR16 *Password in LockKeyboards() argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
D | GraphicsLib.h | 227 IN CHAR16 *Password
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
D | OpalPasswordSmm.h | 128 UINT8 Password[32]; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Ftp4.h | 88 UINT8 *Password; member
|