Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageCore.h297 …UINT8 LockingEnabled : 1; // means the locking security provider … member
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalUtil.c912 return (OwnerShip == OpalOwnershipUnknown && LockingFeature->LockingEnabled); in OpalUtilAdminPasswordExists()
DTcgStorageOpalCore.c1633 if (LockingFeature->LockingSupported && LockingFeature->LockingEnabled) { in OpalFeatureEnabled()
/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
DOpalPasswordSupportLib.c54 if (LockingFeature->LockingEnabled) { in OpalSupportGetAvailableActions()