Home
last modified time | relevance | path

Searched refs:KeepUserData (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHiiFormValues.h39 UINT8 KeepUserData; member
DOpalHii.c647 gHiiConfiguration.KeepUserData = 1; in HiiPopulateDiskInfoForm()
995 BOOLEAN KeepUserData in HiiRevert() argument
1016 KeepUserData, in HiiRevert()
1163 Status = HiiRevert(OpalDisk, Password, PassLength, gHiiConfiguration.KeepUserData); in HiiPasswordEntered()
DOpalPasswordForm.vfr297 varid = OpalHiiConfig.KeepUserData,
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageOpalLib.h397 BOOLEAN KeepUserData,
733 BOOLEAN KeepUserData,
DOpalPasswordSupportLib.h163 IN BOOLEAN KeepUserData,
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalUtil.c592 BOOLEAN KeepUserData, in OpalUtilRevert() argument
628 Ret = OpalAdminRevert(Session, KeepUserData, &MethodStatus); in OpalUtilRevert()
DTcgStorageOpalCore.c609 BOOLEAN KeepUserData, in OpalAdminRevert() argument
625 if (KeepUserData) { in OpalAdminRevert()
650 if (KeepUserData) { in OpalAdminRevert()
656 ERROR_CHECK(TcgAddBOOLEAN(&CreateStruct, KeepUserData)); in OpalAdminRevert()
/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
DOpalPasswordSupportLib.c295 IN BOOLEAN KeepUserData, in OpalSupportRevert() argument
311 …Ret = OpalUtilRevert(Session, KeepUserData, Password, PasswordLength, PasswordFailed, Msid, MsidLe… in OpalSupportRevert()