Home
last modified time | relevance | path

Searched refs:NewPassword (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
DOpalPasswordSupportLib.c160 IN VOID *NewPassword, in OpalSupportSetPassword() argument
170 NULL_CHECK(NewPassword); in OpalSupportSetPassword()
173 …Ret = OpalUtilSetAdminPassword(Session, OldPassword, OldPasswordLength, NewPassword, NewPasswordLe… in OpalSupportSetPassword()
175 …Ret = OpalUtilSetUserPassword(Session, OldPassword, OldPasswordLength, NewPassword, NewPasswordLen… in OpalSupportSetPassword()
178 OpalSupportSendPasword (DevicePath, NewPasswordLength, NewPassword); in OpalSupportSetPassword()
666 UINT8 *NewPassword; in SmmOpalPasswordHandler() local
684 NewPassword = ((OPAL_COMM_DEVICE_LIST*)(SmmFunctionHeader->Data))->Password; in SmmOpalPasswordHandler()
688 if (OpalPasswordIsFullZero (NewPassword) || PasswordLength == 0) { in SmmOpalPasswordHandler()
693 Status = OpalSavePasswordToSmm (DevicePath, NewPassword, PasswordLength); in SmmOpalPasswordHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalUtil.c242 const VOID *NewPassword, in OpalUtilSetAdminPassword() argument
251 NULL_CHECK(NewPassword); in OpalUtilSetAdminPassword()
273 …Ret = OpalSetPassword(Session, OPAL_UID_ADMIN_SP_C_PIN_SID, NewPassword, NewPasswordLength, &Metho… in OpalUtilSetAdminPassword()
297 …Ret = OpalSetPassword(Session, OPAL_LOCKING_SP_C_PIN_ADMIN1, NewPassword, NewPasswordLength, &Meth… in OpalUtilSetAdminPassword()
328 const VOID *NewPassword, in OpalUtilSetUserPassword() argument
337 NULL_CHECK(NewPassword); in OpalUtilSetUserPassword()
355 NewPassword, in OpalUtilSetUserPassword()
393 NewPassword, in OpalUtilSetUserPassword()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageOpalLib.h637 const VOID *NewPassword,
658 const VOID *NewPassword,
DOpalPasswordSupportLib.h191 IN VOID *NewPassword,